Uses of Class
com.echothree.model.data.payment.common.pk.BillingAccountPK
Packages that use BillingAccountPK
Package
Description
-
Uses of BillingAccountPK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return BillingAccountPKMethods in com.echothree.model.data.invoice.server.entity with parameters of type BillingAccountPKModifier and TypeMethodDescriptionvoidInvoiceDetail.setBillingAccountPK(BillingAccountPK billingAccountPK) -
Uses of BillingAccountPK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory with parameters of type BillingAccountPKModifier and TypeMethodDescriptionInvoiceDetailFactory.create(InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) -
Uses of BillingAccountPK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return BillingAccountPKMethods in com.echothree.model.data.invoice.server.value with parameters of type BillingAccountPKModifier and TypeMethodDescriptionvoidInvoiceDetailValue.setBillingAccountPK(BillingAccountPK billingAccountPK) Constructors in com.echothree.model.data.invoice.server.value with parameters of type BillingAccountPKModifierConstructorDescriptionInvoiceDetailValue(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 InvoiceDetailValue -
Uses of BillingAccountPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return BillingAccountPKModifier and TypeMethodDescriptionBillingAccountDetail.getBillingAccountPK()BillingAccountRole.getBillingAccountPK()BillingAccountStatus.getBillingAccountPK()BillingAccount.getPrimaryKey()Methods in com.echothree.model.data.payment.server.entity with parameters of type BillingAccountPKModifier and TypeMethodDescriptionvoidBillingAccountDetail.setBillingAccountPK(BillingAccountPK billingAccountPK) voidBillingAccountRole.setBillingAccountPK(BillingAccountPK billingAccountPK) voidBillingAccountStatus.setBillingAccountPK(BillingAccountPK billingAccountPK) -
Uses of BillingAccountPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return BillingAccountPKModifier and TypeMethodDescriptionBillingAccountFactory.getNextPK()BillingAccountFactory.getPKFromQuery(PreparedStatement ps, Object... params) BillingAccountFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type BillingAccountPKModifier and TypeMethodDescriptionBillingAccountFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) BillingAccountFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) BillingAccountFactory.getPKsFromResultSetAsList(ResultSet rs) BillingAccountFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type BillingAccountPKModifier and TypeMethodDescriptionBillingAccountDetailFactory.create(BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) BillingAccountRoleFactory.create(BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) BillingAccountStatusFactory.create(BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) BillingAccountFactory.getEntityFromCache(BillingAccountPK pk) BillingAccountFactory.getEntityFromPK(EntityPermission entityPermission, BillingAccountPK pk) BillingAccountFactory.getValueFromPK(BillingAccountPK pk) voidBillingAccountFactory.remove(BillingAccountPK pk) booleanBillingAccountFactory.validPK(BillingAccountPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type BillingAccountPKModifier and TypeMethodDescriptionBillingAccountFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<BillingAccountPK> pks) BillingAccountFactory.getValuesFromPKs(Collection<BillingAccountPK> pks) voidBillingAccountFactory.remove(Collection<BillingAccountPK> pks) -
Uses of BillingAccountPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return BillingAccountPKModifier and TypeMethodDescriptionBillingAccountDetailValue.getBillingAccountPK()BillingAccountRoleValue.getBillingAccountPK()BillingAccountStatusValue.getBillingAccountPK()BillingAccountValue.getPrimaryKey()Methods in com.echothree.model.data.payment.server.value with parameters of type BillingAccountPKModifier and TypeMethodDescriptionvoidBillingAccountDetailValue.setBillingAccountPK(BillingAccountPK billingAccountPK) voidBillingAccountRoleValue.setBillingAccountPK(BillingAccountPK billingAccountPK) voidBillingAccountStatusValue.setBillingAccountPK(BillingAccountPK billingAccountPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type BillingAccountPKModifierConstructorDescriptionBillingAccountDetailValue(BillingAccountDetailPK billingAccountDetailPK, BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of BillingAccountDetailValueBillingAccountDetailValue(BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of BillingAccountDetailValueBillingAccountRoleValue(BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of BillingAccountRoleValueBillingAccountRoleValue(BillingAccountRolePK billingAccountRolePK, BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of BillingAccountRoleValueBillingAccountStatusValue(BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) Creates a new instance of BillingAccountStatusValueBillingAccountStatusValue(BillingAccountStatusPK billingAccountStatusPK, BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) Creates a new instance of BillingAccountStatusValueBillingAccountValue(BillingAccountPK billingAccountPK, BillingAccountDetailPK activeDetailPK, BillingAccountDetailPK lastDetailPK) Creates a new instance of BillingAccountValue -
Uses of BillingAccountPK in com.echothree.model.jooq.server.records.invoice
Methods in com.echothree.model.jooq.server.records.invoice that return BillingAccountPKModifier and TypeMethodDescriptionInvoiceDetails.BillingAccount()Getter forinvoicedetails.invcdt_bllact_billingaccountid.Methods in com.echothree.model.jooq.server.records.invoice with parameters of type BillingAccountPKModifier and TypeMethodDescriptionvoidInvoiceDetails.BillingAccount(BillingAccountPK value) Setter forinvoicedetails.invcdt_bllact_billingaccountid.Constructors in com.echothree.model.jooq.server.records.invoice with parameters of type BillingAccountPKModifierConstructorDescriptionInvoiceDetails(InvoiceDetailPK InvoiceDetail, InvoicePK Invoice, InvoiceTypePK InvoiceType, String InvoiceName, BillingAccountPK BillingAccount, GlAccountPK GlAccount, TermPK Term, FreeOnBoardPK FreeOnBoard, String Reference, String Description, Long FromTime, Long ThruTime) Create a detached, initialised InvoiceDetails -
Uses of BillingAccountPK in com.echothree.model.jooq.server.records.payment
Methods in com.echothree.model.jooq.server.records.payment that return BillingAccountPKModifier and TypeMethodDescriptionBillingAccountDetails.BillingAccount()Getter forbillingaccountdetails.bllactdt_bllact_billingaccountid.BillingAccountRoles.BillingAccount()Getter forbillingaccountroles.bllactr_bllact_billingaccountid.BillingAccounts.BillingAccount()Getter forbillingaccounts.bllact_billingaccountid.BillingAccountStatuses.BillingAccount()Getter forbillingaccountstatuses.bllactst_bllact_billingaccountid.Methods in com.echothree.model.jooq.server.records.payment that return types with arguments of type BillingAccountPKMethods in com.echothree.model.jooq.server.records.payment with parameters of type BillingAccountPKModifier and TypeMethodDescriptionvoidBillingAccountDetails.BillingAccount(BillingAccountPK value) Setter forbillingaccountdetails.bllactdt_bllact_billingaccountid.voidBillingAccountRoles.BillingAccount(BillingAccountPK value) Setter forbillingaccountroles.bllactr_bllact_billingaccountid.voidBillingAccounts.BillingAccount(BillingAccountPK value) Setter forbillingaccounts.bllact_billingaccountid.voidBillingAccountStatuses.BillingAccount(BillingAccountPK value) Setter forbillingaccountstatuses.bllactst_bllact_billingaccountid.Constructors in com.echothree.model.jooq.server.records.payment with parameters of type BillingAccountPKModifierConstructorDescriptionBillingAccountDetails(BillingAccountDetailPK BillingAccountDetail, BillingAccountPK BillingAccount, String BillingAccountName, CurrencyPK Currency, String Reference, String Description, Long FromTime, Long ThruTime) Create a detached, initialised BillingAccountDetailsBillingAccountRoles(BillingAccountRolePK BillingAccountRole, BillingAccountPK BillingAccount, PartyPK Party, PartyContactMechanismPK PartyContactMechanism, BillingAccountRoleTypePK BillingAccountRoleType, Long FromTime, Long ThruTime) Create a detached, initialised BillingAccountRolesBillingAccounts(BillingAccountPK BillingAccount, BillingAccountDetailPK ActiveDetail, BillingAccountDetailPK LastDetail) Create a detached, initialised BillingAccountsBillingAccountStatuses(BillingAccountStatusPK BillingAccountStatus, BillingAccountPK BillingAccount, Long CreditLimit, Long PotentialCreditLimit) Create a detached, initialised BillingAccountStatuses -
Uses of BillingAccountPK in com.echothree.model.jooq.server.tables.invoice
Fields in com.echothree.model.jooq.server.tables.invoice with type parameters of type BillingAccountPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InvoiceDetails, BillingAccountPK> InvoiceDetails.BILLING_ACCOUNTThe columninvoicedetails.invcdt_bllact_billingaccountid. -
Uses of BillingAccountPK in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type BillingAccountPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<BillingAccountDetails, BillingAccountPK> BillingAccountDetails.BILLING_ACCOUNTThe columnbillingaccountdetails.bllactdt_bllact_billingaccountid.final org.jooq.TableField<BillingAccountRoles, BillingAccountPK> BillingAccountRoles.BILLING_ACCOUNTThe columnbillingaccountroles.bllactr_bllact_billingaccountid.final org.jooq.TableField<BillingAccounts, BillingAccountPK> BillingAccounts.BILLING_ACCOUNTThe columnbillingaccounts.bllact_billingaccountid.final org.jooq.TableField<BillingAccountStatuses, BillingAccountPK> BillingAccountStatuses.BILLING_ACCOUNTThe columnbillingaccountstatuses.bllactst_bllact_billingaccountid.