public interface FormTemplateDao
| Modifier and Type | Method and Description |
|---|---|
void |
delete(FormTemplate template) |
FormTemplate |
get(String activityDefId,
String processDefId,
String userId,
String templateName) |
List<FormTemplate> |
getAll(String activityDefId,
String processDefId) |
List<FormTemplate> |
getAll(String activityDefId,
String processDefId,
String userId) |
FormTemplate |
getDefault(String activityDefId,
String processDefId,
String userId) |
void |
save(FormTemplate template) |
void |
setDefault(String activityDefId,
String processDefId,
String userId,
String templateName) |
void setDefault(String activityDefId, String processDefId, String userId, 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 templateName) throws Exception
ExceptionFormTemplate getDefault(String activityDefId, String processDefId, String userId) throws Exception
ExceptionList<FormTemplate> getAll(String activityDefId, String processDefId) throws Exception
ExceptionCopyright © 2014 Suncode. All rights reserved.