Uses of Class
com.echothree.model.data.item.server.value.ItemCategoryDetailValue
Packages that use ItemCategoryDetailValue
Package
Description
-
Uses of ItemCategoryDetailValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemCategoryDetailValueModifier and TypeMethodDescriptionItemControl.getDefaultItemCategoryDetailValueForUpdate()
ItemControl.getItemCategoryDetailValueByNameForUpdate
(String itemCategoryName) ItemControl.getItemCategoryDetailValueForUpdate
(ItemCategory itemCategory) Methods in com.echothree.model.control.item.server.control with parameters of type ItemCategoryDetailValueModifier and TypeMethodDescriptionvoid
ItemControl.updateItemCategoryFromValue
(ItemCategoryDetailValue itemCategoryDetailValue, BasePK updatedBy) -
Uses of ItemCategoryDetailValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemCategoryDetailValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemCategoryDetailValueModifier and TypeMethodDescriptionvoid
ItemCategoryDetail.setItemCategoryDetailValue
(ItemCategoryDetailValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemCategoryDetailValueModifierConstructorDescriptionItemCategoryDetail
(ItemCategoryDetailValue value, EntityPermission entityPermission) Creates a new instance of ItemCategoryDetail -
Uses of ItemCategoryDetailValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemCategoryDetailValueModifier and TypeMethodDescriptionItemCategoryDetailFactory.getValueFromPK
(Session session, ItemCategoryDetailPK pk) ItemCategoryDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemCategoryDetailValueModifier and TypeMethodDescriptionItemCategoryDetailFactory.getValuesFromPKs
(Session session, Collection<ItemCategoryDetailPK> pks) ItemCategoryDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemCategoryDetailValueModifier and TypeMethodDescriptionItemCategoryDetailFactory.getEntityFromValue
(EntityPermission entityPermission, ItemCategoryDetailValue value) ItemCategoryDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemCategoryDetailValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemCategoryDetailValueModifier and TypeMethodDescriptionvoid
ItemCategoryDetailFactory.create
(Session session, Collection<ItemCategoryDetailValue> _values) void
ItemCategoryDetailFactory.create
(Collection<ItemCategoryDetailValue> _values) -
Uses of ItemCategoryDetailValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemCategoryDetailValue