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 TypeMethodDescriptionvoid
InvoiceDetail.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
(Session session, InvoiceDetailPK pk) InvoiceDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceDetailValueModifier and TypeMethodDescriptionInvoiceDetailFactory.getValuesFromPKs
(Session session, Collection<InvoiceDetailPK> pks) InvoiceDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceDetailValueModifier and TypeMethodDescriptionInvoiceDetailFactory.getEntityFromValue
(EntityPermission entityPermission, InvoiceDetailValue value) InvoiceDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InvoiceDetailValue value) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceDetailValueModifier and TypeMethodDescriptionvoid
InvoiceDetailFactory.create
(Session session, Collection<InvoiceDetailValue> _values) void
InvoiceDetailFactory.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