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(Session session, ItemCategoryPK pk) ItemCategoryFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemCategoryValueModifier and TypeMethodDescriptionItemCategoryFactory.getValuesFromPKs(Session session, Collection<ItemCategoryPK> pks) ItemCategoryFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemCategoryValueModifier and TypeMethodDescriptionItemCategoryFactory.getEntityFromValue(EntityPermission entityPermission, ItemCategoryValue value) ItemCategoryFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ItemCategoryValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemCategoryValueModifier and TypeMethodDescriptionvoidItemCategoryFactory.create(Session session, Collection<ItemCategoryValue> _values) voidItemCategoryFactory.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