Uses of Class
com.echothree.model.data.invoice.server.value.InvoiceDetailValue
Packages that use InvoiceDetailValue
Package
Description
-
Uses of InvoiceDetailValue in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceDetailValueMethods in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceDetailValueModifier and TypeMethodDescriptionvoidInvoiceDetail.setInvoiceDetailValue(InvoiceDetailValue value) Constructors in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceDetailValueModifierConstructorDescriptionInvoiceDetail(InvoiceDetailValue value, EntityPermission entityPermission) Creates a new instance of InvoiceDetail -
Uses of InvoiceDetailValue in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceDetailValueModifier and TypeMethodDescriptionInvoiceDetailFactory.getValueFromPK(InvoiceDetailPK pk) InvoiceDetailFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceDetailValueModifier and TypeMethodDescriptionInvoiceDetailFactory.getValuesFromPKs(Collection<InvoiceDetailPK> pks) InvoiceDetailFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceDetailValueModifier and TypeMethodDescriptionInvoiceDetailFactory.getEntityFromValue(EntityPermission entityPermission, InvoiceDetailValue value) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceDetailValueModifier and TypeMethodDescriptionvoidInvoiceDetailFactory.create(Collection<InvoiceDetailValue> _values) -
Uses of InvoiceDetailValue in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceDetailValue