com.ibm.commerce.store.facade.server.config

Class StoreConfiguration

  • java.lang.Object
    • com.ibm.commerce.store.facade.server.config.StoreConfiguration


  • public class StoreConfiguration
    extends java.lang.Object
    StoreConfiguration provides access to the ExtendedConfiguration portion of the Store component configuration.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      static java.lang.String MAXIMUM_NUMBER_OF_STORES
      Constant for defining maximum number of stores to return
      static java.lang.String RADIUS
      Constant for defining radius
      static java.lang.String RADIUS_UNIT
      Constant for defining radius unit
      static java.lang.String STORE_SEARCH
      Constant for defining store search constraint parameters
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String get(java.lang.String configGroupKey, java.lang.String propertyName)
      Gets the parameter value from its group name and parameter name.
      java.util.List getConfigGrouping(java.lang.String name)
      Gets the configuration group parameters by name.
      java.util.List getExtendedConfigurationNodeList()
      Gets a list of configuration nodes for the extended configuration.
      static StoreConfiguration instance()
      Returns an instance of StoreInformationConfiguration object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String STORE_SEARCH
        Constant for defining store search constraint parameters
        See Also:
        Constant Field Values
      • RADIUS_UNIT

        public static final java.lang.String RADIUS_UNIT
        Constant for defining radius unit
        See Also:
        Constant Field Values
      • RADIUS

        public static final java.lang.String RADIUS
        Constant for defining radius
        See Also:
        Constant Field Values
      • MAXIMUM_NUMBER_OF_STORES

        public static final java.lang.String MAXIMUM_NUMBER_OF_STORES
        Constant for defining maximum number of stores to return
        See Also:
        Constant Field Values
    • Method Detail

      • instance

        public static StoreConfiguration instance()
        Returns an instance of StoreInformationConfiguration object.
        Returns:
        an instance of StoreInformationConfiguration.
      • getExtendedConfigurationNodeList

        public java.util.List getExtendedConfigurationNodeList()
        Gets a list of configuration nodes for the extended configuration.
        Returns:
      • getConfigGrouping

        public java.util.List getConfigGrouping(java.lang.String name)
        Gets the configuration group parameters by name.
        Parameters:
        name - the configuration group name.
        Returns:
        a list of parameters that belong to the group.
      • get

        public java.lang.String get(java.lang.String configGroupKey,
                                    java.lang.String propertyName)
        Gets the parameter value from its group name and parameter name.
        Parameters:
        configGroupKey - The group name this parameter belongs to.
        propertyName - the property parameter name.
        Returns:
        the parameter value.