Uses of Class
com.echothree.model.data.invoice.common.pk.InvoiceLineItemPK
Packages that use InvoiceLineItemPK
Package
Description
-
Uses of InvoiceLineItemPK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceLineItemPK -
Uses of InvoiceLineItemPK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceLineItemPKModifier and TypeMethodDescriptionInvoiceLineItemFactory.getNextPK()InvoiceLineItemFactory.getPKFromQuery(PreparedStatement ps, Object... params) InvoiceLineItemFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceLineItemPKModifier and TypeMethodDescriptionInvoiceLineItemFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InvoiceLineItemFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InvoiceLineItemFactory.getPKsFromResultSetAsList(ResultSet rs) InvoiceLineItemFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceLineItemPKModifier and TypeMethodDescriptionInvoiceLineItemFactory.getEntityFromCache(InvoiceLineItemPK pk) InvoiceLineItemFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceLineItemPK pk) InvoiceLineItemFactory.getValueFromPK(InvoiceLineItemPK pk) voidInvoiceLineItemFactory.remove(InvoiceLineItemPK pk) booleanInvoiceLineItemFactory.validPK(InvoiceLineItemPK pk) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceLineItemPKModifier and TypeMethodDescriptionInvoiceLineItemFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceLineItemPK> pks) InvoiceLineItemFactory.getValuesFromPKs(Collection<InvoiceLineItemPK> pks) voidInvoiceLineItemFactory.remove(Collection<InvoiceLineItemPK> pks) -
Uses of InvoiceLineItemPK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceLineItemPKConstructors in com.echothree.model.data.invoice.server.value with parameters of type InvoiceLineItemPKModifierConstructorDescriptionInvoiceLineItemValue(InvoiceLineItemPK invoiceLineItemPK, InvoiceLinePK invoiceLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Integer quantity, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineItemValue -
Uses of InvoiceLineItemPK in com.echothree.model.jooq.server.records.invoice
Methods in com.echothree.model.jooq.server.records.invoice that return InvoiceLineItemPKModifier and TypeMethodDescriptionInvoiceLineItems.InvoiceLineItem()Getter forinvoicelineitems.invclitm_invoicelineitemid.Methods in com.echothree.model.jooq.server.records.invoice that return types with arguments of type InvoiceLineItemPKMethods in com.echothree.model.jooq.server.records.invoice with parameters of type InvoiceLineItemPKModifier and TypeMethodDescriptionvoidInvoiceLineItems.InvoiceLineItem(InvoiceLineItemPK value) Setter forinvoicelineitems.invclitm_invoicelineitemid.Constructors in com.echothree.model.jooq.server.records.invoice with parameters of type InvoiceLineItemPKModifierConstructorDescriptionInvoiceLineItems(InvoiceLineItemPK InvoiceLineItem, InvoiceLinePK InvoiceLine, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, Integer Quantity, Long FromTime, Long ThruTime) Create a detached, initialised InvoiceLineItems -
Uses of InvoiceLineItemPK in com.echothree.model.jooq.server.tables.invoice
Fields in com.echothree.model.jooq.server.tables.invoice with type parameters of type InvoiceLineItemPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InvoiceLineItems, InvoiceLineItemPK> InvoiceLineItems.INVOICE_LINE_ITEMThe columninvoicelineitems.invclitm_invoicelineitemid.