|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mydm.core.ECollection
Basic ECollection Object. ECollection is a container for the EDocument Objects.
EDocument
,
ECollectionManager
Constructor Summary | |
ECollection(java.lang.String colname)
Contructor |
Method Summary | |
void |
addEDocument(EDocument edoc)
Adds an EDocument to the Collection. |
void |
addEDocuments(EDocument[] edocs)
Adds an array of EDocument Objects. |
java.lang.String |
getDocCount()
Gets the Document count of this collection. |
java.lang.String[] |
getDocIDs()
Gets back an array of all document ID's |
EDocument[] |
getEDocuments()
Gets an array of EDocument Objects of this collection. |
java.lang.String |
getName()
Gets the collection name |
void |
remAllEDocuments()
Removes All the Document of the collection. |
void |
remDoc(java.lang.String doc)
Removes the document from the collection |
void |
remDocs(java.lang.String[] docs)
removes an array documents from the collectiom. |
void |
remEDocument(EDocument edoc)
Removes a EDocument from the collection. |
void |
remEDocuments(EDocument[] edocs)
Removes an array of EDocument Objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ECollection(java.lang.String colname)
colname
- Collection nameMethod Detail |
public java.lang.String getName()
public java.lang.String getDocCount()
public EDocument[] getEDocuments()
public java.lang.String[] getDocIDs()
public void remDoc(java.lang.String doc)
doc
- document idpublic void remDocs(java.lang.String[] docs)
docs
- array of document id'spublic void addEDocument(EDocument edoc)
edoc
- EDocument Objectpublic void addEDocuments(EDocument[] edocs)
edocs
- Array of EDocument Objectspublic void remEDocument(EDocument edoc)
edoc
- EDocument Objectpublic void remEDocuments(EDocument[] edocs)
edocs
- Array of EDocument Objectspublic void remAllEDocuments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |