Uses of Interface
cdm.product.template.Basket.BasketBuilder
Packages that use Basket.BasketBuilder
-
Uses of Basket.BasketBuilder in cdm.product.template
Classes in cdm.product.template that implement Basket.BasketBuilderModifier and TypeClassDescriptionstatic classBuilder Implementation of BasketFields in cdm.product.template declared as Basket.BasketBuilderModifier and TypeFieldDescriptionprotected Basket.BasketBuilderProduct.ProductBuilderImpl.basketMethods in cdm.product.template that return Basket.BasketBuilderModifier and TypeMethodDescriptionBasket.BasketBuilder.addBasketConstituent(Product basketConstituent) Basket.BasketBuilder.addBasketConstituent(Product basketConstituent, int idx) Basket.BasketBuilder.addBasketConstituent(List<? extends Product> basketConstituent) Basket.BasketBuilderImpl.addBasketConstituent(Product _basketConstituent) Basket.BasketBuilderImpl.addBasketConstituent(Product _basketConstituent, int idx) Basket.BasketBuilderImpl.addBasketConstituent(List<? extends Product> basketConstituents) Basket.BasketBuilder.addPortfolioBasketConstituent(BasketConstituent portfolioBasketConstituent) Basket.BasketBuilder.addPortfolioBasketConstituent(BasketConstituent portfolioBasketConstituent, int idx) Basket.BasketBuilder.addPortfolioBasketConstituent(List<? extends BasketConstituent> portfolioBasketConstituent) Basket.BasketBuilderImpl.addPortfolioBasketConstituent(BasketConstituent _portfolioBasketConstituent) Basket.BasketBuilderImpl.addPortfolioBasketConstituent(BasketConstituent _portfolioBasketConstituent, int idx) Basket.BasketBuilderImpl.addPortfolioBasketConstituent(List<? extends BasketConstituent> portfolioBasketConstituents) Basket.BasketBuilder.addProductIdentifier(ReferenceWithMetaProductIdentifier productIdentifier) Basket.BasketBuilder.addProductIdentifier(ReferenceWithMetaProductIdentifier productIdentifier, int idx) Basket.BasketBuilder.addProductIdentifier(List<? extends ReferenceWithMetaProductIdentifier> productIdentifier) Basket.BasketBuilderImpl.addProductIdentifier(ReferenceWithMetaProductIdentifier _productIdentifier) Basket.BasketBuilderImpl.addProductIdentifier(ReferenceWithMetaProductIdentifier _productIdentifier, int idx) Basket.BasketBuilderImpl.addProductIdentifier(List<? extends ReferenceWithMetaProductIdentifier> productIdentifiers) Basket.BasketBuilder.addProductIdentifierValue(ProductIdentifier productIdentifier) Basket.BasketBuilder.addProductIdentifierValue(ProductIdentifier productIdentifier, int idx) Basket.BasketBuilder.addProductIdentifierValue(List<? extends ProductIdentifier> productIdentifier) Basket.BasketBuilderImpl.addProductIdentifierValue(ProductIdentifier _productIdentifier) Basket.BasketBuilderImpl.addProductIdentifierValue(ProductIdentifier _productIdentifier, int idx) Basket.BasketBuilderImpl.addProductIdentifierValue(List<? extends ProductIdentifier> productIdentifiers) Basket.BasketBuilder.addProductTaxonomy(ProductTaxonomy productTaxonomy) Basket.BasketBuilder.addProductTaxonomy(ProductTaxonomy productTaxonomy, int idx) Basket.BasketBuilder.addProductTaxonomy(List<? extends ProductTaxonomy> productTaxonomy) Basket.BasketBuilderImpl.addProductTaxonomy(ProductTaxonomy _productTaxonomy) Basket.BasketBuilderImpl.addProductTaxonomy(ProductTaxonomy _productTaxonomy, int idx) Basket.BasketBuilderImpl.addProductTaxonomy(List<? extends ProductTaxonomy> productTaxonomys) static Basket.BasketBuilderBasket.builder()Product.ProductBuilder.getBasket()Product.ProductBuilderImpl.getBasket()Product.ProductBuilder.getOrCreateBasket()Product.ProductBuilderImpl.getOrCreateBasket()Basket.BasketBuilderImpl.merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) Basket.BasketBuilder.prune()Basket.BasketBuilderImpl.prune()Basket.BasketBuilder.setBasketConstituent(List<? extends Product> basketConstituent) Basket.BasketBuilderImpl.setBasketConstituent(List<? extends Product> basketConstituents) Basket.BasketBuilder.setPortfolioBasketConstituent(List<? extends BasketConstituent> portfolioBasketConstituent) Basket.BasketBuilderImpl.setPortfolioBasketConstituent(List<? extends BasketConstituent> portfolioBasketConstituents) Basket.BasketBuilder.setProductIdentifier(List<? extends ReferenceWithMetaProductIdentifier> productIdentifier) Basket.BasketBuilderImpl.setProductIdentifier(List<? extends ReferenceWithMetaProductIdentifier> productIdentifiers) Basket.BasketBuilder.setProductIdentifierValue(List<? extends ProductIdentifier> productIdentifier) Basket.BasketBuilderImpl.setProductIdentifierValue(List<? extends ProductIdentifier> productIdentifiers) Basket.BasketBuilder.setProductTaxonomy(List<? extends ProductTaxonomy> productTaxonomy) Basket.BasketBuilderImpl.setProductTaxonomy(List<? extends ProductTaxonomy> productTaxonomys) Basket.BasketBuilderImpl.toBuilder()Basket.BasketImpl.toBuilder()Basket.toBuilder()Methods in cdm.product.template with parameters of type Basket.BasketBuilderModifier and TypeMethodDescriptionprotected voidBasket.BasketImpl.setBuilderFields(Basket.BasketBuilder builder) Constructors in cdm.product.template with parameters of type Basket.BasketBuilder