Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionDetailPK
Packages that use InventoryTransactionDetailPK
Package
Description
-
Uses of InventoryTransactionDetailPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionDetailPKModifier and TypeMethodDescriptionInventoryTransaction.getActiveDetailPK()InventoryTransaction.getLastDetailPK()InventoryTransactionDetail.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionDetailPKModifier and TypeMethodDescriptionvoidInventoryTransaction.setActiveDetailPK(InventoryTransactionDetailPK activeDetailPK) voidInventoryTransaction.setLastDetailPK(InventoryTransactionDetailPK lastDetailPK) -
Uses of InventoryTransactionDetailPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionDetailPKModifier and TypeMethodDescriptionInventoryTransactionDetailFactory.getNextPK()InventoryTransactionDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionDetailPKModifier and TypeMethodDescriptionInventoryTransactionDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionDetailFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionDetailPKModifier and TypeMethodDescriptionInventoryTransactionFactory.create(InventoryTransactionDetailPK activeDetailPK, InventoryTransactionDetailPK lastDetailPK) InventoryTransactionDetailFactory.getEntityFromCache(InventoryTransactionDetailPK pk) InventoryTransactionDetailFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionDetailPK pk) InventoryTransactionDetailFactory.getValueFromPK(InventoryTransactionDetailPK pk) voidInventoryTransactionDetailFactory.remove(InventoryTransactionDetailPK pk) booleanInventoryTransactionDetailFactory.validPK(InventoryTransactionDetailPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionDetailPKModifier and TypeMethodDescriptionInventoryTransactionDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionDetailPK> pks) InventoryTransactionDetailFactory.getValuesFromPKs(Collection<InventoryTransactionDetailPK> pks) voidInventoryTransactionDetailFactory.remove(Collection<InventoryTransactionDetailPK> pks) -
Uses of InventoryTransactionDetailPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionDetailPKModifier and TypeMethodDescriptionInventoryTransactionValue.getActiveDetailPK()InventoryTransactionValue.getLastDetailPK()InventoryTransactionDetailValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionDetailPKModifier and TypeMethodDescriptionvoidInventoryTransactionValue.setActiveDetailPK(InventoryTransactionDetailPK activeDetailPK) voidInventoryTransactionValue.setLastDetailPK(InventoryTransactionDetailPK lastDetailPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionDetailPKModifierConstructorDescriptionInventoryTransactionDetailValue(InventoryTransactionDetailPK inventoryTransactionDetailPK, InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionName, PartyPK companyPartyPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionDetailValueInventoryTransactionValue(InventoryTransactionDetailPK activeDetailPK, InventoryTransactionDetailPK lastDetailPK) Creates a new instance of InventoryTransactionValueInventoryTransactionValue(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionDetailPK activeDetailPK, InventoryTransactionDetailPK lastDetailPK) Creates a new instance of InventoryTransactionValue