|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterValueDao
Data Access interface for ParameterValue business objects.
Method Summary | |
---|---|
java.util.List |
getCurrentParameterValues(java.lang.String environmentKey,
java.lang.String targetName)
Retrieve all the active parameter values for a specific environment and a specified deployment target. |
java.util.List |
getHistoricalParameterValues(Parameter parameter,
java.lang.String environmentKey)
Retrieve all the historical parameter values for a specific environment and a specified parameter. |
ParameterValue |
getParameterValue(long id)
Retrieve the ParameterValue having this unique identifier |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
ParameterValue getParameterValue(long id)
id
- The identifier returned value must have
java.util.List getCurrentParameterValues(java.lang.String environmentKey, java.lang.String targetName)
environmentKey
- The key of the physical environment to retrieve values fortargetName
- The name of the deployment target to retrieve values for
org.figure8.join.businessobjects.environment.ParameterValue
.java.util.List getHistoricalParameterValues(Parameter parameter, java.lang.String environmentKey)
parameter
- The parameter to retrieve values forenvironmentKey
- The key of the physical environment to retrieve values for
org.figure8.join.businessobjects.environment.ParameterValue
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |