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 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.create(Session session, LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) InventoryLocationAssignmentFactory.create(Session session, Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, 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) voidInventoryLocationAssignmentFactory.remove(Session session, InventoryLocationAssignment entity) voidInventoryLocationAssignmentFactory.store(Session session, InventoryLocationAssignment entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationAssignmentModifier and TypeMethodDescriptionvoidInventoryLocationAssignmentFactory.store(Session session, Collection<InventoryLocationAssignment> entities) voidInventoryLocationAssignmentFactory.store(Collection<InventoryLocationAssignment> entities)