net.nan21.dnet.module.pj.base.business.service
Interface IIssueTypeService

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

public interface IIssueTypeService
extends net.nan21.dnet.core.api.service.IEntityService<IssueType>


Method Summary
 List<IssueType> findByCategory(IssueCategory category)
           
 List<IssueType> findByCategoryId(Long categoryId)
           
 IssueType findByName(String name)
           
 List<IssueType> findByProjectTypes(ProjectType projectTypes)
           
 List<IssueType> findByProjectTypesId(Long projectTypesId)
           
 
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

IssueType findByName(String name)

findByCategory

List<IssueType> findByCategory(IssueCategory category)

findByCategoryId

List<IssueType> findByCategoryId(Long categoryId)

findByProjectTypes

List<IssueType> findByProjectTypes(ProjectType projectTypes)

findByProjectTypesId

List<IssueType> findByProjectTypesId(Long projectTypesId)


Copyright © 2012. All Rights Reserved.