Uses of Class
com.echothree.model.data.payment.server.value.BillingAccountRoleValue
Packages that use BillingAccountRoleValue
Package
Description
-
Uses of BillingAccountRoleValue in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control that return BillingAccountRoleValueModifier and TypeMethodDescriptionBillingControl.getBillingAccountRoleValue(BillingAccountRole billingAccountRole) BillingControl.getBillingAccountRoleValueForUpdate(BillingAccount billingAccount, BillingAccountRoleType billingAccountRoleType) Methods in com.echothree.model.control.payment.server.control with parameters of type BillingAccountRoleValueModifier and TypeMethodDescriptionvoidBillingControl.updateBillingAccountRoleFromValue(BillingAccountRoleValue billingAccountRoleValue, BasePK updatedBy) -
Uses of BillingAccountRoleValue in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return BillingAccountRoleValueMethods in com.echothree.model.data.payment.server.entity with parameters of type BillingAccountRoleValueModifier and TypeMethodDescriptionvoidBillingAccountRole.setBillingAccountRoleValue(BillingAccountRoleValue value) Constructors in com.echothree.model.data.payment.server.entity with parameters of type BillingAccountRoleValueModifierConstructorDescriptionBillingAccountRole(BillingAccountRoleValue value, EntityPermission entityPermission) Creates a new instance of BillingAccountRole -
Uses of BillingAccountRoleValue in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return BillingAccountRoleValueModifier and TypeMethodDescriptionBillingAccountRoleFactory.getValueFromPK(BillingAccountRolePK pk) BillingAccountRoleFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type BillingAccountRoleValueModifier and TypeMethodDescriptionBillingAccountRoleFactory.getValuesFromPKs(Collection<BillingAccountRolePK> pks) BillingAccountRoleFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type BillingAccountRoleValueModifier and TypeMethodDescriptionBillingAccountRoleFactory.getEntityFromValue(EntityPermission entityPermission, BillingAccountRoleValue value) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type BillingAccountRoleValueModifier and TypeMethodDescriptionvoidBillingAccountRoleFactory.create(Collection<BillingAccountRoleValue> _values) -
Uses of BillingAccountRoleValue in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return BillingAccountRoleValue