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