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
(Session session, InvoiceRolePK pk) InvoiceRoleFactory.getEntityFromPK
(EntityPermission entityPermission, InvoiceRolePK pk) InvoiceRoleFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, InvoiceRolePK pk) InvoiceRoleFactory.getValueFromPK
(Session session, InvoiceRolePK pk) void
InvoiceRoleFactory.remove
(Session session, InvoiceRolePK pk) boolean
InvoiceRoleFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InvoiceRolePK> pks) InvoiceRoleFactory.getValuesFromPKs
(Session session, Collection<InvoiceRolePK> pks) void
InvoiceRoleFactory.remove
(Session session, Collection<InvoiceRolePK> pks) void
InvoiceRoleFactory.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