Uses of Class
com.echothree.model.data.invoice.common.pk.InvoiceAliasPK
Packages that use InvoiceAliasPK
Package
Description
-
Uses of InvoiceAliasPK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceAliasPK -
Uses of InvoiceAliasPK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceAliasPKModifier and TypeMethodDescriptionInvoiceAliasFactory.getNextPK()InvoiceAliasFactory.getPKFromQuery(PreparedStatement ps, Object... params) InvoiceAliasFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceAliasPKModifier and TypeMethodDescriptionInvoiceAliasFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InvoiceAliasFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InvoiceAliasFactory.getPKsFromResultSetAsList(ResultSet rs) InvoiceAliasFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceAliasPKModifier and TypeMethodDescriptionInvoiceAliasFactory.getEntityFromCache(InvoiceAliasPK pk) InvoiceAliasFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceAliasPK pk) InvoiceAliasFactory.getValueFromPK(InvoiceAliasPK pk) voidInvoiceAliasFactory.remove(InvoiceAliasPK pk) booleanInvoiceAliasFactory.validPK(InvoiceAliasPK pk) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceAliasPKModifier and TypeMethodDescriptionInvoiceAliasFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceAliasPK> pks) InvoiceAliasFactory.getValuesFromPKs(Collection<InvoiceAliasPK> pks) voidInvoiceAliasFactory.remove(Collection<InvoiceAliasPK> pks) -
Uses of InvoiceAliasPK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceAliasPKConstructors in com.echothree.model.data.invoice.server.value with parameters of type InvoiceAliasPKModifierConstructorDescriptionInvoiceAliasValue(InvoiceAliasPK invoiceAliasPK, InvoicePK invoicePK, InvoiceAliasTypePK invoiceAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of InvoiceAliasValue