Class GeneratedSAPRevenueCloudConfiguration

    • Field Detail

      • NAME

        public static final java.lang.String NAME
        Qualifier of the SAPRevenueCloudConfiguration.name attribute
        See Also:
        Constant Field Values
      • REPLICATECUSTOMER

        public static final java.lang.String REPLICATECUSTOMER
        Qualifier of the SAPRevenueCloudConfiguration.replicateCustomer attribute
        See Also:
        Constant Field Values
      • DEFAULTCOUNTRYCODE

        public static final java.lang.String DEFAULTCOUNTRYCODE
        Qualifier of the SAPRevenueCloudConfiguration.defaultCountryCode attribute
        See Also:
        Constant Field Values
      • MARKETTOCATALOGMAPPINGS

        public static final java.lang.String MARKETTOCATALOGMAPPINGS
        Qualifier of the SAPRevenueCloudConfiguration.marketToCatalogMappings attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSAPRevenueCloudConfiguration

        public GeneratedSAPRevenueCloudConfiguration()
    • Method Detail

      • getDefaultCountryCode

        public java.lang.String getDefaultCountryCode​(SessionContext ctx)
        Generated method - Getter of the SAPRevenueCloudConfiguration.defaultCountryCode attribute.
        Returns:
        the defaultCountryCode - Default Country Code for the Customer if no address is entered.
      • getDefaultCountryCode

        public java.lang.String getDefaultCountryCode()
        Generated method - Getter of the SAPRevenueCloudConfiguration.defaultCountryCode attribute.
        Returns:
        the defaultCountryCode - Default Country Code for the Customer if no address is entered.
      • setDefaultCountryCode

        public void setDefaultCountryCode​(SessionContext ctx,
                                          java.lang.String value)
        Generated method - Setter of the SAPRevenueCloudConfiguration.defaultCountryCode attribute.
        Parameters:
        value - the defaultCountryCode - Default Country Code for the Customer if no address is entered.
      • setDefaultCountryCode

        public void setDefaultCountryCode​(java.lang.String value)
        Generated method - Setter of the SAPRevenueCloudConfiguration.defaultCountryCode attribute.
        Parameters:
        value - the defaultCountryCode - Default Country Code for the Customer if no address is entered.
      • getMarketToCatalogMappings

        public java.util.Collection<SAPMarketToCatalogMapping> getMarketToCatalogMappings​(SessionContext ctx)
        Generated method - Getter of the SAPRevenueCloudConfiguration.marketToCatalogMappings attribute.
        Returns:
        the marketToCatalogMappings
      • getMarketToCatalogMappings

        public java.util.Collection<SAPMarketToCatalogMapping> getMarketToCatalogMappings()
        Generated method - Getter of the SAPRevenueCloudConfiguration.marketToCatalogMappings attribute.
        Returns:
        the marketToCatalogMappings
      • setMarketToCatalogMappings

        public void setMarketToCatalogMappings​(SessionContext ctx,
                                               java.util.Collection<SAPMarketToCatalogMapping> value)
        Generated method - Setter of the SAPRevenueCloudConfiguration.marketToCatalogMappings attribute.
        Parameters:
        value - the marketToCatalogMappings
      • setMarketToCatalogMappings

        public void setMarketToCatalogMappings​(java.util.Collection<SAPMarketToCatalogMapping> value)
        Generated method - Setter of the SAPRevenueCloudConfiguration.marketToCatalogMappings attribute.
        Parameters:
        value - the marketToCatalogMappings
      • addToMarketToCatalogMappings

        public void addToMarketToCatalogMappings​(SessionContext ctx,
                                                 SAPMarketToCatalogMapping value)
        Generated method - Adds value to marketToCatalogMappings.
        Parameters:
        value - the item to add to marketToCatalogMappings
      • addToMarketToCatalogMappings

        public void addToMarketToCatalogMappings​(SAPMarketToCatalogMapping value)
        Generated method - Adds value to marketToCatalogMappings.
        Parameters:
        value - the item to add to marketToCatalogMappings
      • removeFromMarketToCatalogMappings

        public void removeFromMarketToCatalogMappings​(SessionContext ctx,
                                                      SAPMarketToCatalogMapping value)
        Generated method - Removes value from marketToCatalogMappings.
        Parameters:
        value - the item to remove from marketToCatalogMappings
      • removeFromMarketToCatalogMappings

        public void removeFromMarketToCatalogMappings​(SAPMarketToCatalogMapping value)
        Generated method - Removes value from marketToCatalogMappings.
        Parameters:
        value - the item to remove from marketToCatalogMappings
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the SAPRevenueCloudConfiguration.name attribute.
        Returns:
        the name - Sap Revenue Cloud configuration name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the SAPRevenueCloudConfiguration.name attribute.
        Returns:
        the name - Sap Revenue Cloud configuration name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SAPRevenueCloudConfiguration.name attribute.
        Parameters:
        value - the name - Sap Revenue Cloud configuration name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the SAPRevenueCloudConfiguration.name attribute.
        Parameters:
        value - the name - Sap Revenue Cloud configuration name
      • isReplicateCustomer

        public java.lang.Boolean isReplicateCustomer​(SessionContext ctx)
        Generated method - Getter of the SAPRevenueCloudConfiguration.replicateCustomer attribute.
        Returns:
        the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud
      • isReplicateCustomer

        public java.lang.Boolean isReplicateCustomer()
        Generated method - Getter of the SAPRevenueCloudConfiguration.replicateCustomer attribute.
        Returns:
        the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud
      • isReplicateCustomerAsPrimitive

        public boolean isReplicateCustomerAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SAPRevenueCloudConfiguration.replicateCustomer attribute.
        Returns:
        the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud
      • isReplicateCustomerAsPrimitive

        public boolean isReplicateCustomerAsPrimitive()
        Generated method - Getter of the SAPRevenueCloudConfiguration.replicateCustomer attribute.
        Returns:
        the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud
      • setReplicateCustomer

        public void setReplicateCustomer​(SessionContext ctx,
                                         java.lang.Boolean value)
        Generated method - Setter of the SAPRevenueCloudConfiguration.replicateCustomer attribute.
        Parameters:
        value - the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud
      • setReplicateCustomer

        public void setReplicateCustomer​(java.lang.Boolean value)
        Generated method - Setter of the SAPRevenueCloudConfiguration.replicateCustomer attribute.
        Parameters:
        value - the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud
      • setReplicateCustomer

        public void setReplicateCustomer​(SessionContext ctx,
                                         boolean value)
        Generated method - Setter of the SAPRevenueCloudConfiguration.replicateCustomer attribute.
        Parameters:
        value - the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud
      • setReplicateCustomer

        public void setReplicateCustomer​(boolean value)
        Generated method - Setter of the SAPRevenueCloudConfiguration.replicateCustomer attribute.
        Parameters:
        value - the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud