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

Packages that use Gateway
org.figure8.join.businessfacades.environment   
org.figure8.join.businessobjects.environment   
org.figure8.join.businessobjects.environment.persistence   
org.figure8.join.view   
 

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

Methods in org.figure8.join.businessfacades.environment with parameters of type Gateway
 void DefaultResourceManager.mapEISOnGateway(EIS eis, Gateway gateway)
          Create a new mapping of an EIS onto a gateway.
 void ResourceManager.mapEISOnGateway(EIS eis, Gateway gateway)
          Create a new mapping of an EIS onto a gateway.
 

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

Methods in org.figure8.join.businessobjects.environment that return Gateway
 Gateway EISMapping.getGateway()
           
 

Methods in org.figure8.join.businessobjects.environment with parameters of type Gateway
 void EISMapping.setGateway(Gateway gateway)
           
 

Constructors in org.figure8.join.businessobjects.environment with parameters of type Gateway
EISMapping(EIS eis, Gateway gateway)
          Creates a new ResourceMapping with mandatory parameters.
 

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

Methods in org.figure8.join.businessobjects.environment.persistence with parameters of type Gateway
 java.util.List HibernateEISMappingDao.getEISMappingsForGateway(Gateway gateway, java.util.Date startDate, java.util.Date endDate)
          Retrieve a list of eis mappings done onto an environment during a specified interval.
 java.util.List EISMappingDao.getEISMappingsForGateway(Gateway gateway, java.util.Date startDate, java.util.Date endDate)
          Retrieve a list of resource mappings done onto an environment during a specified interval.
 

Uses of Gateway in org.figure8.join.view
 

Fields in org.figure8.join.view declared as Gateway
protected  Gateway GatewayTrackingView.gateway
          The encapsulated gateway domain object
 

Methods in org.figure8.join.view that return Gateway
 Gateway VersionedResourceMapping.getGateway()
           
 Gateway GatewayTrackingView.getGateway()
           
 

Constructors in org.figure8.join.view with parameters of type Gateway
GatewayTrackingView(Gateway gateway, java.util.Date startDate, java.util.Date endDate)
          Creates a new instance of GatewayTrackingView
VersionedResourceMapping(Gateway gateway, VersionedResourceTrackingView resourceView, java.util.Date startDate, java.util.Date endDate)
          Creates a new instance of VersionedResourceMapping.
 



Copyright © 2005-2008 Join. All Rights Reserved.