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