Uses of Class
com.echothree.model.data.item.server.value.ItemCategoryValue
Packages that use ItemCategoryValue
Package
Description
-
Uses of ItemCategoryValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemCategoryValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemCategoryValueModifier and TypeMethodDescriptionvoidItemCategory.setItemCategoryValue(ItemCategoryValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemCategoryValueModifierConstructorDescriptionItemCategory(ItemCategoryValue value, EntityPermission entityPermission) Creates a new instance of ItemCategory -
Uses of ItemCategoryValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemCategoryValueModifier and TypeMethodDescriptionItemCategoryFactory.getValueFromPK(ItemCategoryPK pk) ItemCategoryFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemCategoryValueModifier and TypeMethodDescriptionItemCategoryFactory.getValuesFromPKs(Collection<ItemCategoryPK> pks) ItemCategoryFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemCategoryValueModifier and TypeMethodDescriptionItemCategoryFactory.getEntityFromValue(EntityPermission entityPermission, ItemCategoryValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemCategoryValueModifier and TypeMethodDescriptionvoidItemCategoryFactory.create(Collection<ItemCategoryValue> _values) -
Uses of ItemCategoryValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemCategoryValue