Uses of Class
com.echothree.model.data.invoice.common.pk.InvoiceAliasPK
Packages that use InvoiceAliasPK
Package
Description
-
Uses of InvoiceAliasPK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceAliasPK -
Uses of InvoiceAliasPK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceAliasPKModifier and TypeMethodDescriptionInvoiceAliasFactory.getNextPK()InvoiceAliasFactory.getPKFromQuery(PreparedStatement ps, Object... params) InvoiceAliasFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceAliasPKModifier and TypeMethodDescriptionInvoiceAliasFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InvoiceAliasFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InvoiceAliasFactory.getPKsFromResultSetAsList(ResultSet rs) InvoiceAliasFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceAliasPKModifier and TypeMethodDescriptionInvoiceAliasFactory.getEntityFromCache(InvoiceAliasPK pk) InvoiceAliasFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceAliasPK pk) InvoiceAliasFactory.getValueFromPK(InvoiceAliasPK pk) voidInvoiceAliasFactory.remove(InvoiceAliasPK pk) booleanInvoiceAliasFactory.validPK(InvoiceAliasPK pk) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceAliasPKModifier and TypeMethodDescriptionInvoiceAliasFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceAliasPK> pks) InvoiceAliasFactory.getValuesFromPKs(Collection<InvoiceAliasPK> pks) voidInvoiceAliasFactory.remove(Collection<InvoiceAliasPK> pks) -
Uses of InvoiceAliasPK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceAliasPKConstructors in com.echothree.model.data.invoice.server.value with parameters of type InvoiceAliasPKModifierConstructorDescriptionInvoiceAliasValue(InvoiceAliasPK invoiceAliasPK, InvoicePK invoicePK, InvoiceAliasTypePK invoiceAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of InvoiceAliasValue -
Uses of InvoiceAliasPK in com.echothree.model.jooq.server.records.invoice
Methods in com.echothree.model.jooq.server.records.invoice that return InvoiceAliasPKModifier and TypeMethodDescriptionInvoiceAliases.InvoiceAlias()Getter forinvoicealiases.invcal_invoicealiasid.Methods in com.echothree.model.jooq.server.records.invoice that return types with arguments of type InvoiceAliasPKMethods in com.echothree.model.jooq.server.records.invoice with parameters of type InvoiceAliasPKModifier and TypeMethodDescriptionvoidInvoiceAliases.InvoiceAlias(InvoiceAliasPK value) Setter forinvoicealiases.invcal_invoicealiasid.Constructors in com.echothree.model.jooq.server.records.invoice with parameters of type InvoiceAliasPKModifierConstructorDescriptionInvoiceAliases(InvoiceAliasPK InvoiceAlias, InvoicePK Invoice, InvoiceAliasTypePK InvoiceAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised InvoiceAliases -
Uses of InvoiceAliasPK in com.echothree.model.jooq.server.tables.invoice
Fields in com.echothree.model.jooq.server.tables.invoice with type parameters of type InvoiceAliasPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InvoiceAliases, InvoiceAliasPK> InvoiceAliases.INVOICE_ALIASThe columninvoicealiases.invcal_invoicealiasid.