Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionLineSourcePK
Packages that use InventoryTransactionLineSourcePK
Package
Description
-
Uses of InventoryTransactionLineSourcePK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionLineSourcePK -
Uses of InventoryTransactionLineSourcePK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionLineSourcePKModifier and TypeMethodDescriptionInventoryTransactionLineSourceFactory.getNextPK()InventoryTransactionLineSourceFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionLineSourceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionLineSourcePKModifier and TypeMethodDescriptionInventoryTransactionLineSourceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionLineSourceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionLineSourceFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionLineSourceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionLineSourcePKModifier and TypeMethodDescriptionInventoryTransactionLineSourceFactory.getEntityFromCache(InventoryTransactionLineSourcePK pk) InventoryTransactionLineSourceFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionLineSourcePK pk) InventoryTransactionLineSourceFactory.getValueFromPK(InventoryTransactionLineSourcePK pk) voidInventoryTransactionLineSourceFactory.remove(InventoryTransactionLineSourcePK pk) booleanInventoryTransactionLineSourceFactory.validPK(InventoryTransactionLineSourcePK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionLineSourcePKModifier and TypeMethodDescriptionInventoryTransactionLineSourceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionLineSourcePK> pks) InventoryTransactionLineSourceFactory.getValuesFromPKs(Collection<InventoryTransactionLineSourcePK> pks) voidInventoryTransactionLineSourceFactory.remove(Collection<InventoryTransactionLineSourcePK> pks) -
Uses of InventoryTransactionLineSourcePK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionLineSourcePKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionLineSourcePKModifierConstructorDescriptionInventoryTransactionLineSourceValue(InventoryTransactionLineSourcePK inventoryTransactionLineSourcePK, InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK sourceOwnerPartyPK, LocationPK sourceLocationPK, InventoryConditionPK sourceInventoryConditionPK, UnitOfMeasureTypePK sourceUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineSourceValue