public interface FormTemplateDao
| Modifier and Type | Method and Description |
|---|---|
void |
delete(FormTemplate template) |
List<FormTemplate> |
findByAny(String processType,
String activityType,
String user,
String category) |
FormTemplate |
get(String activityDefId,
String processDefId,
String userId,
String category,
String templateName) |
List<FormTemplate> |
getAll(String activityDefId,
String processDefId) |
List<FormTemplate> |
getAll(String activityDefId,
String processDefId,
String userId) |
FormTemplate |
getDefault(String processDefId,
String userId,
String category) |
void |
save(FormTemplate template) |
void |
setDefault(String activityDefId,
String processDefId,
String userId,
String category,
String templateName) |
void setDefault(String activityDefId, String processDefId, String userId, String category, String templateName) throws Exception
Exceptionvoid save(FormTemplate template) throws Exception
Exceptionvoid delete(FormTemplate template) throws Exception
ExceptionFormTemplate get(String activityDefId, String processDefId, String userId, String category, String templateName) throws Exception
ExceptionFormTemplate getDefault(String processDefId, String userId, String category) throws Exception
ExceptionList<FormTemplate> getAll(String activityDefId, String processDefId) throws Exception
ExceptionList<FormTemplate> getAll(String activityDefId, String processDefId, String userId) throws Exception
ExceptionCopyright © 2016 Suncode. All rights reserved.