Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionStatusPK
Packages that use InventoryTransactionStatusPK
Package
Description
-
Uses of InventoryTransactionStatusPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionStatusPK -
Uses of InventoryTransactionStatusPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionStatusPKModifier and TypeMethodDescriptionInventoryTransactionStatusFactory.getNextPK()InventoryTransactionStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionStatusPKModifier and TypeMethodDescriptionInventoryTransactionStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionStatusFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionStatusPKModifier and TypeMethodDescriptionInventoryTransactionStatusFactory.getEntityFromCache(InventoryTransactionStatusPK pk) InventoryTransactionStatusFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionStatusPK pk) InventoryTransactionStatusFactory.getValueFromPK(InventoryTransactionStatusPK pk) voidInventoryTransactionStatusFactory.remove(InventoryTransactionStatusPK pk) booleanInventoryTransactionStatusFactory.validPK(InventoryTransactionStatusPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionStatusPKModifier and TypeMethodDescriptionInventoryTransactionStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionStatusPK> pks) InventoryTransactionStatusFactory.getValuesFromPKs(Collection<InventoryTransactionStatusPK> pks) voidInventoryTransactionStatusFactory.remove(Collection<InventoryTransactionStatusPK> pks) -
Uses of InventoryTransactionStatusPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionStatusPKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionStatusPKModifierConstructorDescriptionInventoryTransactionStatusValue(InventoryTransactionStatusPK inventoryTransactionStatusPK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence) Creates a new instance of InventoryTransactionStatusValue