Uses of Class
com.echothree.model.data.invoice.server.entity.InvoiceTime
Packages that use InvoiceTime
Package
Description
-
Uses of InvoiceTime in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control that return InvoiceTimeModifier and TypeMethodDescriptionInvoiceControl.createInvoiceTime(Invoice invoice, InvoiceTimeType invoiceTimeType, Long time, BasePK createdBy) InvoiceControl.getInvoiceTime(Invoice invoice, InvoiceTimeType invoiceTimeType) InvoiceControl.getInvoiceTimeForUpdate(Invoice invoice, InvoiceTimeType invoiceTimeType) Methods in com.echothree.model.control.invoice.server.control that return types with arguments of type InvoiceTimeModifier and TypeMethodDescriptionInvoiceControl.getInvoiceTimesByInvoice(Invoice invoice) InvoiceControl.getInvoiceTimesByInvoiceForUpdate(Invoice invoice) InvoiceControl.getInvoiceTimesByInvoiceTimeType(InvoiceTimeType invoiceTimeType) InvoiceControl.getInvoiceTimesByInvoiceTimeTypeForUpdate(InvoiceTimeType invoiceTimeType) Methods in com.echothree.model.control.invoice.server.control with parameters of type InvoiceTimeModifier and TypeMethodDescriptionvoidInvoiceControl.deleteInvoiceTime(InvoiceTime invoiceTime, BasePK deletedBy) InvoiceControl.getInvoiceTimeTransfer(UserVisit userVisit, InvoiceTime invoiceTime) InvoiceControl.getInvoiceTimeValue(InvoiceTime invoiceTime) Method parameters in com.echothree.model.control.invoice.server.control with type arguments of type InvoiceTimeModifier and TypeMethodDescriptionvoidInvoiceControl.deleteInvoiceTimes(List<InvoiceTime> invoiceTimes, BasePK deletedBy) InvoiceControl.getInvoiceTimeTransfers(UserVisit userVisit, Collection<InvoiceTime> invoiceTimes) -
Uses of InvoiceTime in com.echothree.model.control.invoice.server.transfer
Methods in com.echothree.model.control.invoice.server.transfer with parameters of type InvoiceTimeModifier and TypeMethodDescriptionInvoiceTimeTransferCache.getInvoiceTimeTransfer(UserVisit userVisit, InvoiceTime invoiceTime) -
Uses of InvoiceTime in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceTimeModifier and TypeMethodDescriptionInvoiceTimeFactory.create(InvoicePK invoicePK, InvoiceTimeTypePK invoiceTimeTypePK, Long time, Long fromTime, Long thruTime) InvoiceTimeFactory.create(Invoice invoice, InvoiceTimeType invoiceTimeType, Long time, Long fromTime, Long thruTime) InvoiceTimeFactory.getEntityFromCache(InvoiceTimePK pk) InvoiceTimeFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceTimePK pk) InvoiceTimeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InvoiceTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InvoiceTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InvoiceTimeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InvoiceTimeFactory.getEntityFromValue(EntityPermission entityPermission, InvoiceTimeValue value) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceTimeModifier and TypeMethodDescriptionInvoiceTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceTimePK> pks) InvoiceTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InvoiceTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InvoiceTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InvoiceTimeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceTimeModifier and TypeMethodDescriptionvoidInvoiceTimeFactory.remove(InvoiceTime entity) voidInvoiceTimeFactory.store(InvoiceTime entity) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceTimeModifier and TypeMethodDescriptionvoidInvoiceTimeFactory.store(Collection<InvoiceTime> entities)