Package | Description |
---|---|
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
com.whitestein.lsps.human.dao |
Data access object for storing and retrieving todo-related entities.
|
com.whitestein.lsps.human.dao.jpa |
Modifier and Type | Method and Description |
---|---|
List<Document> |
DocumentDefinitionServiceBean.getAllGenericDocuments() |
List<Document> |
DocumentDefinitionService.getAllGenericDocuments()
Returns list of all latest documents of type "GENERIC".
|
Modifier and Type | Method and Description |
---|---|
List<Document> |
DocumentDao.getAllDocuments()
Returns all documents.
|
List<Document> |
DocumentDao.getDocuments(DocumentType type)
Returns documents of type.
|
List<Document> |
DocumentDao.getDocuments(long moduleId)
Returns documents for the module.
|
Modifier and Type | Method and Description |
---|---|
List<Document> |
JpaDocumentDao.getAllDocuments() |
List<Document> |
JpaDocumentDao.getDocuments(DocumentType type) |
List<Document> |
JpaDocumentDao.getDocuments(long moduleId) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.