Uses of Class
com.echothree.model.data.invoice.common.pk.InvoiceTimePK
Packages that use InvoiceTimePK
Package
Description
-
Uses of InvoiceTimePK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceTimePK -
Uses of InvoiceTimePK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceTimePKModifier and TypeMethodDescriptionInvoiceTimeFactory.getNextPK()InvoiceTimeFactory.getPKFromQuery(PreparedStatement ps, Object... params) InvoiceTimeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceTimePKModifier and TypeMethodDescriptionInvoiceTimeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InvoiceTimeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InvoiceTimeFactory.getPKsFromResultSetAsList(ResultSet rs) InvoiceTimeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceTimePKModifier and TypeMethodDescriptionInvoiceTimeFactory.getEntityFromCache(InvoiceTimePK pk) InvoiceTimeFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceTimePK pk) InvoiceTimeFactory.getValueFromPK(InvoiceTimePK pk) voidInvoiceTimeFactory.remove(InvoiceTimePK pk) booleanInvoiceTimeFactory.validPK(InvoiceTimePK pk) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceTimePKModifier and TypeMethodDescriptionInvoiceTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceTimePK> pks) InvoiceTimeFactory.getValuesFromPKs(Collection<InvoiceTimePK> pks) voidInvoiceTimeFactory.remove(Collection<InvoiceTimePK> pks) -
Uses of InvoiceTimePK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceTimePKConstructors in com.echothree.model.data.invoice.server.value with parameters of type InvoiceTimePKModifierConstructorDescriptionInvoiceTimeValue(InvoiceTimePK invoiceTimePK, InvoicePK invoicePK, InvoiceTimeTypePK invoiceTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InvoiceTimeValue