Package com.suncode.pwfl.archive
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) long
getDocumentTemplatesCountForProcess
(String processId) getDocumentTemplatesForProcess
(String processId, int start, int limit, String sortBy, SortDirection sortDirection) void
updateDocumentTemplate
(DocumentTemplateTable documentTemplate) Methods inherited from interface com.suncode.pwfl.support.BaseFinder
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult, scrollByCriteria, scrollByCriteria
Methods inherited from interface com.suncode.pwfl.support.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
-