Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryTransactionLine
Packages that use InventoryTransactionLine
Package
Description
-
Uses of InventoryTransactionLine in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionLineModifier and TypeMethodDescriptionInventoryLayerDetail.getInventoryTransactionLine()InventoryLayerDetail.getInventoryTransactionLine(EntityPermission entityPermission) InventoryTransactionLineDestination.getInventoryTransactionLine()InventoryTransactionLineDestination.getInventoryTransactionLine(EntityPermission entityPermission) InventoryTransactionLineDetail.getInventoryTransactionLine()InventoryTransactionLineDetail.getInventoryTransactionLine(EntityPermission entityPermission) InventoryTransactionLineRole.getInventoryTransactionLine()InventoryTransactionLineRole.getInventoryTransactionLine(EntityPermission entityPermission) InventoryTransactionLineSource.getInventoryTransactionLine()InventoryTransactionLineSource.getInventoryTransactionLine(EntityPermission entityPermission) InventoryTransactionLineStatus.getInventoryTransactionLine()InventoryTransactionLineStatus.getInventoryTransactionLine(EntityPermission entityPermission) InventoryTransactionLineTime.getInventoryTransactionLine()InventoryTransactionLineTime.getInventoryTransactionLine(EntityPermission entityPermission) InventoryLayerDetail.getInventoryTransactionLineForUpdate()InventoryTransactionLineDestination.getInventoryTransactionLineForUpdate()InventoryTransactionLineDetail.getInventoryTransactionLineForUpdate()InventoryTransactionLineRole.getInventoryTransactionLineForUpdate()InventoryTransactionLineSource.getInventoryTransactionLineForUpdate()InventoryTransactionLineStatus.getInventoryTransactionLineForUpdate()InventoryTransactionLineTime.getInventoryTransactionLineForUpdate()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionLineModifier and TypeMethodDescriptionvoidInventoryLayerDetail.setInventoryTransactionLine(InventoryTransactionLine entity) voidInventoryTransactionLineDestination.setInventoryTransactionLine(InventoryTransactionLine entity) voidInventoryTransactionLineDetail.setInventoryTransactionLine(InventoryTransactionLine entity) voidInventoryTransactionLineRole.setInventoryTransactionLine(InventoryTransactionLine entity) voidInventoryTransactionLineSource.setInventoryTransactionLine(InventoryTransactionLine entity) voidInventoryTransactionLineStatus.setInventoryTransactionLine(InventoryTransactionLine entity) voidInventoryTransactionLineTime.setInventoryTransactionLine(InventoryTransactionLine entity) -
Uses of InventoryTransactionLine in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionLineModifier and TypeMethodDescriptionInventoryTransactionLineFactory.create()InventoryTransactionLineFactory.create(InventoryTransactionLineDetailPK activeDetailPK, InventoryTransactionLineDetailPK lastDetailPK) InventoryTransactionLineFactory.create(InventoryTransactionLineDetail activeDetail, InventoryTransactionLineDetail lastDetail) InventoryTransactionLineFactory.getEntityFromCache(InventoryTransactionLinePK pk) InventoryTransactionLineFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionLinePK pk) InventoryTransactionLineFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionLineFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionLineFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionLineFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryTransactionLineFactory.getEntityFromValue(EntityPermission entityPermission, InventoryTransactionLineValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionLineModifier and TypeMethodDescriptionInventoryTransactionLineFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionLinePK> pks) InventoryTransactionLineFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionLineFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionLineFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionLineFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionLineModifier and TypeMethodDescriptionInventoryLayerDetailFactory.create(InventoryLayer inventoryLayer, Integer inventoryLayerSequence, InventoryTransactionLine inventoryTransactionLine, Long receiptQuantity, Long unitAmount, String description, Long fromTime, Long thruTime) InventoryTransactionLineDestinationFactory.create(InventoryTransactionLine inventoryTransactionLine, Party destinationOwnerParty, Location destinationLocation, InventoryCondition destinationInventoryCondition, UnitOfMeasureType destinationUnitOfMeasureType, Long fromTime, Long thruTime) InventoryTransactionLineDetailFactory.create(InventoryTransactionLine inventoryTransactionLine, InventoryTransaction inventoryTransaction, Integer inventoryTransactionLineSequence, InventoryTransactionReason inventoryTransactionReason, Item item, Lot lot, InventoryAdjustmentType inventoryAdjustmentType, Long unitAmount, String description, Long fromTime, Long thruTime) InventoryTransactionLineRoleFactory.create(InventoryTransactionLine inventoryTransactionLine, InventoryTransactionRoleType inventoryTransactionRoleType, Party party, Long fromTime, Long thruTime) InventoryTransactionLineSourceFactory.create(InventoryTransactionLine inventoryTransactionLine, Party sourceOwnerParty, Location sourceLocation, InventoryCondition sourceInventoryCondition, UnitOfMeasureType sourceUnitOfMeasureType, Long fromTime, Long thruTime) InventoryTransactionLineStatusFactory.create(InventoryTransactionLine inventoryTransactionLine, Long quantity) InventoryTransactionLineTimeFactory.create(InventoryTransactionLine inventoryTransactionLine, InventoryTransactionTimeType inventoryTransactionTimeType, Long time, Long fromTime, Long thruTime) voidInventoryTransactionLineFactory.remove(InventoryTransactionLine entity) voidInventoryTransactionLineFactory.store(InventoryTransactionLine entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionLineModifier and TypeMethodDescriptionvoidInventoryTransactionLineFactory.store(Collection<InventoryTransactionLine> entities)