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(Session session, InvoicePK pk) InvoiceFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceValueModifier and TypeMethodDescriptionInvoiceFactory.getValuesFromPKs(Session session, Collection<InvoicePK> pks) InvoiceFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceValueModifier and TypeMethodDescriptionInvoiceFactory.getEntityFromValue(EntityPermission entityPermission, InvoiceValue value) InvoiceFactory.getEntityFromValue(Session session, EntityPermission entityPermission, InvoiceValue value) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceValueModifier and TypeMethodDescriptionvoidInvoiceFactory.create(Session session, Collection<InvoiceValue> _values) voidInvoiceFactory.create(Collection<InvoiceValue> _values) -
Uses of InvoiceValue in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceValue