Uses of Class
com.echothree.model.data.payment.common.pk.BillingAccountRolePK
Packages that use BillingAccountRolePK
Package
Description
-
Uses of BillingAccountRolePK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return BillingAccountRolePK -
Uses of BillingAccountRolePK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return BillingAccountRolePKModifier and TypeMethodDescriptionBillingAccountRoleFactory.getNextPK()BillingAccountRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) BillingAccountRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type BillingAccountRolePKModifier and TypeMethodDescriptionBillingAccountRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) BillingAccountRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) BillingAccountRoleFactory.getPKsFromResultSetAsList(ResultSet rs) BillingAccountRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type BillingAccountRolePKModifier and TypeMethodDescriptionBillingAccountRoleFactory.getEntityFromCache(BillingAccountRolePK pk) BillingAccountRoleFactory.getEntityFromPK(EntityPermission entityPermission, BillingAccountRolePK pk) BillingAccountRoleFactory.getValueFromPK(BillingAccountRolePK pk) voidBillingAccountRoleFactory.remove(BillingAccountRolePK pk) booleanBillingAccountRoleFactory.validPK(BillingAccountRolePK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type BillingAccountRolePKModifier and TypeMethodDescriptionBillingAccountRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<BillingAccountRolePK> pks) BillingAccountRoleFactory.getValuesFromPKs(Collection<BillingAccountRolePK> pks) voidBillingAccountRoleFactory.remove(Collection<BillingAccountRolePK> pks) -
Uses of BillingAccountRolePK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return BillingAccountRolePKConstructors in com.echothree.model.data.payment.server.value with parameters of type BillingAccountRolePKModifierConstructorDescriptionBillingAccountRoleValue(BillingAccountRolePK billingAccountRolePK, BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of BillingAccountRoleValue -
Uses of BillingAccountRolePK in com.echothree.model.jooq.server.records.payment
Methods in com.echothree.model.jooq.server.records.payment that return BillingAccountRolePKModifier and TypeMethodDescriptionBillingAccountRoles.BillingAccountRole()Getter forbillingaccountroles.bllactr_billingaccountroleid.Methods in com.echothree.model.jooq.server.records.payment that return types with arguments of type BillingAccountRolePKModifier and TypeMethodDescriptionorg.jooq.Record1<BillingAccountRolePK> BillingAccountRoles.key()Methods in com.echothree.model.jooq.server.records.payment with parameters of type BillingAccountRolePKModifier and TypeMethodDescriptionvoidBillingAccountRoles.BillingAccountRole(BillingAccountRolePK value) Setter forbillingaccountroles.bllactr_billingaccountroleid.Constructors in com.echothree.model.jooq.server.records.payment with parameters of type BillingAccountRolePKModifierConstructorDescriptionBillingAccountRoles(BillingAccountRolePK BillingAccountRole, BillingAccountPK BillingAccount, PartyPK Party, PartyContactMechanismPK PartyContactMechanism, BillingAccountRoleTypePK BillingAccountRoleType, Long FromTime, Long ThruTime) Create a detached, initialised BillingAccountRoles -
Uses of BillingAccountRolePK in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type BillingAccountRolePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<BillingAccountRoles, BillingAccountRolePK> BillingAccountRoles.BILLING_ACCOUNT_ROLEThe columnbillingaccountroles.bllactr_billingaccountroleid.