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

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

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

Methods in org.figure8.join.businessfacades.environment with parameters of type EIS
 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 EIS in org.figure8.join.businessobjects.environment
 

Methods in org.figure8.join.businessobjects.environment that return EIS
 EIS EISMapping.getEIS()
           
 

Methods in org.figure8.join.businessobjects.environment with parameters of type EIS
 void EISMapping.setEIS(EIS eis)
           
 

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

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

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



Copyright © 2005-2008 Join. All Rights Reserved.