|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProjectTypeService
Interface to expose business functions specific for ProjectType domain
entity.
| Method Summary | |
|---|---|
List<ProjectType> |
findByCategory(ProjectCategory category)
Find by reference: category |
List<ProjectType> |
findByCategoryId(Long categoryId)
Find by ID of reference: category.id |
List<ProjectType> |
findByItemTypes(IssueType itemTypes)
Find by reference: itemTypes |
List<ProjectType> |
findByItemTypesId(Long itemTypesId)
Find by ID of reference: itemTypes.id |
ProjectType |
findByName(String name)
Find by unique key |
List<ProjectType> |
findByProjectRoles(ProjectRole projectRoles)
Find by reference: projectRoles |
List<ProjectType> |
findByProjectRolesId(Long projectRolesId)
Find by ID of reference: projectRoles.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 |
|---|
ProjectType findByName(String name)
List<ProjectType> findByCategory(ProjectCategory category)
List<ProjectType> findByCategoryId(Long categoryId)
List<ProjectType> findByProjectRoles(ProjectRole projectRoles)
List<ProjectType> findByProjectRolesId(Long projectRolesId)
List<ProjectType> findByItemTypes(IssueType itemTypes)
List<ProjectType> findByItemTypesId(Long itemTypesId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||