Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLayerStatus
Packages that use InventoryLayerStatus
-
Uses of InventoryLayerStatus in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLayerStatusModifier and TypeMethodDescriptionInventoryLayerStatusFactory.create(InventoryLayerPK inventoryLayerPK, Long quantityOnHand, Long quantityAllocated) InventoryLayerStatusFactory.create(InventoryLayer inventoryLayer, Long quantityOnHand, Long quantityAllocated) InventoryLayerStatusFactory.getEntityFromCache(InventoryLayerStatusPK pk) InventoryLayerStatusFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLayerStatusPK pk) InventoryLayerStatusFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLayerStatusFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLayerStatusFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLayerStatusFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLayerStatusFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLayerStatusValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLayerStatusModifier and TypeMethodDescriptionInventoryLayerStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLayerStatusPK> pks) InventoryLayerStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLayerStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLayerStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLayerStatusFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLayerStatusModifier and TypeMethodDescriptionvoidInventoryLayerStatusFactory.remove(InventoryLayerStatus entity) voidInventoryLayerStatusFactory.store(InventoryLayerStatus entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLayerStatusModifier and TypeMethodDescriptionvoidInventoryLayerStatusFactory.store(Collection<InventoryLayerStatus> entities)