Uses of Class
com.echothree.model.data.invoice.common.pk.InvoicePK
Packages that use InvoicePK
Package
Description
-
Uses of InvoicePK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoicePKModifier and TypeMethodDescriptionInvoiceAlias.getInvoicePK()
InvoiceDetail.getInvoicePK()
InvoiceLineDetail.getInvoicePK()
InvoiceRole.getInvoicePK()
InvoiceStatus.getInvoicePK()
InvoiceTime.getInvoicePK()
Invoice.getPrimaryKey()
Methods in com.echothree.model.data.invoice.server.entity with parameters of type InvoicePKModifier and TypeMethodDescriptionvoid
InvoiceAlias.setInvoicePK
(InvoicePK invoicePK) void
InvoiceDetail.setInvoicePK
(InvoicePK invoicePK) void
InvoiceLineDetail.setInvoicePK
(InvoicePK invoicePK) void
InvoiceRole.setInvoicePK
(InvoicePK invoicePK) void
InvoiceStatus.setInvoicePK
(InvoicePK invoicePK) void
InvoiceTime.setInvoicePK
(InvoicePK invoicePK) -
Uses of InvoicePK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoicePKModifier and TypeMethodDescriptionInvoiceFactory.getNextPK()
InvoiceFactory.getPKFromQuery
(PreparedStatement ps, Object... params) InvoiceFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoicePKModifier and TypeMethodDescriptionInvoiceFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) InvoiceFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) InvoiceFactory.getPKsFromResultSetAsList
(ResultSet rs) InvoiceFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoicePKModifier and TypeMethodDescriptionInvoiceAliasFactory.create
(InvoicePK invoicePK, InvoiceAliasTypePK invoiceAliasTypePK, String alias, Long fromTime, Long thruTime) InvoiceAliasFactory.create
(Session session, InvoicePK invoicePK, InvoiceAliasTypePK invoiceAliasTypePK, String alias, Long fromTime, Long thruTime) InvoiceDetailFactory.create
(InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) InvoiceDetailFactory.create
(Session session, InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) InvoiceLineDetailFactory.create
(InvoiceLinePK invoiceLinePK, InvoicePK invoicePK, Integer invoiceLineSequence, InvoiceLinePK parentInvoiceLinePK, InvoiceLineTypePK invoiceLineTypePK, InvoiceLineUseTypePK invoiceLineUseTypePK, Long amount, String description, Long fromTime, Long thruTime) InvoiceLineDetailFactory.create
(Session session, InvoiceLinePK invoiceLinePK, InvoicePK invoicePK, Integer invoiceLineSequence, InvoiceLinePK parentInvoiceLinePK, InvoiceLineTypePK invoiceLineTypePK, InvoiceLineUseTypePK invoiceLineUseTypePK, Long amount, String description, Long fromTime, Long thruTime) InvoiceRoleFactory.create
(InvoicePK invoicePK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, InvoiceRoleTypePK invoiceRoleTypePK, Long fromTime, Long thruTime) InvoiceRoleFactory.create
(Session session, InvoicePK invoicePK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, InvoiceRoleTypePK invoiceRoleTypePK, Long fromTime, Long thruTime) InvoiceTimeFactory.create
(InvoicePK invoicePK, InvoiceTimeTypePK invoiceTimeTypePK, Long time, Long fromTime, Long thruTime) InvoiceTimeFactory.create
(Session session, InvoicePK invoicePK, InvoiceTimeTypePK invoiceTimeTypePK, Long time, Long fromTime, Long thruTime) InvoiceFactory.getEntityFromCache
(Session session, InvoicePK pk) InvoiceFactory.getEntityFromPK
(EntityPermission entityPermission, InvoicePK pk) InvoiceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, InvoicePK pk) InvoiceFactory.getValueFromPK
(Session session, InvoicePK pk) void
boolean
Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoicePKModifier and TypeMethodDescriptionInvoiceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<InvoicePK> pks) InvoiceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InvoicePK> pks) InvoiceFactory.getValuesFromPKs
(Session session, Collection<InvoicePK> pks) void
InvoiceFactory.remove
(Session session, Collection<InvoicePK> pks) void
InvoiceFactory.remove
(Collection<InvoicePK> pks) -
Uses of InvoicePK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoicePKModifier and TypeMethodDescriptionInvoiceAliasValue.getInvoicePK()
InvoiceDetailValue.getInvoicePK()
InvoiceLineDetailValue.getInvoicePK()
InvoiceRoleValue.getInvoicePK()
InvoiceStatusValue.getInvoicePK()
InvoiceTimeValue.getInvoicePK()
InvoiceValue.getPrimaryKey()
Methods in com.echothree.model.data.invoice.server.value with parameters of type InvoicePKModifier and TypeMethodDescriptionvoid
InvoiceAliasValue.setInvoicePK
(InvoicePK invoicePK) void
InvoiceDetailValue.setInvoicePK
(InvoicePK invoicePK) void
InvoiceLineDetailValue.setInvoicePK
(InvoicePK invoicePK) void
InvoiceRoleValue.setInvoicePK
(InvoicePK invoicePK) void
InvoiceStatusValue.setInvoicePK
(InvoicePK invoicePK) void
InvoiceTimeValue.setInvoicePK
(InvoicePK invoicePK) Constructors in com.echothree.model.data.invoice.server.value with parameters of type InvoicePKModifierConstructorDescriptionInvoiceAliasValue
(InvoiceAliasPK invoiceAliasPK, InvoicePK invoicePK, InvoiceAliasTypePK invoiceAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of InvoiceAliasValueInvoiceAliasValue
(InvoicePK invoicePK, InvoiceAliasTypePK invoiceAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of InvoiceAliasValueInvoiceDetailValue
(InvoiceDetailPK invoiceDetailPK, InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InvoiceDetailValueInvoiceDetailValue
(InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InvoiceDetailValueInvoiceLineDetailValue
(InvoiceLineDetailPK invoiceLineDetailPK, InvoiceLinePK invoiceLinePK, InvoicePK invoicePK, Integer invoiceLineSequence, InvoiceLinePK parentInvoiceLinePK, InvoiceLineTypePK invoiceLineTypePK, InvoiceLineUseTypePK invoiceLineUseTypePK, Long amount, String description, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineDetailValueInvoiceLineDetailValue
(InvoiceLinePK invoiceLinePK, InvoicePK invoicePK, Integer invoiceLineSequence, InvoiceLinePK parentInvoiceLinePK, InvoiceLineTypePK invoiceLineTypePK, InvoiceLineUseTypePK invoiceLineUseTypePK, Long amount, String description, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineDetailValueInvoiceRoleValue
(InvoicePK invoicePK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, InvoiceRoleTypePK invoiceRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of InvoiceRoleValueInvoiceRoleValue
(InvoiceRolePK invoiceRolePK, InvoicePK invoicePK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, InvoiceRoleTypePK invoiceRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of InvoiceRoleValueInvoiceStatusValue
(InvoicePK invoicePK, Integer invoiceLineSequence) Creates a new instance of InvoiceStatusValueInvoiceStatusValue
(InvoiceStatusPK invoiceStatusPK, InvoicePK invoicePK, Integer invoiceLineSequence) Creates a new instance of InvoiceStatusValueInvoiceTimeValue
(InvoicePK invoicePK, InvoiceTimeTypePK invoiceTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InvoiceTimeValueInvoiceTimeValue
(InvoiceTimePK invoiceTimePK, InvoicePK invoicePK, InvoiceTimeTypePK invoiceTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InvoiceTimeValueInvoiceValue
(InvoicePK invoicePK, InvoiceDetailPK activeDetailPK, InvoiceDetailPK lastDetailPK) Creates a new instance of InvoiceValue