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