Uses of Class
com.echothree.model.data.invoice.server.value.InvoiceRoleValue
Packages that use InvoiceRoleValue
Package
Description
-
Uses of InvoiceRoleValue in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control that return InvoiceRoleValueModifier and TypeMethodDescriptionInvoiceControl.getInvoiceRoleValue
(InvoiceRole invoiceRole) InvoiceControl.getInvoiceRoleValueForUpdate
(Invoice invoice, Party party, InvoiceRoleType invoiceRoleType) Methods in com.echothree.model.control.invoice.server.control with parameters of type InvoiceRoleValueModifier and TypeMethodDescriptionvoid
InvoiceControl.updateInvoiceRoleFromValue
(InvoiceRoleValue invoiceRoleValue, BasePK updatedBy) -
Uses of InvoiceRoleValue in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceRoleValueMethods in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceRoleValueConstructors in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceRoleValueModifierConstructorDescriptionInvoiceRole
(InvoiceRoleValue value, EntityPermission entityPermission) Creates a new instance of InvoiceRole -
Uses of InvoiceRoleValue in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceRoleValueModifier and TypeMethodDescriptionInvoiceRoleFactory.getValueFromPK
(Session session, InvoiceRolePK pk) InvoiceRoleFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceRoleValueModifier and TypeMethodDescriptionInvoiceRoleFactory.getValuesFromPKs
(Session session, Collection<InvoiceRolePK> pks) InvoiceRoleFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceRoleValueModifier and TypeMethodDescriptionInvoiceRoleFactory.getEntityFromValue
(EntityPermission entityPermission, InvoiceRoleValue value) InvoiceRoleFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InvoiceRoleValue value) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceRoleValueModifier and TypeMethodDescriptionvoid
InvoiceRoleFactory.create
(Session session, Collection<InvoiceRoleValue> _values) void
InvoiceRoleFactory.create
(Collection<InvoiceRoleValue> _values) -
Uses of InvoiceRoleValue in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceRoleValue