Uses of Interface
cdm.product.collateral.ListingExchange
Packages that use ListingExchange
Package
Description
-
Uses of ListingExchange in cdm.product.collateral
Subinterfaces of ListingExchange in cdm.product.collateralModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.collateral that implement ListingExchangeModifier and TypeClassDescriptionstatic classBuilder Implementation of ListingExchangestatic classImmutable Implementation of ListingExchangeMethods in cdm.product.collateral that return ListingExchangeModifier and TypeMethodDescriptionListingExchange.build()Build MethodsListingExchange.ListingExchangeBuilderImpl.build()ListingExchange.ListingExchangeImpl.build()CollateralCriteria.CollateralCriteriaImpl.getListingExchange()CollateralCriteria.getListingExchange()Criteria is that the collateral is listed on a specific exchange.Methods in cdm.product.collateral that return types with arguments of type ListingExchangeModifier and TypeMethodDescriptiondefault Class<? extends ListingExchange> ListingExchange.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ListingExchange> ListingExchange.metaData()Utility MethodsMethods in cdm.product.collateral with parameters of type ListingExchangeModifier and TypeMethodDescriptionCollateralCriteria.CollateralCriteriaBuilder.setListingExchange(ListingExchange _ListingExchange) CollateralCriteria.CollateralCriteriaBuilderImpl.setListingExchange(ListingExchange _listingExchange) -
Uses of ListingExchange in cdm.product.collateral.meta
Methods in cdm.product.collateral.meta that return types with arguments of type ListingExchangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ListingExchange>> ListingExchangeMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ListingExchange, com.rosetta.model.lib.qualify.QualifyResult>> ListingExchangeMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ListingExchange, Set<String>> ListingExchangeMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ListingExchange> ListingExchangeMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ListingExchange> ListingExchangeMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ListingExchange> ListingExchangeMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ListingExchange> ListingExchangeMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ListingExchange in cdm.product.collateral.validation
Methods in cdm.product.collateral.validation with parameters of type ListingExchangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ListingExchangeTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ListingExchange o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ListingExchangeValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ListingExchange o) -
Uses of ListingExchange in cdm.product.collateral.validation.exists
Methods in cdm.product.collateral.validation.exists with type parameters of type ListingExchangeModifier and TypeMethodDescription<T2 extends ListingExchange>
com.rosetta.model.lib.validation.ValidationResult<ListingExchange> ListingExchangeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.collateral.validation.exists that return types with arguments of type ListingExchangeModifier and TypeMethodDescription<T2 extends ListingExchange>
com.rosetta.model.lib.validation.ValidationResult<ListingExchange> ListingExchangeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)