Uses of Class
com.echothree.model.data.invoice.server.value.InvoiceAliasValue
Packages that use InvoiceAliasValue
Package
Description
-
Uses of InvoiceAliasValue in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control that return InvoiceAliasValueModifier and TypeMethodDescriptionInvoiceControl.getInvoiceAliasValue
(InvoiceAlias invoiceAlias) InvoiceControl.getInvoiceAliasValueForUpdate
(Invoice invoice, InvoiceAliasType invoiceAliasType) Methods in com.echothree.model.control.invoice.server.control with parameters of type InvoiceAliasValueModifier and TypeMethodDescriptionvoid
InvoiceControl.updateInvoiceAliasFromValue
(InvoiceAliasValue invoiceAliasValue, BasePK updatedBy) -
Uses of InvoiceAliasValue in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceAliasValueMethods in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceAliasValueModifier and TypeMethodDescriptionvoid
InvoiceAlias.setInvoiceAliasValue
(InvoiceAliasValue value) Constructors in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceAliasValueModifierConstructorDescriptionInvoiceAlias
(InvoiceAliasValue value, EntityPermission entityPermission) Creates a new instance of InvoiceAlias -
Uses of InvoiceAliasValue in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceAliasValueModifier and TypeMethodDescriptionInvoiceAliasFactory.getValueFromPK
(Session session, InvoiceAliasPK pk) InvoiceAliasFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceAliasValueModifier and TypeMethodDescriptionInvoiceAliasFactory.getValuesFromPKs
(Session session, Collection<InvoiceAliasPK> pks) InvoiceAliasFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceAliasValueModifier and TypeMethodDescriptionInvoiceAliasFactory.getEntityFromValue
(EntityPermission entityPermission, InvoiceAliasValue value) InvoiceAliasFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InvoiceAliasValue value) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceAliasValueModifier and TypeMethodDescriptionvoid
InvoiceAliasFactory.create
(Session session, Collection<InvoiceAliasValue> _values) void
InvoiceAliasFactory.create
(Collection<InvoiceAliasValue> _values) -
Uses of InvoiceAliasValue in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceAliasValue