Package | Description |
---|---|
org.itracker.services |
Service Interfaces
|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
Modifier and Type | Method | Description |
---|---|---|
Issue |
IssueService.createIssue(Issue issue,
Integer projectId,
Integer userId,
Integer createdById) |
Creates a new issue in a project.
|
Issue |
IssueService.systemUpdateIssue(Issue issue,
Integer userId) |
|
Issue |
IssueService.updateIssue(Issue issue,
Integer userId) |
Save a modified issue to the persistence layer
|
Modifier and Type | Method | Description |
---|---|---|
Issue |
IssueServiceImpl.createIssue(Issue issue,
Integer projectId,
Integer userId,
Integer createdById) |
|
Issue |
IssueServiceImpl.systemUpdateIssue(Issue updateissue,
Integer userId) |
System-Update an issue, adds the action to the issue and updates the
issue
|
Issue |
IssueServiceImpl.updateIssue(Issue issueDirty,
Integer userId) |
Save a modified issue to the persistence layer
|
Copyright © 2002–2019 itracker. All rights reserved.