Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLayerDetail
Packages that use InventoryLayerDetail
Package
Description
-
Uses of InventoryLayerDetail in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLayerDetailModifier and TypeMethodDescriptionInventoryLayer.getActiveDetail()InventoryLayer.getActiveDetail(EntityPermission entityPermission) InventoryLayer.getActiveDetailForUpdate()InventoryLayer.getLastDetail()InventoryLayer.getLastDetail(EntityPermission entityPermission) InventoryLayer.getLastDetailForUpdate()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLayerDetailModifier and TypeMethodDescriptionvoidInventoryLayer.setActiveDetail(InventoryLayerDetail entity) voidInventoryLayer.setLastDetail(InventoryLayerDetail entity) -
Uses of InventoryLayerDetail in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLayerDetailModifier and TypeMethodDescriptionInventoryLayerDetailFactory.create(InventoryLayerPK inventoryLayerPK, Integer inventoryLayerSequence, InventoryTransactionLinePK inventoryTransactionLinePK, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) InventoryLayerDetailFactory.create(InventoryLayer inventoryLayer, Integer inventoryLayerSequence, InventoryTransactionLine inventoryTransactionLine, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) InventoryLayerDetailFactory.getEntityFromCache(InventoryLayerDetailPK pk) InventoryLayerDetailFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLayerDetailPK pk) InventoryLayerDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLayerDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLayerDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLayerDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLayerDetailFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLayerDetailValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLayerDetailModifier and TypeMethodDescriptionInventoryLayerDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLayerDetailPK> pks) InventoryLayerDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLayerDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLayerDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLayerDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLayerDetailModifier and TypeMethodDescriptionInventoryLayerFactory.create(InventoryLayerDetail activeDetail, InventoryLayerDetail lastDetail) voidInventoryLayerDetailFactory.remove(InventoryLayerDetail entity) voidInventoryLayerDetailFactory.store(InventoryLayerDetail entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLayerDetailModifier and TypeMethodDescriptionvoidInventoryLayerDetailFactory.store(Collection<InventoryLayerDetail> entities)