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 -
Uses of InventoryTransactionLineRolePK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return InventoryTransactionLineRolePKModifier and TypeMethodDescriptionInventoryTransactionLineRoles.InventoryTransactionLineRole()Getter forinventorytransactionlineroles.invtrxlr_inventorytransactionlineroleid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type InventoryTransactionLineRolePKModifier and TypeMethodDescriptionorg.jooq.Record1<InventoryTransactionLineRolePK> InventoryTransactionLineRoles.key()Methods in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryTransactionLineRolePKModifier and TypeMethodDescriptionvoidInventoryTransactionLineRoles.InventoryTransactionLineRole(InventoryTransactionLineRolePK value) Setter forinventorytransactionlineroles.invtrxlr_inventorytransactionlineroleid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryTransactionLineRolePKModifierConstructorDescriptionInventoryTransactionLineRoles(InventoryTransactionLineRolePK InventoryTransactionLineRole, InventoryTransactionLinePK InventoryTransactionLine, InventoryTransactionRoleTypePK InventoryTransactionRoleType, PartyPK Party, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionLineRoles -
Uses of InventoryTransactionLineRolePK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type InventoryTransactionLineRolePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryTransactionLineRoles, InventoryTransactionLineRolePK> InventoryTransactionLineRoles.INVENTORY_TRANSACTION_LINE_ROLEThe columninventorytransactionlineroles.invtrxlr_inventorytransactionlineroleid.