|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.noaa.gdsg.xmldbremote.manage.CollectionManager
public class CollectionManager
Provides basical functionality for managing records. Keeps track of the database and collection object.
| Constructor Summary | |
|---|---|
CollectionManager()
Creates a new instance of BaseRecordManager |
|
| Method Summary | |
|---|---|
protected org.xmldb.api.base.Collection |
getCollection()
Retrieves the collection |
java.lang.String |
getCollectionURI()
Getter for property collectionURI. |
org.xmldb.api.base.Database |
getDatabase()
Getter for property database. |
java.lang.String |
getPassword()
Getter for property password. |
java.lang.String |
getUserName()
Getter for property userName. |
void |
setCollectionURI(java.lang.String collectionURI)
Setter for property collectionURI. |
void |
setDatabase(org.xmldb.api.base.Database database)
Setter for property database. |
void |
setPassword(java.lang.String password)
Setter for property password. |
void |
setUserName(java.lang.String userName)
Setter for property userName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionManager()
| Method Detail |
|---|
public org.xmldb.api.base.Database getDatabase()
public void setDatabase(org.xmldb.api.base.Database database)
database - New value of property database.public java.lang.String getCollectionURI()
public void setCollectionURI(java.lang.String collectionURI)
collectionURI - New value of property collectionURI.public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName - New value of property userName.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - New value of property password.
protected org.xmldb.api.base.Collection getCollection()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||