com.ibm.commerce.subscription.facade.server.config

Interface SubscriptionConfiguration

  • All Known Implementing Classes:
    SubscriptionConfigurationImpl


    public interface SubscriptionConfiguration
    This interface defines the component configuration for subscription.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • isDefaultConfiguration

        boolean isDefaultConfiguration()
        This method indicates if the instance of the subscription configuration is base configuration or not.
        Returns:
        A boolean to indicate if the configuration is base configuration or not.
      • getSubscriptionComponentConfiguration

        SubscriptionComponentConfigurationType getSubscriptionComponentConfiguration()
        This method returns the subscription component configuration. If the instance of this interface represents the default configuration, the method returns an instance SubscriptionComponentConfigurationType which holds the default or base values provided out of the box. If the instance of this interface represents the extended configuration, the method returns an instance SubscriptionComponentConfigurationType which holds the extended configuration.
        Returns:
        An instance of SubscriptionComponentConfigurationType