Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocationAssignment
Packages that use InventoryLocationAssignment
Package
Description
-
Uses of InventoryLocationAssignment in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationAssignmentModifier and TypeMethodDescriptionInventoryLocationAssignmentStatus.getInventoryLocationAssignment()
InventoryLocationAssignmentStatus.getInventoryLocationAssignment
(EntityPermission entityPermission) InventoryLocationAssignmentStatus.getInventoryLocationAssignment
(Session session) InventoryLocationAssignmentStatus.getInventoryLocationAssignment
(Session session, EntityPermission entityPermission) InventoryLocationAssignmentStatus.getInventoryLocationAssignmentForUpdate()
InventoryLocationAssignmentStatus.getInventoryLocationAssignmentForUpdate
(Session session) Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationAssignmentModifier and TypeMethodDescriptionvoid
InventoryLocationAssignmentStatus.setInventoryLocationAssignment
(InventoryLocationAssignment entity) -
Uses of InventoryLocationAssignment in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationAssignmentModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.create
(LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) InventoryLocationAssignmentFactory.create
(Lot lot, Location location, Long quantity, Long fromTime, Long thruTime) InventoryLocationAssignmentFactory.create
(Session session, LotPK lotPK, LocationPK locationPK, Long quantity, Long fromTime, Long thruTime) InventoryLocationAssignmentFactory.create
(Session session, Lot lot, Location location, Long quantity, Long fromTime, Long thruTime) InventoryLocationAssignmentFactory.getEntityFromCache
(Session session, InventoryLocationAssignmentPK pk) InventoryLocationAssignmentFactory.getEntityFromPK
(EntityPermission entityPermission, InventoryLocationAssignmentPK pk) InventoryLocationAssignmentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, InventoryLocationAssignmentPK pk) InventoryLocationAssignmentFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) InventoryLocationAssignmentFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationAssignmentFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationAssignmentFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationAssignmentFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationAssignmentFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationAssignmentFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationAssignmentFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) InventoryLocationAssignmentFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) InventoryLocationAssignmentFactory.getEntityFromValue
(EntityPermission entityPermission, InventoryLocationAssignmentValue value) InventoryLocationAssignmentFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryLocationAssignmentValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationAssignmentModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<InventoryLocationAssignmentPK> pks) InventoryLocationAssignmentFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InventoryLocationAssignmentPK> pks) InventoryLocationAssignmentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) InventoryLocationAssignmentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationAssignmentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationAssignmentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationAssignmentFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationAssignmentFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationAssignmentFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationAssignmentFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) InventoryLocationAssignmentFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationAssignmentModifier and TypeMethodDescriptionInventoryLocationAssignmentStatusFactory.create
(InventoryLocationAssignment inventoryLocationAssignment, Long quantityOnHand, Long availableToPromise) InventoryLocationAssignmentStatusFactory.create
(Session session, InventoryLocationAssignment inventoryLocationAssignment, Long quantityOnHand, Long availableToPromise) void
InventoryLocationAssignmentFactory.remove
(Session session, InventoryLocationAssignment entity) void
InventoryLocationAssignmentFactory.store
(Session session, InventoryLocationAssignment entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationAssignmentModifier and TypeMethodDescriptionvoid
InventoryLocationAssignmentFactory.store
(Session session, Collection<InventoryLocationAssignment> entities) void
InventoryLocationAssignmentFactory.store
(Collection<InventoryLocationAssignment> entities)