Uses of Class
com.echothree.model.data.inventory.server.value.InventoryLocationAssignmentStatusValue
Packages that use InventoryLocationAssignmentStatusValue
Package
Description
-
Uses of InventoryLocationAssignmentStatusValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationAssignmentStatusValueModifier and TypeMethodDescriptionInventoryLocationAssignmentStatus.getInventoryLocationAssignmentStatusValue()
Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationAssignmentStatusValueModifier and TypeMethodDescriptionvoid
InventoryLocationAssignmentStatus.setInventoryLocationAssignmentStatusValue
(InventoryLocationAssignmentStatusValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationAssignmentStatusValueModifierConstructorDescriptionInventoryLocationAssignmentStatus
(InventoryLocationAssignmentStatusValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationAssignmentStatus -
Uses of InventoryLocationAssignmentStatusValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationAssignmentStatusValueModifier and TypeMethodDescriptionInventoryLocationAssignmentStatusFactory.getValueFromPK
(Session session, InventoryLocationAssignmentStatusPK pk) InventoryLocationAssignmentStatusFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationAssignmentStatusValueModifier and TypeMethodDescriptionInventoryLocationAssignmentStatusFactory.getValuesFromPKs
(Session session, Collection<InventoryLocationAssignmentStatusPK> pks) InventoryLocationAssignmentStatusFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationAssignmentStatusValueModifier and TypeMethodDescriptionInventoryLocationAssignmentStatusFactory.getEntityFromValue
(EntityPermission entityPermission, InventoryLocationAssignmentStatusValue value) InventoryLocationAssignmentStatusFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryLocationAssignmentStatusValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationAssignmentStatusValueModifier and TypeMethodDescriptionvoid
InventoryLocationAssignmentStatusFactory.create
(Session session, Collection<InventoryLocationAssignmentStatusValue> _values) void
InventoryLocationAssignmentStatusFactory.create
(Collection<InventoryLocationAssignmentStatusValue> _values) -
Uses of InventoryLocationAssignmentStatusValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationAssignmentStatusValue