Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
V
- validateAccount(RegistrationAccount) - Method in interface com.oracle.communications.brm.cc.modules.AccountModule
-
Validates the subscriber account data
- validateAccount(RegistrationAccount) - Method in class com.oracle.communications.brm.cc.modules.pcm.PCMAccountModule
-
Invokes the BRM API to validates the account data
- validateAccount(RegistrationAccount) - Method in class com.oracle.communications.brm.cc.ws.account.AccountResource
-
Validates the subscriber account data before registration for new account
- validateAddInstallmentbean(InstallmentSchedule) - Static method in class com.oracle.communications.brm.cc.util.BeanValidator
-
Validates the payload represented by InstallmentSchedule schema
- validateAddInstallmentProposal(InstallmentProposal) - Static method in class com.oracle.communications.brm.cc.util.BeanValidator
-
Validates the payload represented by InstallmentProposal schema
- validateAddInstallmentScheduleSpecInput(InstallmentScheduleSpec) - Static method in class com.oracle.communications.brm.cc.util.BeanValidator
-
Validates the payload represented by InstallmentScheduleSpec schema
- validateBatchPaymentsData(PaymentBatchFileHeader, String...) - Method in class com.oracle.communications.brm.cc.modules.pcm.workers.BatchPaymentWorker
-
Validates batch payments data.Appropriate error codes will be returned in case of validation errors.
- validateCancelInstallmentbean(CancelInstallment) - Static method in class com.oracle.communications.brm.cc.util.BeanValidator
-
Validates the payload represented by CancelInstallment schema
- validateCreateDepositRefundbean(DepositRefund) - Static method in class com.oracle.communications.brm.cc.util.DepositRefundBeanValidator
- VALIDATED_STATUS - Static variable in class com.oracle.communications.brm.cc.batchpayments.BatchPaymentsConstants
- VALIDATED_WITH_MBI_STATUS - Static variable in class com.oracle.communications.brm.cc.batchpayments.BatchPaymentsConstants
- VALIDATED_WRITTEN_OFF_STATUS - Static variable in class com.oracle.communications.brm.cc.batchpayments.BatchPaymentsConstants
- validateDepositAOCBean(DepositAOC) - Static method in class com.oracle.communications.brm.cc.util.CustomerDepositBeanValidator
- validateDepositOrderBean(DepositOrder) - Static method in class com.oracle.communications.brm.cc.util.CustomerDepositBeanValidator
- validateDepositReversalbean(DepositReversal) - Static method in class com.oracle.communications.brm.cc.util.DepositReversalBeanValidator
- validateDepositSpecbean(DepositSpec) - Static method in class com.oracle.communications.brm.cc.util.DepositSpecBeanValidator
- validateDepositSpecProfilebean(DepositSpecProfile) - Static method in class com.oracle.communications.brm.cc.util.DepositSpecProfileBeanValidator
- validateDepositTransferbean(DepositTransfer) - Static method in class com.oracle.communications.brm.cc.util.DepositTransferBeanValidator
- validateNotificationSpecbean(NotificationSpec) - Static method in class com.oracle.communications.brm.cc.util.NotificationSpecBeanValidator
-
Validating notification spec input request, Primary validation, mandatory field validation validating criteria, delivery method, advance notification, delivery spec and first transaction
- validatePaymentBean(DepositPayments) - Static method in class com.oracle.communications.brm.cc.util.DepositPaymentBeanValidator
- validatePaymentColumns(String, String[]) - Method in class com.oracle.communications.brm.cc.modules.pcm.workers.BatchPaymentWorker
-
Validates the batch payment file columns[i.e columns under GRID DATA] against the standard columns defined for each payment type[cash,check, wire-transfer etc] in Billing Care
- validatePaymentMethodFields(ArrayList<String>, int, int) - Method in class com.oracle.communications.brm.cc.modules.pcm.workers.PCMBaseWorker
-
Returns payment type pin field from /dd/objects and confirms whether or not fields from /config/paymenttool are present or not
- validatePaymentRowData(List<Map>, String, int) - Method in class com.oracle.communications.brm.cc.modules.pcm.workers.BatchPaymentWorker
-
Validates each payment row in the batch payment file.Exception will be raised and error will be returned to the caller if the validation fails.
- validatePaymentsBatch(BatchRecordsList) - Method in class com.oracle.communications.brm.cc.ws.payment.BatchPaymentResource
-
Validate Payments Batch and return validation status and status description for each payment record.
- validatePaymentsBatch(BatchRecordsList, boolean) - Method in interface com.oracle.communications.brm.cc.modules.BatchPaymentModule
-
Submits all payments states and grid data for validation by invoking PYMT_VALIDATE_PAYMENT opcode.
- validatePaymentsBatch(BatchRecordsList, boolean) - Method in class com.oracle.communications.brm.cc.modules.pcm.PCMBatchPaymentModule
-
Submits all payments states and grid data for validation by invoking PYMT_VALIDATE_PAYMENT opcode.
- validateStartAndEndDate(Date, Date) - Static method in class com.oracle.communications.brm.cc.util.DateOperationUtil
- validateTemplateFields(TemplateFields) - Method in class com.oracle.communications.brm.cc.modules.pcm.workers.BatchPaymentWorker
- validateTheResultsAndConvToInpFlistForSubmitBatchPayments(FList, List<Map>, PaymentBatchStatistics, boolean, Configurations) - Method in class com.oracle.communications.brm.cc.modules.pcm.workers.BatchPaymentWorker
-
Validate the inputflist to submit batch payments.
- validateToken(HttpServletRequest) - Method in class com.oracle.communications.brm.cc.authentication.IDCSIdentityProvider
-
Validates access token sent as an authorization header
- validateToken(HttpServletRequest) - Method in interface com.oracle.communications.brm.cc.authentication.IdentityProvider
-
Validates access token sent as an authorization header
- validateToken(HttpServletRequest) - Method in class com.oracle.communications.brm.cc.authentication.OAMIdentityProvider
-
Validates access token sent as an authorization header
- validateToken(HttpServletRequest) - Method in interface com.oracle.communications.brm.cc.modules.OAuthTokenModule
-
Validate token and Retrieves Client ID on successful validation
- validateToken(HttpServletRequest) - Method in class com.oracle.communications.brm.cc.modules.pcm.PCMOAuthTokenModule
-
Invoke a IDP service to validate the access token sent by the client
- validateUpdateAmountInstallmentbean(InstallmentSchedule) - Static method in class com.oracle.communications.brm.cc.util.BeanValidator
-
Validates the payload represented by InstallmentSchedule schema for update Amount
- validateUpdateDepositRefundbean(DepositRefund) - Static method in class com.oracle.communications.brm.cc.util.DepositRefundBeanValidator
- validateUpdateInstallmentArray(InstallmentSchedule) - Static method in class com.oracle.communications.brm.cc.util.BeanValidator
-
Validates the payload represented by InstallmentSchedule schema for update installment schedule
- validateUpdateStatusInstallmentbean(InstallmentSchedule) - Static method in class com.oracle.communications.brm.cc.util.BeanValidator
-
Validates the payload represented by InstallmentSchedule schema for update Status
- VALIDATION_FACTORY - Static variable in class com.oracle.communications.brm.cc.common.BillingCareConstants
- ValidationException - Exception Class in com.oracle.communications.brm.cc.validation.exception
- ValidationException() - Constructor for exception class com.oracle.communications.brm.cc.validation.exception.ValidationException
- validationRefundBatchWorker(BatchRecordsList, Collection<String>, Collection<String>) - Method in class com.oracle.communications.brm.cc.modules.pcm.workers.BatchPaymentWorker
-
Returns BatchRecordsList with updated status and status description
- Validator - Exception Class in com.oracle.communications.brm.cc.validation.model
-
Validator Interface.
- Validator - Interface in com.oracle.communications.brm.cc.validation.model
-
Validator Interface.
- ValidatorFactory - Class in com.oracle.communications.brm.cc.validation.factory
-
Factory which loads corresponding validator class based on the type of input.
- ValidatorFactory() - Constructor for class com.oracle.communications.brm.cc.validation.factory.ValidatorFactory
- validFor - Variable in class com.oracle.communications.brm.cc.model.CustomerDeposit
- validFor - Variable in class com.oracle.communications.brm.cc.model.DepositAOC
- validFor - Variable in class com.oracle.communications.brm.cc.model.InstallmentProposal
- validFor - Variable in class com.oracle.communications.brm.cc.model.InstallmentSchedule
- validFrom - Variable in class com.oracle.communications.brm.cc.model.AdjustmentAccount.ValidityPeriod
-
The date and time the validity period starts.
- validFrom - Variable in class com.oracle.communications.brm.cc.model.AdjustmentNonCurrencyBalance
-
The date and time the adjustment's validity period starts.
- validFrom - Variable in class com.oracle.communications.brm.cc.model.ProfileAcctExtratingType.DataArray
-
The date when the ERA's validity period starts.
- validFrom - Variable in class com.oracle.communications.brm.cc.model.ProfileLoanType.Limit
- validFrom - Variable in class com.oracle.communications.brm.cc.model.ProfileRolloverTransferType.ResourceInfo.Recipients
- validFrom - Variable in class com.oracle.communications.brm.cc.model.ProfileServExtratingType.DataArray
-
The date and time the ERA's validity period starts.
- validFrom - Variable in class com.oracle.communications.brm.cc.model.SharingOwnerDetails.OwnershipDetails
-
The date and time the sharing group's validity starts.
- validFrom - Variable in class com.oracle.communications.brm.cc.model.Sponsor
-
The date and time the sponsored offer's validity starts.
- validFrom - Variable in class com.oracle.communications.brm.cc.model.SubBalances
-
The date and time the validity period starts.
- validFrom - Variable in class com.oracle.communications.brm.cc.model.TempCreditLimit
-
The date and time temporary credit limit's validity starts.
- validFrom - Variable in class com.oracle.communications.brm.cc.model.TransferBalance
-
The date and time the transfer's validity starts.
- validFrom - Variable in class com.oracle.communications.brm.cc.model.TransferBalanceCreateResponse.SourceBucket
-
The date and time the bucket's validity starts.
- validFrom - Variable in class com.oracle.communications.brm.cc.model.TransferBalanceCreateResponse.TargetBucket
-
The date and time the bucket's validity starts.
- validFrom - Variable in class com.oracle.communications.brm.cc.model.TransferBalanceDetails.SourceImpactedBucket
-
The date and time the bucket's validity starts.
- validFrom - Variable in class com.oracle.communications.brm.cc.model.TransferBalanceDetails.TargetImpactedBucket
-
The date and time the bucket's validity starts.
- validFromOffset - Variable in class com.oracle.communications.brm.cc.model.TempCreditLimit
-
The offset for the temporary credit limit's validity period start.
- validFromUnit - Variable in class com.oracle.communications.brm.cc.model.TempCreditLimit
-
The unit for the temporary credit limit's validity period start.
- validityAlignMode - Variable in class com.oracle.communications.brm.cc.model.Bundle.Chargeoffers
-
This shows if the product is an addon product and alignment of validity with other products.
- validityAlignMode - Variable in class com.oracle.communications.brm.cc.model.CustomizedBundleForPurchase.CustomizedChargeOffers
-
The validity align mode for a product.
- validityAlignMode - Variable in class com.oracle.communications.brm.cc.model.ServiceInPlan.Bundles.Chargeoffers
-
This shows if the product is an addon product and alignment of validity with other products.
- validityPeriod - Variable in class com.oracle.communications.brm.cc.model.AdjustmentAccount
-
A validity period.
- ValidityPeriod() - Constructor for class com.oracle.communications.brm.cc.model.AdjustmentAccount.ValidityPeriod
- validityRule - Variable in class com.oracle.communications.brm.cc.model.CustomerDeposit
- validityRule - Variable in class com.oracle.communications.brm.cc.model.DepositSpecProfile
- validityRuleSource - Variable in class com.oracle.communications.brm.cc.model.DepositSpecProfile
-
The deposit validity rule source.
Allowed Values: SYSTEM_DEFINED, RULE_DEFINED - validTo - Variable in class com.oracle.communications.brm.cc.model.AdjustmentAccount.ValidityPeriod
-
The date and time the validity period ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.AdjustmentNonCurrencyBalance
-
The date and time the adjustment's validity period ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.Bundle
-
The date and time the validity period ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.ChangeValidity
-
The new validity end date.
- validTo - Variable in class com.oracle.communications.brm.cc.model.PackageType
-
The end date for the package's validity.
- validTo - Variable in class com.oracle.communications.brm.cc.model.ProfileAcctExtratingType.DataArray
-
The date when the ERA's validity period ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.ProfileLoanType.Limit
- validTo - Variable in class com.oracle.communications.brm.cc.model.ProfileRolloverTransferType.ResourceInfo.Recipients
- validTo - Variable in class com.oracle.communications.brm.cc.model.ProfileServExtratingType.DataArray
-
The date and time the ERA's validity period ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.SharingOwnerDetails.OwnershipDetails
-
The date and time the sharing group's validity ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.Sponsor
-
The date and time the sponsored offer's validity ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.SubBalances
-
The date and time the validity period ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.TempCreditLimit
-
The date and time temporary credit limit's validity ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.TransferBalance
-
The date and time the transfer's validity ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.TransferBalanceCreateResponse.SourceBucket
-
The date and time the bucket's validity ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.TransferBalanceCreateResponse.TargetBucket
-
The date and time the bucket's validity ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.TransferBalanceDetails.SourceImpactedBucket
-
The date and time the bucket's validity ends.
- validTo - Variable in class com.oracle.communications.brm.cc.model.TransferBalanceDetails.TargetImpactedBucket
-
The date and time the bucket's validity ends.
- validToOffset - Variable in class com.oracle.communications.brm.cc.model.TempCreditLimit
-
The offset for the temporary credit limit's validity period end.
- validToUnit - Variable in class com.oracle.communications.brm.cc.model.TempCreditLimit
-
The unit for the temporary credit limit's validity period end.
- value - Variable in class com.oracle.communications.brm.cc.authorization.UIRequestValue
-
Value to be passed like adjustmentAmount, paymentAmount
- value - Variable in class com.oracle.communications.brm.cc.model.ConfigSubscriberPreferencesType.SubscriberPreferencesType.Values
- value - Variable in class com.oracle.communications.brm.cc.model.Configurations.Flags
-
The value associated with the flag, which can be true or false.
- value - Variable in class com.oracle.communications.brm.cc.model.Configurations.Keyvals
-
The value.
- value - Variable in class com.oracle.communications.brm.cc.model.Configurations.Thresholds
-
The threshold value.
- value - Variable in class com.oracle.communications.brm.cc.model.Criteria.FixedValues
- value - Variable in class com.oracle.communications.brm.cc.model.Criteria.Properties
- value - Variable in class com.oracle.communications.brm.cc.model.Criterias
- value - Variable in class com.oracle.communications.brm.cc.model.NotificationCriteria
-
The notification criteria value.
- value - Variable in class com.oracle.communications.brm.cc.model.Preferences.Preference
-
A preference value.
- value - Variable in class com.oracle.communications.brm.cc.model.ProfileAcctExtratingType.DataArray
-
The ERA's value.
- value - Variable in class com.oracle.communications.brm.cc.model.ProfileServExtratingType.DataArray
-
The ERA's value.
- value - Variable in class com.oracle.communications.brm.cc.model.ProfileSubscriberPreferencesType.SubscriberPreferences
-
The preference's value.
- value - Variable in class com.oracle.communications.brm.cc.model.Qualifier
-
The reference value to be evaluated.
- value - Variable in class com.oracle.communications.brm.cc.model.RequestDetails.HeaderInfo
-
The value of the header information parameter.
- value - Variable in class com.oracle.communications.brm.cc.model.SearchResults.Results.Column
- value - Variable in class com.oracle.communications.brm.cc.model.ServiceEmailType.Attributes
- value - Variable in class com.oracle.communications.brm.cc.model.ServiceIpType.Args
- value - Variable in class com.oracle.communications.brm.cc.model.ServiceSsgType.Args
- value - Variable in class com.oracle.communications.brm.cc.model.ServiceTelephonyType.Args
- value - Variable in class com.oracle.communications.brm.cc.model.ServiceVpdnType.Args
- value() - Method in enum class com.oracle.communications.brm.cc.batchpayments.enums.BatchPaymentFileStatus
- value() - Method in enum class com.oracle.communications.brm.cc.enums.DataTransferDirection
- value() - Method in enum class com.oracle.communications.brm.cc.enums.EventPlanTypes
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.authorization.enums.ConstraintOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.batchpayments.enums.BatchPaymentFileStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.AccountingType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.ArActionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.DataTransferDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.DynamicChargingFlag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.ErrorConstants
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.EventPlanTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.NewsfeedType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.NotesStatusTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.NotesSubTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.NotesTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.PaymentEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.PaymentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.enums.SubscriptionRelative
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.modules.pcm.workers.SearchWorker.ValueType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oracle.communications.brm.cc.modules.pcm.workers.SubscriptionWorker.AmountType
-
Returns the enum constant of this class with the specified name.
- values - Variable in class com.oracle.communications.brm.cc.model.ConfigSubscriberPreferencesType.SubscriberPreferencesType
- values() - Static method in enum class com.oracle.communications.brm.cc.authorization.enums.ConstraintOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.batchpayments.enums.BatchPaymentFileStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.AccountingType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.ArActionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.DataTransferDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.DynamicChargingFlag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.ErrorConstants
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.EventPlanTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.NewsfeedType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.NotesStatusTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.NotesSubTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.NotesTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.PaymentEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.PaymentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.enums.SubscriptionRelative
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.modules.pcm.workers.SearchWorker.ValueType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oracle.communications.brm.cc.modules.pcm.workers.SubscriptionWorker.AmountType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Values() - Constructor for class com.oracle.communications.brm.cc.model.ConfigSubscriberPreferencesType.SubscriberPreferencesType.Values
- vanity - Variable in class com.oracle.communications.brm.cc.model.DeviceNumType.DeviceNUMDetails
- verifyAgentAssignment(FList) - Method in class com.oracle.communications.brm.cc.modules.pcm.workers.CollectionsWorker
-
Verifies outputFlist for Assign
- verifyThresholdAndSetSuspenseCountValues(PaymentBatchStatistics, int, long, boolean, Configurations) - Method in class com.oracle.communications.brm.cc.modules.pcm.workers.BatchPaymentWorker
-
Sets count of suspended payments to PaymentBatchStatistics POJO.
- version - Variable in class com.oracle.communications.brm.cc.model.Configurations.Flags
-
The version of the flag.
- version - Variable in class com.oracle.communications.brm.cc.model.Configurations.Keyvals
-
The version of the key-value pair.
- version - Variable in class com.oracle.communications.brm.cc.model.Configurations.Mapping
-
The version of the mapping.
- version - Variable in class com.oracle.communications.brm.cc.model.Configurations.Thresholds
-
The version of the threshold.
- version - Variable in class com.oracle.communications.brm.cc.model.MenuDefinition.Menu.Contents.Item
- VIEW_ACTION - Static variable in class com.oracle.communications.brm.cc.authorization.EnforcementConstants
- visible - Variable in class com.oracle.communications.brm.cc.model.ColumnarRecord.ColumnDefinitions
- visible - Variable in class com.oracle.communications.brm.cc.model.Criteria
- visible - Variable in class com.oracle.communications.brm.cc.model.GenericTemplate.ColumnHeader
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form