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.getInventoryLocationAssignmentForUpdate()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationAssignmentModifier and TypeMethodDescriptionvoidInventoryLocationAssignmentStatus.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(LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) InventoryLocationAssignmentFactory.create(Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long fromTime, Long thruTime) InventoryLocationAssignmentFactory.getEntityFromCache(InventoryLocationAssignmentPK pk) InventoryLocationAssignmentFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationAssignmentPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLocationAssignmentFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(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) voidInventoryLocationAssignmentFactory.remove(InventoryLocationAssignment entity) voidInventoryLocationAssignmentFactory.store(InventoryLocationAssignment entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationAssignmentModifier and TypeMethodDescriptionvoidInventoryLocationAssignmentFactory.store(Collection<InventoryLocationAssignment> entities)