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

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

public interface IIssueResolutionService
extends net.nan21.dnet.core.api.service.IEntityService<IssueResolution>

Interface to expose business functions specific for IssueResolution domain entity.


Method Summary
 IssueResolution findByName(String name)
          Find by unique key
 
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

findByName

IssueResolution findByName(String name)
Find by unique key



Copyright © 2012. All Rights Reserved.