Uses of Class
com.echothree.model.data.invoice.server.value.InvoiceTimeValue
Packages that use InvoiceTimeValue
Package
Description
-
Uses of InvoiceTimeValue in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control that return InvoiceTimeValueModifier and TypeMethodDescriptionInvoiceControl.getInvoiceTimeValue
(InvoiceTime invoiceTime) InvoiceControl.getInvoiceTimeValueForUpdate
(Invoice invoice, InvoiceTimeType invoiceTimeType) Methods in com.echothree.model.control.invoice.server.control with parameters of type InvoiceTimeValueModifier and TypeMethodDescriptionvoid
InvoiceControl.updateInvoiceTimeFromValue
(InvoiceTimeValue invoiceTimeValue, BasePK updatedBy) -
Uses of InvoiceTimeValue in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceTimeValueMethods in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceTimeValueConstructors in com.echothree.model.data.invoice.server.entity with parameters of type InvoiceTimeValueModifierConstructorDescriptionInvoiceTime
(InvoiceTimeValue value, EntityPermission entityPermission) Creates a new instance of InvoiceTime -
Uses of InvoiceTimeValue in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceTimeValueModifier and TypeMethodDescriptionInvoiceTimeFactory.getValueFromPK
(Session session, InvoiceTimePK pk) InvoiceTimeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceTimeValueModifier and TypeMethodDescriptionInvoiceTimeFactory.getValuesFromPKs
(Session session, Collection<InvoiceTimePK> pks) InvoiceTimeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceTimeValueModifier and TypeMethodDescriptionInvoiceTimeFactory.getEntityFromValue
(EntityPermission entityPermission, InvoiceTimeValue value) InvoiceTimeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InvoiceTimeValue value) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceTimeValueModifier and TypeMethodDescriptionvoid
InvoiceTimeFactory.create
(Session session, Collection<InvoiceTimeValue> _values) void
InvoiceTimeFactory.create
(Collection<InvoiceTimeValue> _values) -
Uses of InvoiceTimeValue in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceTimeValue