public interface DocumentTemplateService extends EditableService<DocumentTemplateTable,Long>
Modifier and Type | Method and Description |
---|---|
Long |
addDocumentTemplate(DocumentTemplateTable documentTemplate) |
List<DocumentTemplateTable> |
getAllDocumentTemplatesForProcess(String processDefId) |
DocumentTemplateTable |
getByName(String name,
String... joins) |
DocumentTemplateTable |
getByNameAndProcess(String name,
String processDefinitionId,
String... joins) |
long |
getDocumentTemplatesCountForProcess(String processId) |
List<DocumentTemplateTable> |
getDocumentTemplatesForProcess(String processId,
int start,
int limit,
String sortBy,
SortDirection sortDirection) |
void |
updateDocumentTemplate(DocumentTemplateTable documentTemplate) |
delete, save, update
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult
DocumentTemplateTable getByName(String name, String... joins)
DocumentTemplateTable getByNameAndProcess(String name, String processDefinitionId, String... joins)
List<DocumentTemplateTable> getAllDocumentTemplatesForProcess(String processDefId)
List<DocumentTemplateTable> getDocumentTemplatesForProcess(String processId, int start, int limit, String sortBy, SortDirection sortDirection)
long getDocumentTemplatesCountForProcess(String processId)
Long addDocumentTemplate(DocumentTemplateTable documentTemplate)
void updateDocumentTemplate(DocumentTemplateTable documentTemplate)
Copyright © 2023 Suncode. All rights reserved.