Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLayer
Packages that use InventoryLayer
Package
Description
-
Uses of InventoryLayer in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLayerModifier and TypeMethodDescriptionInventoryLayerDetail.getInventoryLayer()InventoryLayerDetail.getInventoryLayer(EntityPermission entityPermission) InventoryLayerStatus.getInventoryLayer()InventoryLayerStatus.getInventoryLayer(EntityPermission entityPermission) InventoryLayerDetail.getInventoryLayerForUpdate()InventoryLayerStatus.getInventoryLayerForUpdate()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLayerModifier and TypeMethodDescriptionvoidInventoryLayerDetail.setInventoryLayer(InventoryLayer entity) voidInventoryLayerStatus.setInventoryLayer(InventoryLayer entity) -
Uses of InventoryLayer in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLayerModifier and TypeMethodDescriptionInventoryLayerFactory.create()InventoryLayerFactory.create(InventoryLayerDetailPK activeDetailPK, InventoryLayerDetailPK lastDetailPK) InventoryLayerFactory.create(InventoryLayerDetail activeDetail, InventoryLayerDetail lastDetail) InventoryLayerFactory.getEntityFromCache(InventoryLayerPK pk) InventoryLayerFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLayerPK pk) InventoryLayerFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLayerFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLayerFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLayerFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLayerFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLayerValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLayerModifier and TypeMethodDescriptionInventoryLayerFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLayerPK> pks) InventoryLayerFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLayerFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLayerFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLayerFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLayerModifier and TypeMethodDescriptionInventoryLayerDetailFactory.create(InventoryLayer inventoryLayer, Integer inventoryLayerSequence, InventoryTransactionLine inventoryTransactionLine, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) InventoryLayerStatusFactory.create(InventoryLayer inventoryLayer, Long quantityOnHand, Long quantityAllocated) voidInventoryLayerFactory.remove(InventoryLayer entity) voidInventoryLayerFactory.store(InventoryLayer entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLayerModifier and TypeMethodDescriptionvoidInventoryLayerFactory.store(Collection<InventoryLayer> entities)