Class BillingRecordInstructionOnlyExistsValidator
java.lang.Object
cdm.event.common.validation.exists.BillingRecordInstructionOnlyExistsValidator
- All Implemented Interfaces:
com.rosetta.model.lib.validation.ValidatorWithArg<BillingRecordInstruction,Set<String>>
public class BillingRecordInstructionOnlyExistsValidator
extends Object
implements com.rosetta.model.lib.validation.ValidatorWithArg<BillingRecordInstruction,Set<String>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T2 extends BillingRecordInstruction>
com.rosetta.model.lib.validation.ValidationResult<BillingRecordInstruction>
-
Constructor Details
-
BillingRecordInstructionOnlyExistsValidator
public BillingRecordInstructionOnlyExistsValidator()
-
-
Method Details
-
validate
public <T2 extends BillingRecordInstruction> com.rosetta.model.lib.validation.ValidationResult<BillingRecordInstruction> validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) - Specified by:
validatein interfacecom.rosetta.model.lib.validation.ValidatorWithArg<BillingRecordInstruction,Set<String>>
-