Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryTransactionLineSource
Packages that use InventoryTransactionLineSource
-
Uses of InventoryTransactionLineSource in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionLineSourceModifier and TypeMethodDescriptionInventoryTransactionLineSourceFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK sourceOwnerPartyPK, LocationPK sourceLocationPK, InventoryConditionPK sourceInventoryConditionPK, UnitOfMeasureTypePK sourceUnitOfMeasureTypePK, Long fromTime, Long thruTime) InventoryTransactionLineSourceFactory.create(InventoryTransactionLine inventoryTransactionLine, Party sourceOwnerParty, Location sourceLocation, InventoryCondition sourceInventoryCondition, UnitOfMeasureType sourceUnitOfMeasureType, Long fromTime, Long thruTime) InventoryTransactionLineSourceFactory.getEntityFromCache(InventoryTransactionLineSourcePK pk) InventoryTransactionLineSourceFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionLineSourcePK pk) InventoryTransactionLineSourceFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionLineSourceFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionLineSourceFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionLineSourceFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryTransactionLineSourceFactory.getEntityFromValue(EntityPermission entityPermission, InventoryTransactionLineSourceValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionLineSourceModifier and TypeMethodDescriptionInventoryTransactionLineSourceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionLineSourcePK> pks) InventoryTransactionLineSourceFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionLineSourceFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionLineSourceFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionLineSourceFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionLineSourceModifier and TypeMethodDescriptionvoidInventoryTransactionLineSourceFactory.remove(InventoryTransactionLineSource entity) voidInventoryTransactionLineSourceFactory.store(InventoryTransactionLineSource entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionLineSourceModifier and TypeMethodDescriptionvoidInventoryTransactionLineSourceFactory.store(Collection<InventoryTransactionLineSource> entities)