|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentDao
Data Access interface for Deployment business objects.
Method Summary | |
---|---|
Deployment |
getActiveDeploymentForMapping(EnvironmentMapping mapping)
Retrieve the currently active deployment done using an EnvironmentMapping |
Deployment |
getDeployment(long id)
Retrieve a deployment specified by its identifier |
java.util.List |
getDeploymentsByLogicalEnvironment(LogicalEnvironment logicalEnv)
Retrieve all the deployments done for a specified logical environment |
java.util.List |
getDeploymentsByPhysicalEnvironment(PhysicalEnvironment physicalEnv)
Retrieve all the deployments done onto a specified physical environment |
java.util.List |
getDeploymentsHavingStatus(java.util.List status,
boolean includeNull)
Get all the deployments having one of the specified status |
java.util.List |
getPreparingDeployments()
Get all the deployments being prepared at time of invocation |
java.util.List |
getRealizingDeployments()
Get all the deployments being realized at time of invocation |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
Deployment getDeployment(long id)
id
- The unique identifier of deployment to retrieve
Deployment getActiveDeploymentForMapping(EnvironmentMapping mapping)
mapping
- The mapping to get last active deployment for
java.util.List getRealizingDeployments()
Deployment
sjava.util.List getPreparingDeployments()
Deployment
sjava.util.List getDeploymentsHavingStatus(java.util.List status, boolean includeNull)
status
- A list of specified statusincludeNull
- Flag telling if deployment with no status should be included
Deployment
sjava.util.List getDeploymentsByLogicalEnvironment(LogicalEnvironment logicalEnv)
logicalEnv
- The logical environment to get deployments for
Deployment
s done for logical environmentjava.util.List getDeploymentsByPhysicalEnvironment(PhysicalEnvironment physicalEnv)
physicalEnv
- The physical environment to get deployments for
Deployment
s done onto this physical environemnt
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |