| Package | Description |
|---|---|
| com.plusmpm.CUF.database.formTemplate |
| Modifier and Type | Method and Description |
|---|---|
FormTemplate |
FormTemplateDao.get(String activityDefId,
String processDefId,
String userId,
String category,
String templateName) |
FormTemplate |
FromTemplateService.get(String activityDefId,
String processDefId,
String userId,
String category,
String templateName) |
FormTemplate |
FormTemplateDaoImpl.get(String activityDefId,
String processDefId,
String userId,
String category,
String templateName) |
FormTemplate |
FormTemplateDao.getDefault(String processDefId,
String userId,
String category) |
FormTemplate |
FromTemplateService.getDefault(String processDefId,
String userId,
String category) |
FormTemplate |
FormTemplateDaoImpl.getDefault(String processDefId,
String userId,
String category) |
| Modifier and Type | Method and Description |
|---|---|
List<FormTemplate> |
FormTemplateDao.findByAny(String processType,
String activityType,
String user,
String category) |
List<FormTemplate> |
FromTemplateService.findByAny(String processType,
String activityType,
String user,
String category) |
List<FormTemplate> |
FormTemplateDaoImpl.findByAny(String processType,
String activityType,
String user,
String category) |
List<FormTemplate> |
FormTemplateDao.getAll(String activityDefId,
String processDefId) |
List<FormTemplate> |
FromTemplateService.getAll(String activityDefId,
String processDefId) |
List<FormTemplate> |
FormTemplateDaoImpl.getAll(String activityDefId,
String processDefId) |
List<FormTemplate> |
FormTemplateDao.getAll(String activityDefId,
String processDefId,
String userId) |
List<FormTemplate> |
FromTemplateService.getAll(String activityDefId,
String processDefId,
String userId) |
List<FormTemplate> |
FormTemplateDaoImpl.getAll(String activityDefId,
String processDefId,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormTemplateDao.delete(FormTemplate template) |
void |
FromTemplateService.delete(FormTemplate template) |
void |
FormTemplateDaoImpl.delete(FormTemplate template) |
void |
FormTemplateDao.save(FormTemplate template) |
void |
FromTemplateService.save(FormTemplate template) |
void |
FormTemplateDaoImpl.save(FormTemplate template) |
Copyright © 2022 Suncode. All rights reserved.