Uses of Class
org.figure8.join.businessobjects.environment.EnvironmentMapping

Packages that use EnvironmentMapping
org.figure8.join.businessfacades.environment   
org.figure8.join.businessobjects.environment   
org.figure8.join.businessobjects.environment.persistence   
 

Uses of EnvironmentMapping in org.figure8.join.businessfacades.environment
 

Methods in org.figure8.join.businessfacades.environment that return EnvironmentMapping
 EnvironmentMapping EnvironmentManager.getEnvironmentMapping(long id)
          Retrieve an EnvironmentMapping using its unique identifier
 EnvironmentMapping DefaultEnvironmentManager.getEnvironmentMapping(long id)
          Retrieve an EnvironmentMapping using its unique identifier
 EnvironmentMapping EnvironmentManager.getEnvironmentMappingAtDate(LogicalEnvironment environment, java.util.Date configDate)
          Retrieve EnvironmentMapping that was active for an environment at specified date
 EnvironmentMapping DefaultEnvironmentManager.getEnvironmentMappingAtDate(LogicalEnvironment environment, java.util.Date configDate)
          Retrieve EnvironmentMapping that was active for an environment at specified date
 

Methods in org.figure8.join.businessfacades.environment with parameters of type EnvironmentMapping
 void EnvironmentManager.closeEnvironmentMapping(EnvironmentMapping mapping)
          Closes the specified EnvironmentMapping.
 void DefaultEnvironmentManager.closeEnvironmentMapping(EnvironmentMapping mapping)
          Closes the specified EnvironmentMapping.
 

Uses of EnvironmentMapping in org.figure8.join.businessobjects.environment
 

Methods in org.figure8.join.businessobjects.environment that return EnvironmentMapping
 EnvironmentMapping PhysicalEnvironment.getActiveEnvironmentMapping()
          Get the most recent active EnvironmentMapping for this environment
 EnvironmentMapping LogicalEnvironment.getActiveEnvironmentMapping()
          Get the most recent active EnvironmentMapping for this environment
 EnvironmentMapping Deployment.getEnvironmentMapping()
           
 

Methods in org.figure8.join.businessobjects.environment with parameters of type EnvironmentMapping
 void PhysicalEnvironment.setActiveEnvironmentMapping(EnvironmentMapping mapping)
           
 void LogicalEnvironment.setActiveEnvironmentMapping(EnvironmentMapping mapping)
           
 void Deployment.setEnvironmentMapping(EnvironmentMapping environmentMapping)
           
 

Constructors in org.figure8.join.businessobjects.environment with parameters of type EnvironmentMapping
Deployment(java.lang.String applicantId, java.lang.String applicantComments, EnvironmentMapping mapping, Assembly assembly, Target target)
          Creates a new instance of Deployment with mandatory attributes.
 

Uses of EnvironmentMapping in org.figure8.join.businessobjects.environment.persistence
 

Methods in org.figure8.join.businessobjects.environment.persistence that return EnvironmentMapping
 EnvironmentMapping HibernateEnvironmentMappingDao.getEnvironmentMapping(LogicalEnvironment logicalEnv, java.util.Date date)
          Retrieve the environment mapping for a LogicalEnvironment active at specified date
 EnvironmentMapping EnvironmentMappingDao.getEnvironmentMapping(LogicalEnvironment logicalEnv, java.util.Date date)
          Retrieve the environment mapping for a LogicalEnvironment active at specified date
 EnvironmentMapping HibernateEnvironmentMappingDao.getEnvironmentMapping(long id)
          Retrieve the environment mapping having this identifier
 EnvironmentMapping EnvironmentMappingDao.getEnvironmentMapping(long id)
          Retrieve the environment mapping having this identifier
 

Methods in org.figure8.join.businessobjects.environment.persistence with parameters of type EnvironmentMapping
 Deployment HibernateDeploymentDao.getActiveDeploymentForMapping(EnvironmentMapping mapping)
          Retrieve the currently active deployment done using an EnvironmentMapping
 Deployment DeploymentDao.getActiveDeploymentForMapping(EnvironmentMapping mapping)
          Retrieve the currently active deployment done using an EnvironmentMapping
 



Copyright © 2005-2008 Join. All Rights Reserved.