Uses of Class
org.ow2.dragon.api.to.technology.EnvironmentFederationTO

Packages that use EnvironmentFederationTO
org.ow2.dragon.api.service.technology   
org.ow2.dragon.service.technology   
 

Uses of EnvironmentFederationTO in org.ow2.dragon.api.service.technology
 

Methods in org.ow2.dragon.api.service.technology that return EnvironmentFederationTO
 EnvironmentFederationTO TechnologyManager.getEnvironmentFederation(java.lang.String envFedId)
          Retrieve the environment federation matching the given ID
 

Methods in org.ow2.dragon.api.service.technology that return types with arguments of type EnvironmentFederationTO
 java.util.List<EnvironmentFederationTO> TechnologyManager.getAllEnvironmentFederations(RequestOptionsTO requestOptionsTO)
          Return the list of all environment federations in the registry
 java.util.List<EnvironmentFederationTO> TechnologyManager.searchEnvironmentFederations(java.lang.String searchCriteria, java.util.List<FederationSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
          Retrieve the list of all environment federations matching the given criteria for the given properties
 

Uses of EnvironmentFederationTO in org.ow2.dragon.service.technology
 

Methods in org.ow2.dragon.service.technology that return EnvironmentFederationTO
 EnvironmentFederationTO TechnologyManagerImpl.getEnvironmentFederation(java.lang.String envFedId)
           
 EnvironmentFederationTO TechnologyTransferObjectAssembler.toEnvironmentFederationTO(EnvironmentFederation environmentFederationBO)
           
 EnvironmentFederationTO TechnologyTransferObjectAssemblerImpl.toEnvironmentFederationTO(EnvironmentFederation environmentFederationBO)
           
 

Methods in org.ow2.dragon.service.technology that return types with arguments of type EnvironmentFederationTO
 java.util.List<EnvironmentFederationTO> TechnologyManagerImpl.getAllEnvironmentFederations(RequestOptionsTO requestOptionsTO)
           
 java.util.List<EnvironmentFederationTO> TechnologyManagerImpl.searchEnvironmentFederations(java.lang.String searchCriteria, java.util.List<FederationSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.