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 TypeMethodDescriptionvoidItemControl.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 TypeMethodDescriptionvoidItemCategoryDetail.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(ItemCategoryDetailPK pk) ItemCategoryDetailFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemCategoryDetailValueModifier and TypeMethodDescriptionItemCategoryDetailFactory.getValuesFromPKs(Collection<ItemCategoryDetailPK> pks) ItemCategoryDetailFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemCategoryDetailValueModifier and TypeMethodDescriptionItemCategoryDetailFactory.getEntityFromValue(EntityPermission entityPermission, ItemCategoryDetailValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemCategoryDetailValueModifier and TypeMethodDescriptionvoidItemCategoryDetailFactory.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