BaseDAO<ProjectScript>
ProjectScriptDAOImpl
public interface ProjectScriptDAO extends BaseDAO<ProjectScript>
ProjectScript
entityModifier and Type | Method | Description |
---|---|---|
List<ProjectScript> |
findAll() |
Finds all
ProjectScript s |
ProjectScript |
findByPrimaryKey(Integer scriptId) |
Find a
ProjectScript by its primary key |
List<ProjectScript> |
findByProject(Integer projectId) |
Finds all scripts applied to fields on a particular project.
|
List<ProjectScript> |
findByProjectField(Integer projectId,
Integer fieldId) |
Finds all scripts applied to fields on a particular project.
|
ProjectScript findByPrimaryKey(Integer scriptId)
ProjectScript
by its primary keyscriptId
- system IDList<ProjectScript> findAll()
ProjectScript
sProjectScript
sList<ProjectScript> findByProject(Integer projectId)
List<ProjectScript> findByProjectField(Integer projectId, Integer fieldId)
Copyright © 2002–2019 itracker. All rights reserved.