Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionLineRolePK
Packages that use InventoryTransactionLineRolePK
Package
Description
-
Uses of InventoryTransactionLineRolePK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionLineRolePK -
Uses of InventoryTransactionLineRolePK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionLineRolePKModifier and TypeMethodDescriptionInventoryTransactionLineRoleFactory.getNextPK()InventoryTransactionLineRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionLineRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionLineRolePKModifier and TypeMethodDescriptionInventoryTransactionLineRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionLineRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionLineRoleFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionLineRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionLineRolePKModifier and TypeMethodDescriptionInventoryTransactionLineRoleFactory.getEntityFromCache(InventoryTransactionLineRolePK pk) InventoryTransactionLineRoleFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionLineRolePK pk) InventoryTransactionLineRoleFactory.getValueFromPK(InventoryTransactionLineRolePK pk) voidInventoryTransactionLineRoleFactory.remove(InventoryTransactionLineRolePK pk) booleanInventoryTransactionLineRoleFactory.validPK(InventoryTransactionLineRolePK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionLineRolePKModifier and TypeMethodDescriptionInventoryTransactionLineRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionLineRolePK> pks) InventoryTransactionLineRoleFactory.getValuesFromPKs(Collection<InventoryTransactionLineRolePK> pks) voidInventoryTransactionLineRoleFactory.remove(Collection<InventoryTransactionLineRolePK> pks) -
Uses of InventoryTransactionLineRolePK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionLineRolePKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionLineRolePKModifierConstructorDescriptionInventoryTransactionLineRoleValue(InventoryTransactionLineRolePK inventoryTransactionLineRolePK, InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineRoleValue