Uses of Class
com.echothree.model.data.payment.common.pk.BillingAccountStatusPK
Packages that use BillingAccountStatusPK
Package
Description
-
Uses of BillingAccountStatusPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return BillingAccountStatusPK -
Uses of BillingAccountStatusPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return BillingAccountStatusPKModifier and TypeMethodDescriptionBillingAccountStatusFactory.getNextPK()BillingAccountStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) BillingAccountStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type BillingAccountStatusPKModifier and TypeMethodDescriptionBillingAccountStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) BillingAccountStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) BillingAccountStatusFactory.getPKsFromResultSetAsList(ResultSet rs) BillingAccountStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type BillingAccountStatusPKModifier and TypeMethodDescriptionBillingAccountStatusFactory.getEntityFromCache(BillingAccountStatusPK pk) BillingAccountStatusFactory.getEntityFromPK(EntityPermission entityPermission, BillingAccountStatusPK pk) BillingAccountStatusFactory.getValueFromPK(BillingAccountStatusPK pk) voidBillingAccountStatusFactory.remove(BillingAccountStatusPK pk) booleanBillingAccountStatusFactory.validPK(BillingAccountStatusPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type BillingAccountStatusPKModifier and TypeMethodDescriptionBillingAccountStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<BillingAccountStatusPK> pks) BillingAccountStatusFactory.getValuesFromPKs(Collection<BillingAccountStatusPK> pks) voidBillingAccountStatusFactory.remove(Collection<BillingAccountStatusPK> pks) -
Uses of BillingAccountStatusPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return BillingAccountStatusPKConstructors in com.echothree.model.data.payment.server.value with parameters of type BillingAccountStatusPKModifierConstructorDescriptionBillingAccountStatusValue(BillingAccountStatusPK billingAccountStatusPK, BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) Creates a new instance of BillingAccountStatusValue -
Uses of BillingAccountStatusPK in com.echothree.model.jooq.server.records.payment
Methods in com.echothree.model.jooq.server.records.payment that return BillingAccountStatusPKModifier and TypeMethodDescriptionBillingAccountStatuses.BillingAccountStatus()Getter forbillingaccountstatuses.bllactst_billingaccountstatusid.Methods in com.echothree.model.jooq.server.records.payment that return types with arguments of type BillingAccountStatusPKModifier and TypeMethodDescriptionorg.jooq.Record1<BillingAccountStatusPK> BillingAccountStatuses.key()Methods in com.echothree.model.jooq.server.records.payment with parameters of type BillingAccountStatusPKModifier and TypeMethodDescriptionvoidBillingAccountStatuses.BillingAccountStatus(BillingAccountStatusPK value) Setter forbillingaccountstatuses.bllactst_billingaccountstatusid.Constructors in com.echothree.model.jooq.server.records.payment with parameters of type BillingAccountStatusPKModifierConstructorDescriptionBillingAccountStatuses(BillingAccountStatusPK BillingAccountStatus, BillingAccountPK BillingAccount, Long CreditLimit, Long PotentialCreditLimit) Create a detached, initialised BillingAccountStatuses -
Uses of BillingAccountStatusPK in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type BillingAccountStatusPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<BillingAccountStatuses, BillingAccountStatusPK> BillingAccountStatuses.BILLING_ACCOUNT_STATUSThe columnbillingaccountstatuses.bllactst_billingaccountstatusid.