Uses of Class
com.echothree.model.data.invoice.server.value.InvoiceLineItemValue
Packages that use InvoiceLineItemValue
Package
Description
-
Uses of InvoiceLineItemValue in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control that return InvoiceLineItemValueModifier and TypeMethodDescriptionInvoiceControl.getInvoiceLineItemValue
(InvoiceLineItem invoiceLineItem) InvoiceControl.getInvoiceLineItemValueForUpdate
(InvoiceLine invoiceLine) Methods in com.echothree.model.control.invoice.server.control with parameters of type InvoiceLineItemValueModifier and TypeMethodDescriptionvoid
InvoiceControl.updateInvoiceLineItemFromValue
(InvoiceLineItemValue invoiceLineItemValue, BasePK updatedBy) -
Uses of InvoiceLineItemValue in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceLineItemValueMethods in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceLineItemValueModifier and TypeMethodDescriptionvoid
InvoiceLineItem.setInvoiceLineItemValue
(InvoiceLineItemValue value) Constructors in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceLineItemValueModifierConstructorDescriptionInvoiceLineItem
(InvoiceLineItemValue value, EntityPermission entityPermission) Creates a new instance of InvoiceLineItem -
Uses of InvoiceLineItemValue in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceLineItemValueModifier and TypeMethodDescriptionInvoiceLineItemFactory.getValueFromPK
(Session session, InvoiceLineItemPK pk) InvoiceLineItemFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceLineItemValueModifier and TypeMethodDescriptionInvoiceLineItemFactory.getValuesFromPKs
(Session session, Collection<InvoiceLineItemPK> pks) InvoiceLineItemFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceLineItemValueModifier and TypeMethodDescriptionInvoiceLineItemFactory.getEntityFromValue
(EntityPermission entityPermission, InvoiceLineItemValue value) InvoiceLineItemFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InvoiceLineItemValue value) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceLineItemValueModifier and TypeMethodDescriptionvoid
InvoiceLineItemFactory.create
(Session session, Collection<InvoiceLineItemValue> _values) void
InvoiceLineItemFactory.create
(Collection<InvoiceLineItemValue> _values) -
Uses of InvoiceLineItemValue in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceLineItemValue