Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocationBucket
Packages that use InventoryLocationBucket
-
Uses of InventoryLocationBucket in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationBucketModifier and TypeMethodDescriptionInventoryLocationBucketFactory.create(InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) InventoryLocationBucketFactory.create(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType, Long quantity) InventoryLocationBucketFactory.getEntityFromCache(InventoryLocationBucketPK pk) InventoryLocationBucketFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationBucketPK pk) InventoryLocationBucketFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationBucketFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationBucketFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationBucketFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLocationBucketFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLocationBucketValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationBucketModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationBucketPK> pks) InventoryLocationBucketFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationBucketFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationBucketFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationBucketFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationBucketModifier and TypeMethodDescriptionvoidInventoryLocationBucketFactory.remove(InventoryLocationBucket entity) voidInventoryLocationBucketFactory.store(InventoryLocationBucket entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationBucketModifier and TypeMethodDescriptionvoidInventoryLocationBucketFactory.store(Collection<InventoryLocationBucket> entities)