Uses of Class
org.ow2.dragon.persistence.bo.specification.ServiceSpecification

Packages that use ServiceSpecification
org.ow2.dragon.persistence.bo.deployment   
org.ow2.dragon.persistence.bo.specification   
org.ow2.dragon.persistence.dao.specification   
org.ow2.dragon.persistence.dao.specification.hibernate   
 

Uses of ServiceSpecification in org.ow2.dragon.persistence.bo.deployment
 

Methods in org.ow2.dragon.persistence.bo.deployment that return types with arguments of type ServiceSpecification
 java.util.Set<ServiceSpecification> TechnicalService.getServiceSpecifications()
           
 java.util.Set<ServiceSpecification> Binding.getServiceSpecifications()
           
 

Method parameters in org.ow2.dragon.persistence.bo.deployment with type arguments of type ServiceSpecification
 void TechnicalService.setServiceSpecifications(java.util.Set<ServiceSpecification> serviceSpecifications)
           
 void Binding.setServiceSpecifications(java.util.Set<ServiceSpecification> serviceSpecifications)
           
 

Uses of ServiceSpecification in org.ow2.dragon.persistence.bo.specification
 

Methods in org.ow2.dragon.persistence.bo.specification that return types with arguments of type ServiceSpecification
 java.util.Set<ServiceSpecification> ServiceInterface.getServiceSpecs()
           
 java.util.Set<ServiceSpecification> ServiceDefinitionLanguageFile.getServiceSpecs()
           
 

Methods in org.ow2.dragon.persistence.bo.specification with parameters of type ServiceSpecification
 void ServiceDefinitionLanguageFile.addServiceSpec(ServiceSpecification serviceSpecification)
           
 

Method parameters in org.ow2.dragon.persistence.bo.specification with type arguments of type ServiceSpecification
 void ServiceInterface.setServiceSpecs(java.util.Set<ServiceSpecification> serviceSpecs)
           
 void ServiceDefinitionLanguageFile.setServiceSpecs(java.util.Set<ServiceSpecification> serviceSpecs)
           
 

Uses of ServiceSpecification in org.ow2.dragon.persistence.dao.specification
 

Methods in org.ow2.dragon.persistence.dao.specification that return types with arguments of type ServiceSpecification
 java.util.List<ServiceSpecification> ServiceSpecificationDAO.retrieveByServiceList(java.util.List<java.lang.String> serviceQNames)
           
 

Uses of ServiceSpecification in org.ow2.dragon.persistence.dao.specification.hibernate
 

Methods in org.ow2.dragon.persistence.dao.specification.hibernate that return types with arguments of type ServiceSpecification
 java.util.List<ServiceSpecification> ServiceSpecificationDAOImpl.retrieveByServiceList(java.util.List<java.lang.String> serviceQNames)
           
 



Copyright © 2008 eBMWebsourcing. All Rights Reserved.