Uses of Interface
cdm.base.staticdata.asset.common.Index.IndexBuilder
Packages that use Index.IndexBuilder
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
Template feature concepts to define payouts.
-
Uses of Index.IndexBuilder in cdm.base.staticdata.asset.common
Classes in cdm.base.staticdata.asset.common that implement Index.IndexBuilderModifier and TypeClassDescriptionstatic classBuilder Implementation of IndexMethods in cdm.base.staticdata.asset.common that return Index.IndexBuilderModifier and TypeMethodDescriptionIndex.IndexBuilder.addProductIdentifier(ReferenceWithMetaProductIdentifier productIdentifier) Index.IndexBuilder.addProductIdentifier(ReferenceWithMetaProductIdentifier productIdentifier, int idx) Index.IndexBuilder.addProductIdentifier(List<? extends ReferenceWithMetaProductIdentifier> productIdentifier) Index.IndexBuilderImpl.addProductIdentifier(ReferenceWithMetaProductIdentifier _productIdentifier) Index.IndexBuilderImpl.addProductIdentifier(ReferenceWithMetaProductIdentifier _productIdentifier, int idx) Index.IndexBuilderImpl.addProductIdentifier(List<? extends ReferenceWithMetaProductIdentifier> productIdentifiers) Index.IndexBuilder.addProductIdentifierValue(ProductIdentifier productIdentifier) Index.IndexBuilder.addProductIdentifierValue(ProductIdentifier productIdentifier, int idx) Index.IndexBuilder.addProductIdentifierValue(List<? extends ProductIdentifier> productIdentifier) Index.IndexBuilderImpl.addProductIdentifierValue(ProductIdentifier _productIdentifier) Index.IndexBuilderImpl.addProductIdentifierValue(ProductIdentifier _productIdentifier, int idx) Index.IndexBuilderImpl.addProductIdentifierValue(List<? extends ProductIdentifier> productIdentifiers) Index.IndexBuilder.addProductTaxonomy(ProductTaxonomy productTaxonomy) Index.IndexBuilder.addProductTaxonomy(ProductTaxonomy productTaxonomy, int idx) Index.IndexBuilder.addProductTaxonomy(List<? extends ProductTaxonomy> productTaxonomy) Index.IndexBuilderImpl.addProductTaxonomy(ProductTaxonomy _productTaxonomy) Index.IndexBuilderImpl.addProductTaxonomy(ProductTaxonomy _productTaxonomy, int idx) Index.IndexBuilderImpl.addProductTaxonomy(List<? extends ProductTaxonomy> productTaxonomys) static Index.IndexBuilderIndex.builder()Index.IndexBuilderImpl.merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) Index.IndexBuilder.prune()Index.IndexBuilderImpl.prune()Index.IndexBuilder.setProductIdentifier(List<? extends ReferenceWithMetaProductIdentifier> productIdentifier) Index.IndexBuilderImpl.setProductIdentifier(List<? extends ReferenceWithMetaProductIdentifier> productIdentifiers) Index.IndexBuilder.setProductIdentifierValue(List<? extends ProductIdentifier> productIdentifier) Index.IndexBuilderImpl.setProductIdentifierValue(List<? extends ProductIdentifier> productIdentifiers) Index.IndexBuilder.setProductTaxonomy(List<? extends ProductTaxonomy> productTaxonomy) Index.IndexBuilderImpl.setProductTaxonomy(List<? extends ProductTaxonomy> productTaxonomys) Index.IndexBuilderImpl.toBuilder()Index.IndexImpl.toBuilder()Index.toBuilder()Methods in cdm.base.staticdata.asset.common with parameters of type Index.IndexBuilderModifier and TypeMethodDescriptionprotected voidIndex.IndexImpl.setBuilderFields(Index.IndexBuilder builder) Constructors in cdm.base.staticdata.asset.common with parameters of type Index.IndexBuilder -
Uses of Index.IndexBuilder in cdm.product.collateral
Fields in cdm.product.collateral declared as Index.IndexBuilderModifier and TypeFieldDescriptionprotected Index.IndexBuilderListingType.ListingTypeBuilderImpl.indexMethods in cdm.product.collateral that return Index.IndexBuilderModifier and TypeMethodDescriptionListingType.ListingTypeBuilder.getIndex()ListingType.ListingTypeBuilderImpl.getIndex()ListingType.ListingTypeBuilder.getOrCreateIndex()ListingType.ListingTypeBuilderImpl.getOrCreateIndex() -
Uses of Index.IndexBuilder in cdm.product.template
Fields in cdm.product.template declared as Index.IndexBuilderMethods in cdm.product.template that return Index.IndexBuilderModifier and TypeMethodDescriptionProduct.ProductBuilder.getIndex()Product.ProductBuilderImpl.getIndex()Product.ProductBuilder.getOrCreateIndex()Product.ProductBuilderImpl.getOrCreateIndex()