|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProjectService
Interface to expose business functions specific for Project domain
entity.
| Method Summary | |
|---|---|
Project |
findByCode(String code)
Find by unique key |
Project |
findByName(String name)
Find by unique key |
List<Project> |
findByProjectLead(ProjectMember projectLead)
Find by reference: projectLead |
List<Project> |
findByProjectLeadId(Long projectLeadId)
Find by ID of reference: projectLead.id |
List<Project> |
findByType(ProjectType type)
Find by reference: type |
List<Project> |
findByTypeId(Long typeId)
Find by ID of reference: type.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 |
|---|
Project findByCode(String code)
Project findByName(String name)
List<Project> findByType(ProjectType type)
List<Project> findByTypeId(Long typeId)
List<Project> findByProjectLead(ProjectMember projectLead)
List<Project> findByProjectLeadId(Long projectLeadId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||