Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionLineDetailPK
Packages that use InventoryTransactionLineDetailPK
Package
Description
-
Uses of InventoryTransactionLineDetailPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLine.getActiveDetailPK()InventoryTransactionLine.getLastDetailPK()InventoryTransactionLineDetail.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionvoidInventoryTransactionLine.setActiveDetailPK(InventoryTransactionLineDetailPK activeDetailPK) voidInventoryTransactionLine.setLastDetailPK(InventoryTransactionLineDetailPK lastDetailPK) -
Uses of InventoryTransactionLineDetailPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLineDetailFactory.getNextPK()InventoryTransactionLineDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionLineDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLineDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionLineDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionLineDetailFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionLineDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLineFactory.create(InventoryTransactionLineDetailPK activeDetailPK, InventoryTransactionLineDetailPK lastDetailPK) InventoryTransactionLineDetailFactory.getEntityFromCache(InventoryTransactionLineDetailPK pk) InventoryTransactionLineDetailFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionLineDetailPK pk) InventoryTransactionLineDetailFactory.getValueFromPK(InventoryTransactionLineDetailPK pk) voidInventoryTransactionLineDetailFactory.remove(InventoryTransactionLineDetailPK pk) booleanInventoryTransactionLineDetailFactory.validPK(InventoryTransactionLineDetailPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLineDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionLineDetailPK> pks) InventoryTransactionLineDetailFactory.getValuesFromPKs(Collection<InventoryTransactionLineDetailPK> pks) voidInventoryTransactionLineDetailFactory.remove(Collection<InventoryTransactionLineDetailPK> pks) -
Uses of InventoryTransactionLineDetailPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionInventoryTransactionLineValue.getActiveDetailPK()InventoryTransactionLineValue.getLastDetailPK()InventoryTransactionLineDetailValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionLineDetailPKModifier and TypeMethodDescriptionvoidInventoryTransactionLineValue.setActiveDetailPK(InventoryTransactionLineDetailPK activeDetailPK) voidInventoryTransactionLineValue.setLastDetailPK(InventoryTransactionLineDetailPK lastDetailPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionLineDetailPKModifierConstructorDescriptionInventoryTransactionLineDetailValue(InventoryTransactionLineDetailPK inventoryTransactionLineDetailPK, InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence, InventoryTransactionReasonPK inventoryTransactionReasonPK, ItemPK itemPK, LotPK lotPK, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDetailValueInventoryTransactionLineValue(InventoryTransactionLineDetailPK activeDetailPK, InventoryTransactionLineDetailPK lastDetailPK) Creates a new instance of InventoryTransactionLineValueInventoryTransactionLineValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionLineDetailPK activeDetailPK, InventoryTransactionLineDetailPK lastDetailPK) Creates a new instance of InventoryTransactionLineValue