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

Packages that use CategoryValueTO
org.ow2.dragon.api.service.common   
org.ow2.dragon.api.to.common   
org.ow2.dragon.service   
org.ow2.dragon.service.common   
 

Uses of CategoryValueTO in org.ow2.dragon.api.service.common
 

Methods in org.ow2.dragon.api.service.common that return types with arguments of type CategoryValueTO
 java.util.List<CategoryValueTO> TModelManager.loadCategoryValues(java.lang.String categoryId)
          Load values for a given category
 

Uses of CategoryValueTO in org.ow2.dragon.api.to.common
 

Methods in org.ow2.dragon.api.to.common that return types with arguments of type CategoryValueTO
 java.util.List<CategoryValueTO> CategoryTO.getValues()
           
 

Method parameters in org.ow2.dragon.api.to.common with type arguments of type CategoryValueTO
 void CategoryTO.setValues(java.util.List<CategoryValueTO> values)
           
 

Uses of CategoryValueTO in org.ow2.dragon.service
 

Methods in org.ow2.dragon.service that return types with arguments of type CategoryValueTO
 java.util.List<CategoryValueTO> TransfertObjectAssembler.toCategoryValuesTO(java.util.List<CategoryValue> valuesBO)
           
 java.util.List<CategoryValueTO> TransfertObjectAssemblerImpl.toCategoryValuesTO(java.util.List<CategoryValue> valuesBO)
           
 

Uses of CategoryValueTO in org.ow2.dragon.service.common
 

Methods in org.ow2.dragon.service.common that return types with arguments of type CategoryValueTO
 java.util.List<CategoryValueTO> TModelManagerImpl.loadCategoryValues(java.lang.String categoryId)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.