Uses of Class
org.ow2.dragon.persistence.bo.common.CategoryValue

Packages that use CategoryValue
org.ow2.dragon.persistence.bo.common   
org.ow2.dragon.persistence.dao.common   
org.ow2.dragon.persistence.dao.common.impl   
org.ow2.dragon.service   
 

Uses of CategoryValue in org.ow2.dragon.persistence.bo.common
 

Methods in org.ow2.dragon.persistence.bo.common that return types with arguments of type CategoryValue
 java.util.List<CategoryValue> Category.getValues()
           
 

Methods in org.ow2.dragon.persistence.bo.common with parameters of type CategoryValue
 void Category.addValue(CategoryValue value)
           
 

Method parameters in org.ow2.dragon.persistence.bo.common with type arguments of type CategoryValue
 void Category.setValues(java.util.List<CategoryValue> values)
           
 

Uses of CategoryValue in org.ow2.dragon.persistence.dao.common
 

Methods in org.ow2.dragon.persistence.dao.common that return types with arguments of type CategoryValue
 java.util.List<CategoryValue> CategoryValueDAO.loadCategoryValues(java.lang.String categoryId)
           
 

Uses of CategoryValue in org.ow2.dragon.persistence.dao.common.impl
 

Methods in org.ow2.dragon.persistence.dao.common.impl that return types with arguments of type CategoryValue
 java.util.List<CategoryValue> CategoryValueDAOImpl.loadCategoryValues(java.lang.String categoryId)
           
 

Uses of CategoryValue in org.ow2.dragon.service
 

Method parameters in org.ow2.dragon.service with type arguments of type CategoryValue
 java.util.List<CategoryValueTO> TransfertObjectAssembler.toCategoryValuesTO(java.util.List<CategoryValue> valuesBO)
           
 java.util.List<CategoryValueTO> TransfertObjectAssemblerImpl.toCategoryValuesTO(java.util.List<CategoryValue> valuesBO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.