Uses of Class
com.echothree.model.data.invoice.server.value.InvoiceValue
Packages that use InvoiceValue
Package
Description
-
Uses of InvoiceValue in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceValueMethods in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceValueConstructors in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceValueModifierConstructorDescriptionInvoice(InvoiceValue value, EntityPermission entityPermission) Creates a new instance of Invoice -
Uses of InvoiceValue in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceValueModifier and TypeMethodDescriptionInvoiceFactory.getValueFromPK(InvoicePK pk) InvoiceFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceValueModifier and TypeMethodDescriptionInvoiceFactory.getValuesFromPKs(Collection<InvoicePK> pks) InvoiceFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceValueModifier and TypeMethodDescriptionInvoiceFactory.getEntityFromValue(EntityPermission entityPermission, InvoiceValue value) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceValue -
Uses of InvoiceValue in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceValue