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(Session session, InvoiceTimePK pk) InvoiceTimeFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceTimePK pk) InvoiceTimeFactory.getEntityFromPK(Session session, EntityPermission entityPermission, InvoiceTimePK pk) InvoiceTimeFactory.getValueFromPK(Session session, InvoiceTimePK pk) voidInvoiceTimeFactory.remove(Session session, InvoiceTimePK pk) booleanInvoiceTimeFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InvoiceTimePK> pks) InvoiceTimeFactory.getValuesFromPKs(Session session, Collection<InvoiceTimePK> pks) voidInvoiceTimeFactory.remove(Session session, 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