Uses of Class
com.echothree.model.data.invoice.common.pk.InvoiceTimePK
Packages that use InvoiceTimePK
Package
Description
-
Uses of InvoiceTimePK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceTimePK -
Uses of InvoiceTimePK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceTimePKModifier and TypeMethodDescriptionInvoiceTimeFactory.getNextPK()InvoiceTimeFactory.getPKFromQuery(PreparedStatement ps, Object... params) InvoiceTimeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceTimePKModifier and TypeMethodDescriptionInvoiceTimeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InvoiceTimeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InvoiceTimeFactory.getPKsFromResultSetAsList(ResultSet rs) InvoiceTimeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceTimePKModifier and TypeMethodDescriptionInvoiceTimeFactory.getEntityFromCache(InvoiceTimePK pk) InvoiceTimeFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceTimePK pk) InvoiceTimeFactory.getValueFromPK(InvoiceTimePK pk) voidInvoiceTimeFactory.remove(InvoiceTimePK pk) booleanInvoiceTimeFactory.validPK(InvoiceTimePK pk) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceTimePKModifier and TypeMethodDescriptionInvoiceTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceTimePK> pks) InvoiceTimeFactory.getValuesFromPKs(Collection<InvoiceTimePK> pks) voidInvoiceTimeFactory.remove(Collection<InvoiceTimePK> pks) -
Uses of InvoiceTimePK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceTimePKConstructors in com.echothree.model.data.invoice.server.value with parameters of type InvoiceTimePKModifierConstructorDescriptionInvoiceTimeValue(InvoiceTimePK invoiceTimePK, InvoicePK invoicePK, InvoiceTimeTypePK invoiceTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InvoiceTimeValue -
Uses of InvoiceTimePK in com.echothree.model.jooq.server.records.invoice
Methods in com.echothree.model.jooq.server.records.invoice that return InvoiceTimePKModifier and TypeMethodDescriptionInvoiceTimes.InvoiceTime()Getter forinvoicetimes.invctim_invoicetimeid.Methods in com.echothree.model.jooq.server.records.invoice that return types with arguments of type InvoiceTimePKMethods in com.echothree.model.jooq.server.records.invoice with parameters of type InvoiceTimePKModifier and TypeMethodDescriptionvoidInvoiceTimes.InvoiceTime(InvoiceTimePK value) Setter forinvoicetimes.invctim_invoicetimeid.Constructors in com.echothree.model.jooq.server.records.invoice with parameters of type InvoiceTimePKModifierConstructorDescriptionInvoiceTimes(InvoiceTimePK InvoiceTime, InvoicePK Invoice, InvoiceTimeTypePK InvoiceTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised InvoiceTimes -
Uses of InvoiceTimePK in com.echothree.model.jooq.server.tables.invoice
Fields in com.echothree.model.jooq.server.tables.invoice with type parameters of type InvoiceTimePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InvoiceTimes, InvoiceTimePK> InvoiceTimes.INVOICE_TIMEThe columninvoicetimes.invctim_invoicetimeid.