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).
|
Modifier and Type | Method | Description |
---|---|---|
List<ProjectScript> |
Project.getScripts() |
Modifier and Type | Method | Description |
---|---|---|
int |
ProjectScript.FieldPriorityComparator.compare(ProjectScript a,
ProjectScript b) |
|
int |
ProjectScript.ScriptPriorityComparator.compare(ProjectScript a,
ProjectScript b) |
Modifier and Type | Method | Description |
---|---|---|
void |
Project.setScripts(List<ProjectScript> getScripts) |
Modifier and Type | Method | Description |
---|---|---|
ProjectScript |
ProjectScriptDAO.findByPrimaryKey(Integer scriptId) |
Find a
ProjectScript by its primary key |
ProjectScript |
ProjectScriptDAOImpl.findByPrimaryKey(Integer scriptId) |
Modifier and Type | Method | Description |
---|---|---|
List<ProjectScript> |
ProjectScriptDAO.findAll() |
Finds all
ProjectScript s |
List<ProjectScript> |
ProjectScriptDAOImpl.findAll() |
|
List<ProjectScript> |
ProjectScriptDAO.findByProject(Integer projectId) |
Finds all scripts applied to fields on a particular project.
|
List<ProjectScript> |
ProjectScriptDAOImpl.findByProject(Integer projectId) |
|
List<ProjectScript> |
ProjectScriptDAO.findByProjectField(Integer projectId,
Integer fieldId) |
Finds all scripts applied to fields on a particular project.
|
List<ProjectScript> |
ProjectScriptDAOImpl.findByProjectField(Integer projectId,
Integer fieldId) |
Copyright © 2002–2019 itracker. All rights reserved.