Interface DocumentTemplateService
- All Superinterfaces:
BaseFinder<DocumentTemplateTable, Long>, EditableService<DocumentTemplateTable, Long>
KROTKI OPIS...
- Author:
- Marek MastyĆo 11-08-2013
-
Method Summary
Modifier and TypeMethodDescriptionaddDocumentTemplate(DocumentTemplateTable documentTemplate) getAllDocumentTemplatesForProcess(String processDefId) getByNameAndProcess(String name, String processDefinitionId, String... joins) longgetDocumentTemplatesCountForProcess(String processId) getDocumentTemplatesForProcess(String processId, int start, int limit, String sortBy, SortDirection sortDirection) voidupdateDocumentTemplate(DocumentTemplateTable documentTemplate) Methods inherited from interface BaseFinder
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult, scrollByCriteria, scrollByCriteriaMethods inherited from interface EditableService
delete, save, update
-
Method Details
-
getByName
-
getByNameAndProcess
-
getAllDocumentTemplatesForProcess
-
getDocumentTemplatesForProcess
List<DocumentTemplateTable> getDocumentTemplatesForProcess(String processId, int start, int limit, String sortBy, SortDirection sortDirection) -
getDocumentTemplatesCountForProcess
-
addDocumentTemplate
-
updateDocumentTemplate
-