Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryLocationAssignmentPK
Packages that use InventoryLocationAssignmentPK
Package
Description
-
Uses of InventoryLocationAssignmentPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationAssignmentPKModifier and TypeMethodDescriptionInventoryLocationAssignmentStatus.getInventoryLocationAssignmentPK()
InventoryLocationAssignment.getPrimaryKey()
Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationAssignmentPKModifier and TypeMethodDescriptionvoid
InventoryLocationAssignmentStatus.setInventoryLocationAssignmentPK
(InventoryLocationAssignmentPK inventoryLocationAssignmentPK) -
Uses of InventoryLocationAssignmentPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationAssignmentPKModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.getNextPK()
InventoryLocationAssignmentFactory.getPKFromQuery
(PreparedStatement ps, Object... params) InventoryLocationAssignmentFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationAssignmentPKModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) InventoryLocationAssignmentFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) InventoryLocationAssignmentFactory.getPKsFromResultSetAsList
(ResultSet rs) InventoryLocationAssignmentFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationAssignmentPKModifier and TypeMethodDescriptionInventoryLocationAssignmentStatusFactory.create
(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) InventoryLocationAssignmentStatusFactory.create
(Session session, InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) InventoryLocationAssignmentFactory.getEntityFromCache
(Session session, InventoryLocationAssignmentPK pk) InventoryLocationAssignmentFactory.getEntityFromPK
(EntityPermission entityPermission, InventoryLocationAssignmentPK pk) InventoryLocationAssignmentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, InventoryLocationAssignmentPK pk) InventoryLocationAssignmentFactory.getValueFromPK
(Session session, InventoryLocationAssignmentPK pk) void
InventoryLocationAssignmentFactory.remove
(Session session, InventoryLocationAssignmentPK pk) boolean
InventoryLocationAssignmentFactory.validPK
(Session session, InventoryLocationAssignmentPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationAssignmentPKModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<InventoryLocationAssignmentPK> pks) InventoryLocationAssignmentFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InventoryLocationAssignmentPK> pks) InventoryLocationAssignmentFactory.getValuesFromPKs
(Session session, Collection<InventoryLocationAssignmentPK> pks) void
InventoryLocationAssignmentFactory.remove
(Session session, Collection<InventoryLocationAssignmentPK> pks) void
InventoryLocationAssignmentFactory.remove
(Collection<InventoryLocationAssignmentPK> pks) -
Uses of InventoryLocationAssignmentPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationAssignmentPKModifier and TypeMethodDescriptionInventoryLocationAssignmentStatusValue.getInventoryLocationAssignmentPK()
InventoryLocationAssignmentValue.getPrimaryKey()
Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationAssignmentPKModifier and TypeMethodDescriptionvoid
InventoryLocationAssignmentStatusValue.setInventoryLocationAssignmentPK
(InventoryLocationAssignmentPK inventoryLocationAssignmentPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationAssignmentPKModifierConstructorDescriptionInventoryLocationAssignmentStatusValue
(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) Creates a new instance of InventoryLocationAssignmentStatusValueInventoryLocationAssignmentStatusValue
(InventoryLocationAssignmentStatusPK inventoryLocationAssignmentStatusPK, InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) Creates a new instance of InventoryLocationAssignmentStatusValueInventoryLocationAssignmentValue
(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationAssignmentValue