|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIssueTypeService
Interface to expose business functions specific for IssueType domain
entity.
| Method Summary | |
|---|---|
List<IssueType> |
findByCategory(IssueCategory category)
Find by reference: category |
List<IssueType> |
findByCategoryId(Long categoryId)
Find by ID of reference: category.id |
IssueType |
findByName(String name)
Find by unique key |
List<IssueType> |
findByProjectTypes(ProjectType projectTypes)
Find by reference: projectTypes |
List<IssueType> |
findByProjectTypesId(Long projectTypesId)
Find by ID of reference: projectTypes.id |
| Methods inherited from interface net.nan21.dnet.core.api.service.IEntityService |
|---|
create, delete, deleteById, deleteByIds, doStartWfProcessInstanceById, doStartWfProcessInstanceByKey, doStartWfProcessInstanceByMessage, findAll, findById, findByIds, findByUk, findEntitiesByAttributes, findEntitiesByAttributes, findEntityByAttributes, findEntityByAttributes, getEntityManager, getSystemConfig, insert, insert, setEntityManager, setSystemConfig, update, update, update |
| Method Detail |
|---|
IssueType findByName(String name)
List<IssueType> findByCategory(IssueCategory category)
List<IssueType> findByCategoryId(Long categoryId)
List<IssueType> findByProjectTypes(ProjectType projectTypes)
List<IssueType> findByProjectTypesId(Long projectTypesId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||