Uses of Class
com.echothree.model.data.invoice.server.value.InvoiceLineValue
Packages that use InvoiceLineValue
Package
Description
-
Uses of InvoiceLineValue in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceLineValueMethods in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceLineValueConstructors in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceLineValueModifierConstructorDescriptionInvoiceLine(InvoiceLineValue value, EntityPermission entityPermission) Creates a new instance of InvoiceLine -
Uses of InvoiceLineValue in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceLineValueModifier and TypeMethodDescriptionInvoiceLineFactory.getValueFromPK(Session session, InvoiceLinePK pk) InvoiceLineFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceLineValueModifier and TypeMethodDescriptionInvoiceLineFactory.getValuesFromPKs(Session session, Collection<InvoiceLinePK> pks) InvoiceLineFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceLineValueModifier and TypeMethodDescriptionInvoiceLineFactory.getEntityFromValue(EntityPermission entityPermission, InvoiceLineValue value) InvoiceLineFactory.getEntityFromValue(Session session, EntityPermission entityPermission, InvoiceLineValue value) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceLineValueModifier and TypeMethodDescriptionvoidInvoiceLineFactory.create(Session session, Collection<InvoiceLineValue> _values) voidInvoiceLineFactory.create(Collection<InvoiceLineValue> _values) -
Uses of InvoiceLineValue in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceLineValue