Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionLineDestinationPK
Packages that use InventoryTransactionLineDestinationPK
Package
Description
-
Uses of InventoryTransactionLineDestinationPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionLineDestinationPK -
Uses of InventoryTransactionLineDestinationPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionLineDestinationPKModifier and TypeMethodDescriptionInventoryTransactionLineDestinationFactory.getNextPK()InventoryTransactionLineDestinationFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionLineDestinationFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionLineDestinationPKModifier and TypeMethodDescriptionInventoryTransactionLineDestinationFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionLineDestinationFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionLineDestinationFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionLineDestinationFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionLineDestinationPKModifier and TypeMethodDescriptionInventoryTransactionLineDestinationFactory.getEntityFromCache(InventoryTransactionLineDestinationPK pk) InventoryTransactionLineDestinationFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionLineDestinationPK pk) InventoryTransactionLineDestinationFactory.getValueFromPK(InventoryTransactionLineDestinationPK pk) voidInventoryTransactionLineDestinationFactory.remove(InventoryTransactionLineDestinationPK pk) booleanInventoryTransactionLineDestinationFactory.validPK(InventoryTransactionLineDestinationPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionLineDestinationPKModifier and TypeMethodDescriptionInventoryTransactionLineDestinationFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionLineDestinationPK> pks) InventoryTransactionLineDestinationFactory.getValuesFromPKs(Collection<InventoryTransactionLineDestinationPK> pks) voidInventoryTransactionLineDestinationFactory.remove(Collection<InventoryTransactionLineDestinationPK> pks) -
Uses of InventoryTransactionLineDestinationPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionLineDestinationPKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionLineDestinationPKModifierConstructorDescriptionInventoryTransactionLineDestinationValue(InventoryTransactionLineDestinationPK inventoryTransactionLineDestinationPK, InventoryTransactionLinePK inventoryTransactionLinePK, PartyPK destinationOwnerPartyPK, LocationPK destinationLocationPK, InventoryConditionPK destinationInventoryConditionPK, UnitOfMeasureTypePK destinationUnitOfMeasureTypePK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDestinationValue