Uses of Class
com.echothree.model.data.invoice.common.pk.InvoiceRolePK
Packages that use InvoiceRolePK
Package
Description
-
Uses of InvoiceRolePK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceRolePK -
Uses of InvoiceRolePK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceRolePKModifier and TypeMethodDescriptionInvoiceRoleFactory.getNextPK()InvoiceRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) InvoiceRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceRolePKModifier and TypeMethodDescriptionInvoiceRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InvoiceRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InvoiceRoleFactory.getPKsFromResultSetAsList(ResultSet rs) InvoiceRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceRolePKModifier and TypeMethodDescriptionInvoiceRoleFactory.getEntityFromCache(InvoiceRolePK pk) InvoiceRoleFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceRolePK pk) InvoiceRoleFactory.getValueFromPK(InvoiceRolePK pk) voidInvoiceRoleFactory.remove(InvoiceRolePK pk) booleanInvoiceRoleFactory.validPK(InvoiceRolePK pk) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceRolePKModifier and TypeMethodDescriptionInvoiceRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceRolePK> pks) InvoiceRoleFactory.getValuesFromPKs(Collection<InvoiceRolePK> pks) voidInvoiceRoleFactory.remove(Collection<InvoiceRolePK> pks) -
Uses of InvoiceRolePK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceRolePKConstructors in com.echothree.model.data.invoice.server.value with parameters of type InvoiceRolePKModifierConstructorDescriptionInvoiceRoleValue(InvoiceRolePK invoiceRolePK, InvoicePK invoicePK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, InvoiceRoleTypePK invoiceRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of InvoiceRoleValue -
Uses of InvoiceRolePK in com.echothree.model.jooq.server.records.invoice
Methods in com.echothree.model.jooq.server.records.invoice that return InvoiceRolePKModifier and TypeMethodDescriptionInvoiceRoles.InvoiceRole()Getter forinvoiceroles.invcr_invoiceroleid.Methods in com.echothree.model.jooq.server.records.invoice that return types with arguments of type InvoiceRolePKMethods in com.echothree.model.jooq.server.records.invoice with parameters of type InvoiceRolePKModifier and TypeMethodDescriptionvoidInvoiceRoles.InvoiceRole(InvoiceRolePK value) Setter forinvoiceroles.invcr_invoiceroleid.Constructors in com.echothree.model.jooq.server.records.invoice with parameters of type InvoiceRolePKModifierConstructorDescriptionInvoiceRoles(InvoiceRolePK InvoiceRole, InvoicePK Invoice, PartyPK Party, PartyContactMechanismPK PartyContactMechanism, InvoiceRoleTypePK InvoiceRoleType, Long FromTime, Long ThruTime) Create a detached, initialised InvoiceRoles -
Uses of InvoiceRolePK in com.echothree.model.jooq.server.tables.invoice
Fields in com.echothree.model.jooq.server.tables.invoice with type parameters of type InvoiceRolePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InvoiceRoles, InvoiceRolePK> InvoiceRoles.INVOICE_ROLEThe columninvoiceroles.invcr_invoiceroleid.