Uses of Class
com.echothree.model.jooq.server.records.payment.BillingAccountStatuses
Packages that use BillingAccountStatuses
Package
Description
-
Uses of BillingAccountStatuses in com.echothree.model.jooq.server.keys.payment
Fields in com.echothree.model.jooq.server.keys.payment with type parameters of type BillingAccountStatusesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<BillingAccountStatuses, BillingAccounts> PaymentForeignKeys.BILLING_ACCOUNT_STATUSES_BILLING_ACCOUNT_FKstatic final org.jooq.UniqueKey<BillingAccountStatuses> PaymentUniqueKeys.BILLING_ACCOUNT_STATUSES_BILLING_ACCOUNT_UKstatic final org.jooq.UniqueKey<BillingAccountStatuses> PaymentUniqueKeys.BILLING_ACCOUNT_STATUSES_PK -
Uses of BillingAccountStatuses in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type BillingAccountStatusesModifier and TypeFieldDescriptionfinal org.jooq.TableField<BillingAccountStatuses, BillingAccountPK> BillingAccountStatuses.BILLING_ACCOUNTThe columnbillingaccountstatuses.bllactst_bllact_billingaccountid.final org.jooq.TableField<BillingAccountStatuses, BillingAccountStatusPK> BillingAccountStatuses.BILLING_ACCOUNT_STATUSThe columnbillingaccountstatuses.bllactst_billingaccountstatusid.final org.jooq.TableField<BillingAccountStatuses, Long> BillingAccountStatuses.CREDIT_LIMITThe columnbillingaccountstatuses.bllactst_creditlimit.final org.jooq.TableField<BillingAccountStatuses, Long> BillingAccountStatuses.POTENTIAL_CREDIT_LIMITThe columnbillingaccountstatuses.bllactst_potentialcreditlimit.Methods in com.echothree.model.jooq.server.tables.payment that return types with arguments of type BillingAccountStatusesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<BillingAccountStatuses> BillingAccountStatuses.getPrimaryKey()BillingAccountStatuses.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<BillingAccountStatuses, ?>> BillingAccountStatuses.getReferences()List<org.jooq.UniqueKey<BillingAccountStatuses>> BillingAccountStatuses.getUniqueKeys()