Uses of Class
org.ow2.dragon.api.to.common.KeyedRefTO

Packages that use KeyedRefTO
org.ow2.dragon.api.service.deployment   
org.ow2.dragon.api.service.organization   
org.ow2.dragon.api.to.deployment   
org.ow2.dragon.api.to.organization   
org.ow2.dragon.service   
org.ow2.dragon.service.deployment   
org.ow2.dragon.service.organization   
 

Uses of KeyedRefTO in org.ow2.dragon.api.service.deployment
 

Methods in org.ow2.dragon.api.service.deployment that return types with arguments of type KeyedRefTO
 java.util.List<KeyedRefTO> EndpointManager.getCategoriesForEndpoint(java.lang.String endpointId)
          Return the list of categories related to the endpoint matching the given id
 java.util.List<KeyedRefTO> TechServiceManager.getCategoriesForTechServ(java.lang.String techServiceId)
          Return a List of KeyedRefTO that maps service related categories
 

Uses of KeyedRefTO in org.ow2.dragon.api.service.organization
 

Methods in org.ow2.dragon.api.service.organization that return types with arguments of type KeyedRefTO
 java.util.List<KeyedRefTO> OrganizationManager.getCategoriesForOrg(java.lang.String orgId)
          Return all the categories related to the given organization unit.
 java.util.List<KeyedRefTO> OrganizationManager.getIdentifiersForOrg(java.lang.String orgId)
          Return all identifiers related to the given organization unit.
 

Uses of KeyedRefTO in org.ow2.dragon.api.to.deployment
 

Methods in org.ow2.dragon.api.to.deployment that return types with arguments of type KeyedRefTO
 java.util.List<KeyedRefTO> EndpointTO.getCategories()
           
 java.util.List<KeyedRefTO> TechnicalServiceTO.getCategories()
           
 

Method parameters in org.ow2.dragon.api.to.deployment with type arguments of type KeyedRefTO
 void EndpointTO.setCategories(java.util.List<KeyedRefTO> categories)
           
 void TechnicalServiceTO.setCategories(java.util.List<KeyedRefTO> categories)
           
 

Uses of KeyedRefTO in org.ow2.dragon.api.to.organization
 

Methods in org.ow2.dragon.api.to.organization that return types with arguments of type KeyedRefTO
 java.util.List<KeyedRefTO> OrganizationUnitTO.getCategories()
           
 java.util.List<KeyedRefTO> OrganizationUnitTO.getIdentifiers()
           
 

Method parameters in org.ow2.dragon.api.to.organization with type arguments of type KeyedRefTO
 void OrganizationUnitTO.setCategories(java.util.List<KeyedRefTO> categories)
           
 void OrganizationUnitTO.setIdentifiers(java.util.List<KeyedRefTO> identifiers)
           
 

Uses of KeyedRefTO in org.ow2.dragon.service
 

Methods in org.ow2.dragon.service that return types with arguments of type KeyedRefTO
 java.util.List<KeyedRefTO> TransfertObjectAssembler.toCategoriesTO(CategoryBag categoryBag)
           
 java.util.List<KeyedRefTO> TransfertObjectAssemblerImpl.toCategoriesTO(CategoryBag categoryBag)
           
 java.util.List<KeyedRefTO> TransfertObjectAssembler.toIdentifiersTO(java.util.List<KeyedReference> identifierBag)
           
 java.util.List<KeyedRefTO> TransfertObjectAssemblerImpl.toIdentifiersTO(java.util.List<KeyedReference> identifierBag)
           
 

Uses of KeyedRefTO in org.ow2.dragon.service.deployment
 

Methods in org.ow2.dragon.service.deployment that return types with arguments of type KeyedRefTO
 java.util.List<KeyedRefTO> EndpointManagerImpl.getCategoriesForEndpoint(java.lang.String endpointId)
           
 java.util.List<KeyedRefTO> TechServiceManagerImpl.getCategoriesForTechServ(java.lang.String techServiceId)
           
 

Uses of KeyedRefTO in org.ow2.dragon.service.organization
 

Methods in org.ow2.dragon.service.organization that return types with arguments of type KeyedRefTO
 java.util.List<KeyedRefTO> OrganizationManagerImpl.getCategoriesForOrg(java.lang.String orgId)
           
 java.util.List<KeyedRefTO> OrganizationManagerImpl.getIdentifiersForOrg(java.lang.String orgId)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.