Uses of Class
com.echothree.model.data.invoice.common.pk.InvoiceRolePK
Packages that use InvoiceRolePK
Package
Description
-
Uses of InvoiceRolePK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceRolePK -
Uses of InvoiceRolePK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceRolePKModifier and TypeMethodDescriptionInvoiceRoleFactory.getNextPK()InvoiceRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) InvoiceRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceRolePKModifier and TypeMethodDescriptionInvoiceRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InvoiceRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InvoiceRoleFactory.getPKsFromResultSetAsList(ResultSet rs) InvoiceRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceRolePKModifier and TypeMethodDescriptionInvoiceRoleFactory.getEntityFromCache(InvoiceRolePK pk) InvoiceRoleFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceRolePK pk) InvoiceRoleFactory.getValueFromPK(InvoiceRolePK pk) voidInvoiceRoleFactory.remove(InvoiceRolePK pk) booleanInvoiceRoleFactory.validPK(InvoiceRolePK pk) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceRolePKModifier and TypeMethodDescriptionInvoiceRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceRolePK> pks) InvoiceRoleFactory.getValuesFromPKs(Collection<InvoiceRolePK> pks) voidInvoiceRoleFactory.remove(Collection<InvoiceRolePK> pks) -
Uses of InvoiceRolePK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceRolePKConstructors in com.echothree.model.data.invoice.server.value with parameters of type InvoiceRolePKModifierConstructorDescriptionInvoiceRoleValue(InvoiceRolePK invoiceRolePK, InvoicePK invoicePK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, InvoiceRoleTypePK invoiceRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of InvoiceRoleValue