Uses of Class
com.echothree.model.data.invoice.server.value.InvoiceLineDetailValue
Packages that use InvoiceLineDetailValue
Package
Description
-
Uses of InvoiceLineDetailValue in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceLineDetailValueMethods in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceLineDetailValueModifier and TypeMethodDescriptionvoid
InvoiceLineDetail.setInvoiceLineDetailValue
(InvoiceLineDetailValue value) Constructors in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceLineDetailValueModifierConstructorDescriptionInvoiceLineDetail
(InvoiceLineDetailValue value, EntityPermission entityPermission) Creates a new instance of InvoiceLineDetail -
Uses of InvoiceLineDetailValue in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceLineDetailValueModifier and TypeMethodDescriptionInvoiceLineDetailFactory.getValueFromPK
(Session session, InvoiceLineDetailPK pk) InvoiceLineDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceLineDetailValueModifier and TypeMethodDescriptionInvoiceLineDetailFactory.getValuesFromPKs
(Session session, Collection<InvoiceLineDetailPK> pks) InvoiceLineDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceLineDetailValueModifier and TypeMethodDescriptionInvoiceLineDetailFactory.getEntityFromValue
(EntityPermission entityPermission, InvoiceLineDetailValue value) InvoiceLineDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InvoiceLineDetailValue value) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceLineDetailValueModifier and TypeMethodDescriptionvoid
InvoiceLineDetailFactory.create
(Session session, Collection<InvoiceLineDetailValue> _values) void
InvoiceLineDetailFactory.create
(Collection<InvoiceLineDetailValue> _values) -
Uses of InvoiceLineDetailValue in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceLineDetailValue