Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocationGroupCapacity
Packages that use InventoryLocationGroupCapacity
Package
Description
-
Uses of InventoryLocationGroupCapacity in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryLocationGroupCapacityModifier and TypeMethodDescriptionInventoryControl.createInventoryLocationGroupCapacity(InventoryLocationGroup inventoryInventoryLocationGroupGroup, UnitOfMeasureType unitOfMeasureType, Long capacity, BasePK createdBy) InventoryControl.getInventoryLocationGroupCapacity(InventoryLocationGroup inventoryInventoryLocationGroupGroup, UnitOfMeasureType unitOfMeasureType) InventoryControl.getInventoryLocationGroupCapacityForUpdate(InventoryLocationGroup inventoryInventoryLocationGroupGroup, UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryLocationGroupCapacityModifier and TypeMethodDescriptionInventoryControl.getInventoryLocationGroupCapacitiesByInventoryLocationGroup(InventoryLocationGroup inventoryInventoryLocationGroupGroup) InventoryControl.getInventoryLocationGroupCapacitiesByInventoryLocationGroupForUpdate(InventoryLocationGroup inventoryInventoryLocationGroupGroup) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryLocationGroupCapacityModifier and TypeMethodDescriptionvoidInventoryControl.deleteInventoryLocationGroupCapacity(InventoryLocationGroupCapacity inventoryLocationGroupCapacity, BasePK deletedBy) InventoryControl.getInventoryLocationGroupCapacityTransfer(UserVisit userVisit, InventoryLocationGroupCapacity inventoryLocationGroupCapacity) -
Uses of InventoryLocationGroupCapacity in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type InventoryLocationGroupCapacityModifier and TypeMethodDescriptionInventoryLocationGroupCapacityTransferCache.getTransfer(InventoryLocationGroupCapacity inventoryLocationGroupCapacity) -
Uses of InventoryLocationGroupCapacity in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupCapacityModifier and TypeMethodDescriptionInventoryLocationGroupCapacityFactory.create(InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) InventoryLocationGroupCapacityFactory.create(InventoryLocationGroup inventoryLocationGroup, UnitOfMeasureType unitOfMeasureType, Long capacity, Long fromTime, Long thruTime) InventoryLocationGroupCapacityFactory.create(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) InventoryLocationGroupCapacityFactory.create(Session session, InventoryLocationGroup inventoryLocationGroup, UnitOfMeasureType unitOfMeasureType, Long capacity, Long fromTime, Long thruTime) InventoryLocationGroupCapacityFactory.getEntityFromCache(Session session, InventoryLocationGroupCapacityPK pk) InventoryLocationGroupCapacityFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupCapacityPK pk) InventoryLocationGroupCapacityFactory.getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationGroupCapacityPK pk) InventoryLocationGroupCapacityFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) InventoryLocationGroupCapacityFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupCapacityFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupCapacityFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupCapacityFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupCapacityFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupCapacityFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupCapacityFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupCapacityFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupCapacityFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLocationGroupCapacityValue value) InventoryLocationGroupCapacityFactory.getEntityFromValue(Session session, EntityPermission entityPermission, InventoryLocationGroupCapacityValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupCapacityModifier and TypeMethodDescriptionInventoryLocationGroupCapacityFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupCapacityPK> pks) InventoryLocationGroupCapacityFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupCapacityPK> pks) InventoryLocationGroupCapacityFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) InventoryLocationGroupCapacityFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupCapacityFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupCapacityFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupCapacityFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupCapacityFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupCapacityFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupCapacityFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupCapacityFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupCapacityModifier and TypeMethodDescriptionvoidInventoryLocationGroupCapacityFactory.remove(Session session, InventoryLocationGroupCapacity entity) voidInventoryLocationGroupCapacityFactory.store(Session session, InventoryLocationGroupCapacity entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupCapacityModifier and TypeMethodDescriptionvoidInventoryLocationGroupCapacityFactory.store(Session session, Collection<InventoryLocationGroupCapacity> entities) voidInventoryLocationGroupCapacityFactory.store(Collection<InventoryLocationGroupCapacity> entities)