Uses of Class
com.echothree.model.data.inventory.server.value.InventoryLocationAssignmentValue
Packages that use InventoryLocationAssignmentValue
Package
Description
-
Uses of InventoryLocationAssignmentValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationAssignmentValueModifier and TypeMethodDescriptionInventoryLocationAssignment.getInventoryLocationAssignmentValue()
Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationAssignmentValueModifier and TypeMethodDescriptionvoid
InventoryLocationAssignment.setInventoryLocationAssignmentValue
(InventoryLocationAssignmentValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationAssignmentValueModifierConstructorDescriptionInventoryLocationAssignment
(InventoryLocationAssignmentValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationAssignment -
Uses of InventoryLocationAssignmentValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationAssignmentValueModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.getValueFromPK
(Session session, InventoryLocationAssignmentPK pk) InventoryLocationAssignmentFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationAssignmentValueModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.getValuesFromPKs
(Session session, Collection<InventoryLocationAssignmentPK> pks) InventoryLocationAssignmentFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationAssignmentValueModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.getEntityFromValue
(EntityPermission entityPermission, InventoryLocationAssignmentValue value) InventoryLocationAssignmentFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryLocationAssignmentValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationAssignmentValueModifier and TypeMethodDescriptionvoid
InventoryLocationAssignmentFactory.create
(Session session, Collection<InventoryLocationAssignmentValue> _values) void
InventoryLocationAssignmentFactory.create
(Collection<InventoryLocationAssignmentValue> _values) -
Uses of InventoryLocationAssignmentValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationAssignmentValue