Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionLineStatusPK
Packages that use InventoryTransactionLineStatusPK
Package
Description
-
Uses of InventoryTransactionLineStatusPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionLineStatusPK -
Uses of InventoryTransactionLineStatusPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionLineStatusPKModifier and TypeMethodDescriptionInventoryTransactionLineStatusFactory.getNextPK()InventoryTransactionLineStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionLineStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionLineStatusPKModifier and TypeMethodDescriptionInventoryTransactionLineStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionLineStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionLineStatusFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionLineStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionLineStatusPKModifier and TypeMethodDescriptionInventoryTransactionLineStatusFactory.getEntityFromCache(InventoryTransactionLineStatusPK pk) InventoryTransactionLineStatusFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionLineStatusPK pk) InventoryTransactionLineStatusFactory.getValueFromPK(InventoryTransactionLineStatusPK pk) voidInventoryTransactionLineStatusFactory.remove(InventoryTransactionLineStatusPK pk) booleanInventoryTransactionLineStatusFactory.validPK(InventoryTransactionLineStatusPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionLineStatusPKModifier and TypeMethodDescriptionInventoryTransactionLineStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionLineStatusPK> pks) InventoryTransactionLineStatusFactory.getValuesFromPKs(Collection<InventoryTransactionLineStatusPK> pks) voidInventoryTransactionLineStatusFactory.remove(Collection<InventoryTransactionLineStatusPK> pks) -
Uses of InventoryTransactionLineStatusPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionLineStatusPKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionLineStatusPKModifierConstructorDescriptionInventoryTransactionLineStatusValue(InventoryTransactionLineStatusPK inventoryTransactionLineStatusPK, InventoryTransactionLinePK inventoryTransactionLinePK, Long quantity) Creates a new instance of InventoryTransactionLineStatusValue