Uses of Class
com.echothree.model.data.invoice.common.pk.InvoiceStatusPK
Packages that use InvoiceStatusPK
Package
Description
-
Uses of InvoiceStatusPK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceStatusPK -
Uses of InvoiceStatusPK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceStatusPKModifier and TypeMethodDescriptionInvoiceStatusFactory.getNextPK()InvoiceStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) InvoiceStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceStatusPKModifier and TypeMethodDescriptionInvoiceStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InvoiceStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InvoiceStatusFactory.getPKsFromResultSetAsList(ResultSet rs) InvoiceStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceStatusPKModifier and TypeMethodDescriptionInvoiceStatusFactory.getEntityFromCache(InvoiceStatusPK pk) InvoiceStatusFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceStatusPK pk) InvoiceStatusFactory.getValueFromPK(InvoiceStatusPK pk) voidInvoiceStatusFactory.remove(InvoiceStatusPK pk) booleanInvoiceStatusFactory.validPK(InvoiceStatusPK pk) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceStatusPKModifier and TypeMethodDescriptionInvoiceStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceStatusPK> pks) InvoiceStatusFactory.getValuesFromPKs(Collection<InvoiceStatusPK> pks) voidInvoiceStatusFactory.remove(Collection<InvoiceStatusPK> pks) -
Uses of InvoiceStatusPK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceStatusPKConstructors in com.echothree.model.data.invoice.server.value with parameters of type InvoiceStatusPKModifierConstructorDescriptionInvoiceStatusValue(InvoiceStatusPK invoiceStatusPK, InvoicePK invoicePK, Integer invoiceLineSequence) Creates a new instance of InvoiceStatusValue