Uses of Class
org.figure8.join.businessobjects.commons.Target

Packages that use Target
org.figure8.join.businessfacades.commons   
org.figure8.join.businessobjects.commons.persistence   
org.figure8.join.businessobjects.environment   
 

Uses of Target in org.figure8.join.businessfacades.commons
 

Methods in org.figure8.join.businessfacades.commons that return Target
 Target IntegrationProcessManager.getTarget(java.lang.String name)
          Retrieve the deployment target having the specified name.
 Target DefaultIntegrationProcessManager.getTarget(java.lang.String name)
          Retrieve the deployment target having the specified name.
 

Methods in org.figure8.join.businessfacades.commons with parameters of type Target
 void IntegrationProcessManager.saveTarget(Target target)
          Save a deployment target within datastore.
 void DefaultIntegrationProcessManager.saveTarget(Target target)
          Save a deployment target within datastore.
 

Uses of Target in org.figure8.join.businessobjects.commons.persistence
 

Methods in org.figure8.join.businessobjects.commons.persistence that return Target
 Target HibernateTargetDao.getTarget(java.lang.String name)
          Retrieve a target using its name
 Target TargetDao.getTarget(java.lang.String name)
          Retrieve a target using its name
 

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

Methods in org.figure8.join.businessobjects.environment that return Target
 Target ParameterValue.getTarget()
          Get the target of the value
 Target Deployment.getTarget()
           
 

Methods in org.figure8.join.businessobjects.environment with parameters of type Target
 void ParameterValue.setTarget(Target target)
           
 void Deployment.setTarget(Target target)
           
 

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



Copyright © 2005-2008 Join. All Rights Reserved.