Uses of Interface
cdm.product.template.CancellationEvent
Packages that use CancellationEvent
Package
Description
Template feature concepts to define payouts.
-
Uses of CancellationEvent in cdm.product.template
Subinterfaces of CancellationEvent in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement CancellationEventModifier and TypeClassDescriptionstatic classBuilder Implementation of CancellationEventstatic classImmutable Implementation of CancellationEventMethods in cdm.product.template that return CancellationEventModifier and TypeMethodDescriptionCancellationEvent.build()Build MethodsCancellationEvent.CancellationEventBuilderImpl.build()CancellationEvent.CancellationEventImpl.build()Methods in cdm.product.template that return types with arguments of type CancellationEventModifier and TypeMethodDescriptionList<? extends CancellationEvent> CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesImpl.getCancellationEvent()List<? extends CancellationEvent> CancelableProvisionAdjustedDates.getCancellationEvent()The adjusted dates for an individual cancellation date.default Class<? extends CancellationEvent> CancellationEvent.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CancellationEvent> CancellationEvent.metaData()Utility MethodsMethods in cdm.product.template with parameters of type CancellationEventModifier and TypeMethodDescriptionCancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder.addCancellationEvent(CancellationEvent cancellationEvent) CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder.addCancellationEvent(CancellationEvent cancellationEvent, int idx) CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilderImpl.addCancellationEvent(CancellationEvent _cancellationEvent) CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilderImpl.addCancellationEvent(CancellationEvent _cancellationEvent, int idx) Method parameters in cdm.product.template with type arguments of type CancellationEventModifier and TypeMethodDescriptionCancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder.addCancellationEvent(List<? extends CancellationEvent> cancellationEvent) CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilderImpl.addCancellationEvent(List<? extends CancellationEvent> cancellationEvents) CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder.setCancellationEvent(List<? extends CancellationEvent> cancellationEvent) CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilderImpl.setCancellationEvent(List<? extends CancellationEvent> cancellationEvents) -
Uses of CancellationEvent in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type CancellationEventModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CancellationEvent>> CancellationEventMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CancellationEvent, com.rosetta.model.lib.qualify.QualifyResult>> CancellationEventMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CancellationEvent, Set<String>> CancellationEventMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CancellationEvent> CancellationEventMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CancellationEvent> CancellationEventMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CancellationEvent> CancellationEventMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CancellationEvent> CancellationEventMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CancellationEvent in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type CancellationEventModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CancellationEventTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CancellationEvent o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CancellationEventValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CancellationEvent o) -
Uses of CancellationEvent in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type CancellationEventModifier and TypeMethodDescription<T2 extends CancellationEvent>
com.rosetta.model.lib.validation.ValidationResult<CancellationEvent> CancellationEventOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.template.validation.exists that return types with arguments of type CancellationEventModifier and TypeMethodDescription<T2 extends CancellationEvent>
com.rosetta.model.lib.validation.ValidationResult<CancellationEvent> CancellationEventOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)