Uses of Class
com.echothree.model.data.inventory.server.value.InventoryLocationGroupDescriptionValue
Packages that use InventoryLocationGroupDescriptionValue
Package
Description
-
Uses of InventoryLocationGroupDescriptionValue in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryLocationGroupDescriptionValueModifier and TypeMethodDescriptionInventoryControl.getInventoryLocationGroupDescriptionValue
(InventoryLocationGroupDescription inventoryLocationGroupDescription) InventoryControl.getInventoryLocationGroupDescriptionValueForUpdate
(InventoryLocationGroup inventoryLocationGroup, Language language) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryLocationGroupDescriptionValueModifier and TypeMethodDescriptionvoid
InventoryControl.updateInventoryLocationGroupDescriptionFromValue
(InventoryLocationGroupDescriptionValue inventoryLocationGroupDescriptionValue, BasePK updatedBy) -
Uses of InventoryLocationGroupDescriptionValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationGroupDescriptionValueModifier and TypeMethodDescriptionInventoryLocationGroupDescription.getInventoryLocationGroupDescriptionValue()
Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupDescriptionValueModifier and TypeMethodDescriptionvoid
InventoryLocationGroupDescription.setInventoryLocationGroupDescriptionValue
(InventoryLocationGroupDescriptionValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupDescriptionValueModifierConstructorDescriptionInventoryLocationGroupDescription
(InventoryLocationGroupDescriptionValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationGroupDescription -
Uses of InventoryLocationGroupDescriptionValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupDescriptionValueModifier and TypeMethodDescriptionInventoryLocationGroupDescriptionFactory.getValueFromPK
(Session session, InventoryLocationGroupDescriptionPK pk) InventoryLocationGroupDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupDescriptionValueModifier and TypeMethodDescriptionInventoryLocationGroupDescriptionFactory.getValuesFromPKs
(Session session, Collection<InventoryLocationGroupDescriptionPK> pks) InventoryLocationGroupDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupDescriptionValueModifier and TypeMethodDescriptionInventoryLocationGroupDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, InventoryLocationGroupDescriptionValue value) InventoryLocationGroupDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryLocationGroupDescriptionValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupDescriptionValueModifier and TypeMethodDescriptionvoid
InventoryLocationGroupDescriptionFactory.create
(Session session, Collection<InventoryLocationGroupDescriptionValue> _values) void
InventoryLocationGroupDescriptionFactory.create
(Collection<InventoryLocationGroupDescriptionValue> _values) -
Uses of InventoryLocationGroupDescriptionValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationGroupDescriptionValue