Uses of Class
com.echothree.model.data.invoice.common.pk.InvoiceStatusPK
Packages that use InvoiceStatusPK
Package
Description
-
Uses of InvoiceStatusPK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceStatusPK -
Uses of InvoiceStatusPK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceStatusPKModifier and TypeMethodDescriptionInvoiceStatusFactory.getNextPK()InvoiceStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) InvoiceStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceStatusPKModifier and TypeMethodDescriptionInvoiceStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InvoiceStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InvoiceStatusFactory.getPKsFromResultSetAsList(ResultSet rs) InvoiceStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceStatusPKModifier and TypeMethodDescriptionInvoiceStatusFactory.getEntityFromCache(InvoiceStatusPK pk) InvoiceStatusFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceStatusPK pk) InvoiceStatusFactory.getValueFromPK(InvoiceStatusPK pk) voidInvoiceStatusFactory.remove(InvoiceStatusPK pk) booleanInvoiceStatusFactory.validPK(InvoiceStatusPK pk) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceStatusPKModifier and TypeMethodDescriptionInvoiceStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceStatusPK> pks) InvoiceStatusFactory.getValuesFromPKs(Collection<InvoiceStatusPK> pks) voidInvoiceStatusFactory.remove(Collection<InvoiceStatusPK> pks) -
Uses of InvoiceStatusPK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceStatusPKConstructors in com.echothree.model.data.invoice.server.value with parameters of type InvoiceStatusPKModifierConstructorDescriptionInvoiceStatusValue(InvoiceStatusPK invoiceStatusPK, InvoicePK invoicePK, Integer invoiceLineSequence) Creates a new instance of InvoiceStatusValue -
Uses of InvoiceStatusPK in com.echothree.model.jooq.server.records.invoice
Methods in com.echothree.model.jooq.server.records.invoice that return InvoiceStatusPKModifier and TypeMethodDescriptionInvoiceStatuses.InvoiceStatus()Getter forinvoicestatuses.invcst_invoicestatusid.Methods in com.echothree.model.jooq.server.records.invoice that return types with arguments of type InvoiceStatusPKMethods in com.echothree.model.jooq.server.records.invoice with parameters of type InvoiceStatusPKModifier and TypeMethodDescriptionvoidInvoiceStatuses.InvoiceStatus(InvoiceStatusPK value) Setter forinvoicestatuses.invcst_invoicestatusid.Constructors in com.echothree.model.jooq.server.records.invoice with parameters of type InvoiceStatusPKModifierConstructorDescriptionInvoiceStatuses(InvoiceStatusPK InvoiceStatus, InvoicePK Invoice, Integer InvoiceLineSequence) Create a detached, initialised InvoiceStatuses -
Uses of InvoiceStatusPK in com.echothree.model.jooq.server.tables.invoice
Fields in com.echothree.model.jooq.server.tables.invoice with type parameters of type InvoiceStatusPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InvoiceStatuses, InvoiceStatusPK> InvoiceStatuses.INVOICE_STATUSThe columninvoicestatuses.invcst_invoicestatusid.