Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionRolePK
Packages that use InventoryTransactionRolePK
Package
Description
-
Uses of InventoryTransactionRolePK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionRolePK -
Uses of InventoryTransactionRolePK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionRolePKModifier and TypeMethodDescriptionInventoryTransactionRoleFactory.getNextPK()InventoryTransactionRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionRolePKModifier and TypeMethodDescriptionInventoryTransactionRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionRoleFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionRolePKModifier and TypeMethodDescriptionInventoryTransactionRoleFactory.getEntityFromCache(InventoryTransactionRolePK pk) InventoryTransactionRoleFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionRolePK pk) InventoryTransactionRoleFactory.getValueFromPK(InventoryTransactionRolePK pk) voidInventoryTransactionRoleFactory.remove(InventoryTransactionRolePK pk) booleanInventoryTransactionRoleFactory.validPK(InventoryTransactionRolePK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionRolePKModifier and TypeMethodDescriptionInventoryTransactionRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionRolePK> pks) InventoryTransactionRoleFactory.getValuesFromPKs(Collection<InventoryTransactionRolePK> pks) voidInventoryTransactionRoleFactory.remove(Collection<InventoryTransactionRolePK> pks) -
Uses of InventoryTransactionRolePK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionRolePKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionRolePKModifierConstructorDescriptionInventoryTransactionRoleValue(InventoryTransactionRolePK inventoryTransactionRolePK, InventoryTransactionPK inventoryTransactionPK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionRoleValue