net.nan21.dnet.module.pj.md.business.service
Interface IProjectComponentService

All Superinterfaces:
net.nan21.dnet.core.api.service.IEntityService<ProjectComponent>

public interface IProjectComponentService
extends net.nan21.dnet.core.api.service.IEntityService<ProjectComponent>


Method Summary
 List<ProjectComponent> findByAffectingIssues(Issue affectingIssues)
           
 List<ProjectComponent> findByAffectingIssuesId(Long affectingIssuesId)
           
 List<ProjectComponent> findByComponentLead(Assignable componentLead)
           
 List<ProjectComponent> findByComponentLeadId(Long componentLeadId)
           
 ProjectComponent findByName(Long projectId, String name)
           
 ProjectComponent findByName(Project project, String name)
           
 List<ProjectComponent> findByProject(Project project)
           
 List<ProjectComponent> findByProjectId(Long projectId)
           
 
Methods inherited from interface net.nan21.dnet.core.api.service.IEntityService
create, deleteById, deleteByIds, doStartWfProcessInstanceById, doStartWfProcessInstanceByKey, doStartWfProcessInstanceByMessage, findAll, findById, findByIds, findByUk, findEntitiesByAttributes, findEntitiesByAttributes, findEntityByAttributes, findEntityByAttributes, getEntityManager, getSystemConfig, insert, insert, setEntityManager, setSystemConfig, update, update, update
 

Method Detail

findByName

ProjectComponent findByName(Project project,
                            String name)

findByName

ProjectComponent findByName(Long projectId,
                            String name)

findByComponentLead

List<ProjectComponent> findByComponentLead(Assignable componentLead)

findByComponentLeadId

List<ProjectComponent> findByComponentLeadId(Long componentLeadId)

findByProject

List<ProjectComponent> findByProject(Project project)

findByProjectId

List<ProjectComponent> findByProjectId(Long projectId)

findByAffectingIssues

List<ProjectComponent> findByAffectingIssues(Issue affectingIssues)

findByAffectingIssuesId

List<ProjectComponent> findByAffectingIssuesId(Long affectingIssuesId)


Copyright © 2012. All Rights Reserved.