Uses of Class
com.echothree.model.data.item.server.value.ItemCategoryDescriptionValue
Packages that use ItemCategoryDescriptionValue
Package
Description
-
Uses of ItemCategoryDescriptionValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemCategoryDescriptionValueModifier and TypeMethodDescriptionItemControl.getItemCategoryDescriptionValue
(ItemCategoryDescription itemCategoryDescription) ItemControl.getItemCategoryDescriptionValueForUpdate
(ItemCategory itemCategory, Language language) Methods in com.echothree.model.control.item.server.control with parameters of type ItemCategoryDescriptionValueModifier and TypeMethodDescriptionvoid
ItemControl.updateItemCategoryDescriptionFromValue
(ItemCategoryDescriptionValue itemCategoryDescriptionValue, BasePK updatedBy) -
Uses of ItemCategoryDescriptionValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemCategoryDescriptionValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemCategoryDescriptionValueModifier and TypeMethodDescriptionvoid
ItemCategoryDescription.setItemCategoryDescriptionValue
(ItemCategoryDescriptionValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemCategoryDescriptionValueModifierConstructorDescriptionItemCategoryDescription
(ItemCategoryDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ItemCategoryDescription -
Uses of ItemCategoryDescriptionValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemCategoryDescriptionValueModifier and TypeMethodDescriptionItemCategoryDescriptionFactory.getValueFromPK
(Session session, ItemCategoryDescriptionPK pk) ItemCategoryDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemCategoryDescriptionValueModifier and TypeMethodDescriptionItemCategoryDescriptionFactory.getValuesFromPKs
(Session session, Collection<ItemCategoryDescriptionPK> pks) ItemCategoryDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemCategoryDescriptionValueModifier and TypeMethodDescriptionItemCategoryDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ItemCategoryDescriptionValue value) ItemCategoryDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemCategoryDescriptionValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemCategoryDescriptionValueModifier and TypeMethodDescriptionvoid
ItemCategoryDescriptionFactory.create
(Session session, Collection<ItemCategoryDescriptionValue> _values) void
ItemCategoryDescriptionFactory.create
(Collection<ItemCategoryDescriptionValue> _values) -
Uses of ItemCategoryDescriptionValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemCategoryDescriptionValue