Uses of Class
net.anotheria.anodoc.data.DocumentList
-
Packages that use DocumentList Package Description net.anotheria.anodoc.data net.anotheria.anodoc.service -
-
Uses of DocumentList in net.anotheria.anodoc.data
Methods in net.anotheria.anodoc.data that return DocumentList Modifier and Type Method Description protected <D extends Document>
DocumentList<D>Document. createDocumentList(java.lang.String name)Creates a new DocumentList.<D extends Document>
DocumentList<D>Document. getDocumentList(java.lang.String name)Returns the DocumentList contained in this Document under the given name.protected <D extends Document>
DocumentList<D>Document. getDocumentListAnyCase(java.lang.String name)Returns the DocumentList contained in this Document under the given name in any case, which means that if no DocumentList is contained it a new will be created.<D extends Document>
DocumentList<D>Module. getList(java.lang.String name)Returns the documentlist with given name (if there is any).Methods in net.anotheria.anodoc.data with parameters of type DocumentList Modifier and Type Method Description voidDocument. putList(DocumentList<? extends Document> list)Puts the given DocumentList in the internal storage.voidModule. putList(DocumentList aList)Puts the given list into this module. -
Uses of DocumentList in net.anotheria.anodoc.service
Methods in net.anotheria.anodoc.service that return DocumentList Modifier and Type Method Description <D extends Document>
DocumentList<D>AbstractModuleFactory. createDocumentList(java.lang.String name)Creates a new DocumentList with given name and without a context.<D extends Document>
DocumentList<D>AbstractModuleFactory. createDocumentList(java.lang.String name, DataHolder context)Creates a new DocumentList with given name and context.<D extends Document>
DocumentList<D>IModuleFactory. createDocumentList(java.lang.String name)Creates a new DocumentList with given name and without a context.<D extends Document>
DocumentList<D>IModuleFactory. createDocumentList(java.lang.String name, DataHolder context)Creates a new DocumentList with given name and context.
-