public class FormTemplateDaoImpl extends Object implements FormTemplateDao
| Constructor and Description |
|---|
FormTemplateDaoImpl() |
| 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) |
public void delete(FormTemplate template) throws Exception
delete in interface FormTemplateDaoExceptionpublic FormTemplate get(String activityDefId, String processDefId, String userId, String templateName) throws Exception
get in interface FormTemplateDaoExceptionpublic List<FormTemplate> getAll(String activityDefId, String processDefId) throws Exception
getAll in interface FormTemplateDaoExceptionpublic List<FormTemplate> getAll(String activityDefId, String processDefId, String userId) throws Exception
getAll in interface FormTemplateDaoExceptionpublic void save(FormTemplate template) throws Exception
save in interface FormTemplateDaoExceptionpublic FormTemplate getDefault(String activityDefId, String processDefId, String userId) throws Exception
getDefault in interface FormTemplateDaoExceptionpublic void setDefault(String activityDefId, String processDefId, String userId, String templateName) throws Exception
setDefault in interface FormTemplateDaoExceptionCopyright © 2014 Suncode. All rights reserved.