|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProjectComponentService
Interface to expose business functions specific for ProjectComponent domain
entity.
| Method Summary | |
|---|---|
List<ProjectComponent> |
findByAffectingIssues(Issue affectingIssues)
Find by reference: affectingIssues |
List<ProjectComponent> |
findByAffectingIssuesId(Long affectingIssuesId)
Find by ID of reference: affectingIssues.id |
List<ProjectComponent> |
findByComponentLead(Assignable componentLead)
Find by reference: componentLead |
List<ProjectComponent> |
findByComponentLeadId(Long componentLeadId)
Find by ID of reference: componentLead.id |
ProjectComponent |
findByName(Long projectId,
String name)
Find by unique key |
ProjectComponent |
findByName(Project project,
String name)
Find by unique key |
List<ProjectComponent> |
findByProject(Project project)
Find by reference: project |
List<ProjectComponent> |
findByProjectId(Long projectId)
Find by ID of reference: project.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 |
|---|
ProjectComponent findByName(Project project,
String name)
ProjectComponent findByName(Long projectId,
String name)
List<ProjectComponent> findByComponentLead(Assignable componentLead)
List<ProjectComponent> findByComponentLeadId(Long componentLeadId)
List<ProjectComponent> findByProject(Project project)
List<ProjectComponent> findByProjectId(Long projectId)
List<ProjectComponent> findByAffectingIssues(Issue affectingIssues)
List<ProjectComponent> findByAffectingIssuesId(Long affectingIssuesId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||