Uses of Class
com.echothree.model.data.invoice.server.value.InvoiceLineGlAccountValue
Packages that use InvoiceLineGlAccountValue
Package
Description
-
Uses of InvoiceLineGlAccountValue in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control that return InvoiceLineGlAccountValueModifier and TypeMethodDescriptionInvoiceControl.getInvoiceLineGlAccountValue
(InvoiceLineGlAccount invoiceLineGlAccount) InvoiceControl.getInvoiceLineGlAccountValueForUpdate
(InvoiceLine invoiceLine) Methods in com.echothree.model.control.invoice.server.control with parameters of type InvoiceLineGlAccountValueModifier and TypeMethodDescriptionvoid
InvoiceControl.updateInvoiceLineGlAccountFromValue
(InvoiceLineGlAccountValue invoiceLineGlAccountValue, BasePK updatedBy) -
Uses of InvoiceLineGlAccountValue in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceLineGlAccountValueMethods in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceLineGlAccountValueModifier and TypeMethodDescriptionvoid
InvoiceLineGlAccount.setInvoiceLineGlAccountValue
(InvoiceLineGlAccountValue value) Constructors in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceLineGlAccountValueModifierConstructorDescriptionInvoiceLineGlAccount
(InvoiceLineGlAccountValue value, EntityPermission entityPermission) Creates a new instance of InvoiceLineGlAccount -
Uses of InvoiceLineGlAccountValue in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceLineGlAccountValueModifier and TypeMethodDescriptionInvoiceLineGlAccountFactory.getValueFromPK
(Session session, InvoiceLineGlAccountPK pk) InvoiceLineGlAccountFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceLineGlAccountValueModifier and TypeMethodDescriptionInvoiceLineGlAccountFactory.getValuesFromPKs
(Session session, Collection<InvoiceLineGlAccountPK> pks) InvoiceLineGlAccountFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceLineGlAccountValueModifier and TypeMethodDescriptionInvoiceLineGlAccountFactory.getEntityFromValue
(EntityPermission entityPermission, InvoiceLineGlAccountValue value) InvoiceLineGlAccountFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InvoiceLineGlAccountValue value) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceLineGlAccountValueModifier and TypeMethodDescriptionvoid
InvoiceLineGlAccountFactory.create
(Session session, Collection<InvoiceLineGlAccountValue> _values) void
InvoiceLineGlAccountFactory.create
(Collection<InvoiceLineGlAccountValue> _values) -
Uses of InvoiceLineGlAccountValue in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceLineGlAccountValue