Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.persistence.dao |
This package contains all Data Access Object (XxxDAO) interfaces
along with their Hibernate implementations (XxxDAOImpl).
|
org.itracker.services |
Service Interfaces
|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
Modifier and Type | Method | Description |
---|---|---|
WorkflowScript |
ProjectScript.getScript() |
Modifier and Type | Method | Description |
---|---|---|
void |
ProjectScript.setScript(WorkflowScript script) |
Modifier and Type | Method | Description |
---|---|---|
WorkflowScript |
WorkflowScriptDAO.findByPrimaryKey(Integer id) |
Find a
WorkflowScript by its primary key |
WorkflowScript |
WorkflowScriptDAOImpl.findByPrimaryKey(Integer id) |
Find a
WorkflowScript by its primary key |
Modifier and Type | Method | Description |
---|---|---|
List<WorkflowScript> |
WorkflowScriptDAO.findAll() |
Finds all
WorkflowScript s |
List<WorkflowScript> |
WorkflowScriptDAOImpl.findAll() |
Finds all
WorkflowScript s |
Modifier and Type | Method | Description |
---|---|---|
WorkflowScript |
ConfigurationService.createWorkflowScript(WorkflowScript workflowScript) |
This method will create a new workflow script for persistance in the database.
|
WorkflowScript |
ConfigurationService.getWorkflowScript(Integer id) |
This method will return the requested workflow script.
|
WorkflowScript |
ConfigurationService.updateWorkflowScript(WorkflowScript workflowScript) |
This method updates a workflow script in the database.
|
Modifier and Type | Method | Description |
---|---|---|
List<WorkflowScript> |
ConfigurationService.getWorkflowScripts() |
This method will return all defined workflow scripts.
|
Modifier and Type | Method | Description |
---|---|---|
WorkflowScript |
ConfigurationService.createWorkflowScript(WorkflowScript workflowScript) |
This method will create a new workflow script for persistance in the database.
|
WorkflowScript |
ConfigurationService.updateWorkflowScript(WorkflowScript workflowScript) |
This method updates a workflow script in the database.
|
Modifier and Type | Method | Description |
---|---|---|
WorkflowScript |
ConfigurationServiceImpl.createWorkflowScript(WorkflowScript workflowScript) |
Creates a workflow script.
|
WorkflowScript |
ConfigurationServiceImpl.getWorkflowScript(Integer id) |
|
WorkflowScript |
ConfigurationServiceImpl.updateWorkflowScript(WorkflowScript workflowScript) |
Modifier and Type | Method | Description |
---|---|---|
List<WorkflowScript> |
ConfigurationServiceImpl.getWorkflowScripts() |
Modifier and Type | Method | Description |
---|---|---|
WorkflowScript |
ConfigurationServiceImpl.createWorkflowScript(WorkflowScript workflowScript) |
Creates a workflow script.
|
WorkflowScript |
ConfigurationServiceImpl.updateWorkflowScript(WorkflowScript workflowScript) |
Copyright © 2002–2019 itracker. All rights reserved.