|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIssueService
Interface to expose business functions specific for Issue domain
entity.
| Method Summary | |
|---|---|
List<Issue> |
findByAffectedComponents(ProjectComponent affectedComponents)
Find by reference: affectedComponents |
List<Issue> |
findByAffectedComponentsId(Long affectedComponentsId)
Find by ID of reference: affectedComponents.id |
List<Issue> |
findByAffectedVersions(ProjectVersion affectedVersions)
Find by reference: affectedVersions |
List<Issue> |
findByAffectedVersionsId(Long affectedVersionsId)
Find by ID of reference: affectedVersions.id |
List<Issue> |
findByAssignee(ProjectMember assignee)
Find by reference: assignee |
List<Issue> |
findByAssigneeId(Long assigneeId)
Find by ID of reference: assignee.id |
List<Issue> |
findByAssigneeRole(ProjectRole assigneeRole)
Find by reference: assigneeRole |
List<Issue> |
findByAssigneeRoleId(Long assigneeRoleId)
Find by ID of reference: assigneeRole.id |
Issue |
findByCode(String code)
Find by unique key |
List<Issue> |
findByFixedInVersion(ProjectVersion fixedInVersion)
Find by reference: fixedInVersion |
List<Issue> |
findByFixedInVersionId(Long fixedInVersionId)
Find by ID of reference: fixedInVersion.id |
List<Issue> |
findByPriority(IssuePriority priority)
Find by reference: priority |
List<Issue> |
findByPriorityId(Long priorityId)
Find by ID of reference: priority.id |
List<Issue> |
findByProject(Project project)
Find by reference: project |
List<Issue> |
findByProjectId(Long projectId)
Find by ID of reference: project.id |
List<Issue> |
findByReportedVersion(ProjectVersion reportedVersion)
Find by reference: reportedVersion |
List<Issue> |
findByReportedVersionId(Long reportedVersionId)
Find by ID of reference: reportedVersion.id |
List<Issue> |
findByResolution(IssueResolution resolution)
Find by reference: resolution |
List<Issue> |
findByResolutionId(Long resolutionId)
Find by ID of reference: resolution.id |
List<Issue> |
findBySeverity(IssueSeverity severity)
Find by reference: severity |
List<Issue> |
findBySeverityId(Long severityId)
Find by ID of reference: severity.id |
List<Issue> |
findByStatus(IssueStatus status)
Find by reference: status |
List<Issue> |
findByStatusId(Long statusId)
Find by ID of reference: status.id |
List<Issue> |
findByTargetVersion(ProjectVersion targetVersion)
Find by reference: targetVersion |
List<Issue> |
findByTargetVersionId(Long targetVersionId)
Find by ID of reference: targetVersion.id |
List<Issue> |
findByType(IssueType type)
Find by reference: type |
List<Issue> |
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 |
|---|
Issue findByCode(String code)
List<Issue> findByProject(Project project)
List<Issue> findByProjectId(Long projectId)
List<Issue> findByStatus(IssueStatus status)
List<Issue> findByStatusId(Long statusId)
List<Issue> findByType(IssueType type)
List<Issue> findByTypeId(Long typeId)
List<Issue> findByPriority(IssuePriority priority)
List<Issue> findByPriorityId(Long priorityId)
List<Issue> findByResolution(IssueResolution resolution)
List<Issue> findByResolutionId(Long resolutionId)
List<Issue> findBySeverity(IssueSeverity severity)
List<Issue> findBySeverityId(Long severityId)
List<Issue> findByReportedVersion(ProjectVersion reportedVersion)
List<Issue> findByReportedVersionId(Long reportedVersionId)
List<Issue> findByTargetVersion(ProjectVersion targetVersion)
List<Issue> findByTargetVersionId(Long targetVersionId)
List<Issue> findByFixedInVersion(ProjectVersion fixedInVersion)
List<Issue> findByFixedInVersionId(Long fixedInVersionId)
List<Issue> findByAssignee(ProjectMember assignee)
List<Issue> findByAssigneeId(Long assigneeId)
List<Issue> findByAssigneeRole(ProjectRole assigneeRole)
List<Issue> findByAssigneeRoleId(Long assigneeRoleId)
List<Issue> findByAffectedVersions(ProjectVersion affectedVersions)
List<Issue> findByAffectedVersionsId(Long affectedVersionsId)
List<Issue> findByAffectedComponents(ProjectComponent affectedComponents)
List<Issue> findByAffectedComponentsId(Long affectedComponentsId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||