com.ibm.commerce.store.facade

Class StoreFacadeConstants

  • java.lang.Object
    • com.ibm.commerce.store.facade.StoreFacadeConstants


  • public class StoreFacadeConstants
    extends java.lang.Object
    This class defines the constants used to interact with the Store facade.
    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String COMPONENT_NAME
        The component name for the Store component.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_DETAILS_INFORMATION

        public static final java.lang.String ACCESS_PROFILE_DETAILS_INFORMATION
        This constants represents an access profile that returns detail information about the noun. This includes most of the information associated with the specified noun.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_ALL_INFORMATION

        public static final java.lang.String ACCESS_PROFILE_ALL_INFORMATION
        This constants represents an access profile that returns all information about the noun being returned.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_DEFAULT

        public static final java.lang.String ACCESS_PROFILE_DEFAULT
        This constants if the default access profile when one is not specified. The default access profile is the summary access profile.
        See Also:
        Constant Field Values
      • CLOSE_XPATH

        public static final java.lang.String CLOSE_XPATH
        The constants for closing the Xpath with a backet.
        See Also:
        Constant Field Values
      • DOUBLE_CLOSE_XPATH

        public static final java.lang.String DOUBLE_CLOSE_XPATH
        The constants for closing the Xpath with 2 backets.
        See Also:
        Constant Field Values
      • NAME_PHYSICALSTORE_UNIQUE_ID

        public static final java.lang.String NAME_PHYSICALSTORE_UNIQUE_ID
        The physical store unique ID constants
        See Also:
        Constant Field Values
      • NAME_PHYSICALSTORE_OR_UNIQUE_ID_EQUAL

        public static final java.lang.String NAME_PHYSICALSTORE_OR_UNIQUE_ID_EQUAL
        The physical store " or UniqueID=" constants
        See Also:
        Constant Field Values
      • NAME_PHYSICALSTORE_EXTERNAL_IDENTIFIER

        public static final java.lang.String NAME_PHYSICALSTORE_EXTERNAL_IDENTIFIER
        The physical store external identifier constants
        See Also:
        Constant Field Values
      • NAME_PHYSICALSTORE_OR_EXTERNAL_IDENTIFIER_EQUAL

        public static final java.lang.String NAME_PHYSICALSTORE_OR_EXTERNAL_IDENTIFIER_EQUAL
        The physical store " or ExternalIdentifier=" constants
        See Also:
        Constant Field Values
      • NAME_PHYSICALSTORE_LATITUDE

        public static final java.lang.String NAME_PHYSICALSTORE_LATITUDE
        The physical store geocode - latitude constants
        See Also:
        Constant Field Values
      • NAME_PHYSICALSTORE_LONGITUDE

        public static final java.lang.String NAME_PHYSICALSTORE_LONGITUDE
        The physical store geocode - longitude constants
        See Also:
        Constant Field Values
      • ATTRIBUTE_TOP_GEONODE

        public static final java.lang.String ATTRIBUTE_TOP_GEONODE
        The top geo node constants
        See Also:
        Constant Field Values
      • NAME_GEONODE_UNIQUE_ID

        public static final java.lang.String NAME_GEONODE_UNIQUE_ID
        The geo node unique ID constants
        See Also:
        Constant Field Values
      • XPATH_FIND_TOP_GEONODES

        public static final java.lang.String XPATH_FIND_TOP_GEONODES
        The Xpath of find top GeoNodes.
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_PHYSICALSTORES_BY_UNIQUE_ID

        public static final java.lang.String XPATH_KEY_FIND_PHYSICALSTORES_BY_UNIQUE_ID
        The XPath key of find PhysicalStores by store unique IDs.
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_PHYSICALSTORES_BY_EXTERNAL_IDENTIFIER

        public static final java.lang.String XPATH_KEY_FIND_PHYSICALSTORES_BY_EXTERNAL_IDENTIFIER
        The XPath key of find PhysicalStores by store external identifiers.
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_PHYSICALSTORES_BY_EXTERNAL_IDENTIFIER_OR_UNIQUE_ID

        public static final java.lang.String XPATH_KEY_FIND_PHYSICALSTORES_BY_EXTERNAL_IDENTIFIER_OR_UNIQUE_ID
        The XPath key of find PhysicalStores by store external identifiers and unique IDs.
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_PHYSICALSTORES_BY_GEONODE_UNIQUE_ID_WITH_ATTRIBUTES

        public static final java.lang.String XPATH_KEY_FIND_PHYSICALSTORES_BY_GEONODE_UNIQUE_ID_WITH_ATTRIBUTES
        The XPath key of find PhysicalStores by geo node unique ID with attributes.
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_PHYSICALSTORES_FROM_GEOCODE

        public static final java.lang.String XPATH_KEY_FIND_PHYSICALSTORES_FROM_GEOCODE
        The XPath key of find PhysicalStores from geo code.
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_WEBSTORE_PHYSICALSTORES_FROM_GEOCODE

        public static final java.lang.String XPATH_KEY_FIND_WEBSTORE_PHYSICALSTORES_FROM_GEOCODE
        The XPath key of find web store level PhysicalStores from geo code.
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_PHYSICALSTORES_FROM_GEOCODE_WITH_ATTRIBUTES

        public static final java.lang.String XPATH_KEY_FIND_PHYSICALSTORES_FROM_GEOCODE_WITH_ATTRIBUTES
        The XPath key of find PhysicalStores from geo code with attributes.
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_WEBSTORE_PHYSICALSTORES_FROM_GEOCODE_WITH_ATTRIBUTES

        public static final java.lang.String XPATH_KEY_FIND_WEBSTORE_PHYSICALSTORES_FROM_GEOCODE_WITH_ATTRIBUTES
        The XPath key of find web store level PhysicalStores from geo code with attributes.
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_PHYSICALSTORES_FROM_LOCATION_UNIQUE_ID

        public static final java.lang.String XPATH_KEY_FIND_PHYSICALSTORES_FROM_LOCATION_UNIQUE_ID
        The XPath key of find PhysicalStores from another physical store location (unique ID).
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_WEBSTORE_PHYSICALSTORES_FROM_LOCATION_UNIQUE_ID

        public static final java.lang.String XPATH_KEY_FIND_WEBSTORE_PHYSICALSTORES_FROM_LOCATION_UNIQUE_ID
        The XPath key of find web store level PhysicalStores from another physical store location (unique ID).
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_PHYSICALSTORES_FROM_LOCATION_EXTERNAL_IDENTIFIER

        public static final java.lang.String XPATH_KEY_FIND_PHYSICALSTORES_FROM_LOCATION_EXTERNAL_IDENTIFIER
        The XPath key of find PhysicalStores from another physical store location (external identifier).
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_WEBSTORE_PHYSICALSTORES_FROM_LOCATION_EXTERNAL_IDENTIFIER

        public static final java.lang.String XPATH_KEY_FIND_WEBSTORE_PHYSICALSTORES_FROM_LOCATION_EXTERNAL_IDENTIFIER
        The XPath key of find web store level PhysicalStores from another physical store location (external identifier).
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_PHYSICALSTORES_FROM_LOCATION_UNIQUE_ID_WITH_ATTRIBUTES

        public static final java.lang.String XPATH_KEY_FIND_PHYSICALSTORES_FROM_LOCATION_UNIQUE_ID_WITH_ATTRIBUTES
        The XPath key of find PhysicalStores from another physical store location (unique ID) with attributes.
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_WEBSTORE_PHYSICALSTORES_FROM_LOCATION_UNIQUE_ID_WITH_ATTRIBUTES

        public static final java.lang.String XPATH_KEY_FIND_WEBSTORE_PHYSICALSTORES_FROM_LOCATION_UNIQUE_ID_WITH_ATTRIBUTES
        The XPath key of find web store level PhysicalStores from another physical store location (unique ID) with attributes.
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_PHYSICALSTORES_FROM_LOCATION_EXTERNAL_IDENTIFIER_WITH_ATTRIBUTES

        public static final java.lang.String XPATH_KEY_FIND_PHYSICALSTORES_FROM_LOCATION_EXTERNAL_IDENTIFIER_WITH_ATTRIBUTES
        The XPath key of find PhysicalStores from another physical store location (external identifier) with attributes.
        See Also:
        Constant Field Values
      • XPATH_KEY_FIND_WEBSTORE_PHYSICALSTORES_FROM_LOCATION_EXTERNAL_IDENTIFIER_WITH_ATTRIBUTES

        public static final java.lang.String XPATH_KEY_FIND_WEBSTORE_PHYSICALSTORES_FROM_LOCATION_EXTERNAL_IDENTIFIER_WITH_ATTRIBUTES
        The XPath key of find web store level PhysicalStores from another physical store location (external identifier) with attributes.
        See Also:
        Constant Field Values
      • XPATH_FIND_PHYSICALSTORES_BY_STORE_UNIQUE_ID_EXPRESSION

        public static final java.lang.String XPATH_FIND_PHYSICALSTORES_BY_STORE_UNIQUE_ID_EXPRESSION
        The Xpath of find PhysicalStores by store unique IDs expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_PHYSICALSTORES_BY_STORE_EXTERNAL_IDENTIFIER_EXPRESSION

        public static final java.lang.String XPATH_FIND_PHYSICALSTORES_BY_STORE_EXTERNAL_IDENTIFIER_EXPRESSION
        The Xpath of find PhysicalStores by store external identifiers expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_WEBSTORE_PHYSICALSTORES_BY_STORE_EXTERNAL_IDENTIFIER_EXPRESSION

        public static final java.lang.String XPATH_FIND_WEBSTORE_PHYSICALSTORES_BY_STORE_EXTERNAL_IDENTIFIER_EXPRESSION
        The Xpath of find web store level PhysicalStores by store external identifiers expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_PHYSICALSTORES_BY_STORE_EXTERNAL_IDENTIFIER_OR_UNIQUE_ID_EXPRESSION

        public static final java.lang.String XPATH_FIND_PHYSICALSTORES_BY_STORE_EXTERNAL_IDENTIFIER_OR_UNIQUE_ID_EXPRESSION
        The Xpath of find PhysicalStores by store external identifiers and unique IDs expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_WEBSTORE_PHYSICALSTORES_BY_STORE_EXTERNAL_IDENTIFIER_OR_UNIQUE_ID_EXPRESSION

        public static final java.lang.String XPATH_FIND_WEBSTORE_PHYSICALSTORES_BY_STORE_EXTERNAL_IDENTIFIER_OR_UNIQUE_ID_EXPRESSION
        The Xpath of find web store level PhysicalStores by store external identifiers and unique IDs expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_PHYSICALSTORES_BY_GEONODE_UNIQUE_ID_EXPRESSION

        public static final java.lang.String XPATH_FIND_PHYSICALSTORES_BY_GEONODE_UNIQUE_ID_EXPRESSION
        The Xpath of find PhysicalStores by geo node expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_PHYSICALSTORES_BY_GEONODE_UNIQUE_ID_WATTR_EXPRESSION

        public static final java.lang.String XPATH_FIND_PHYSICALSTORES_BY_GEONODE_UNIQUE_ID_WATTR_EXPRESSION
        The Xpath of find PhysicalStores by geo node with attributes expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_PHYSICALSTORES_FROM_GEOCODE_EXPRESSION

        public static final java.lang.String XPATH_FIND_PHYSICALSTORES_FROM_GEOCODE_EXPRESSION
        The Xpath of find PhysicalStores from geo code expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_WEBSTORE_PHYSICALSTORES_FROM_GEOCODE_EXPRESSION

        public static final java.lang.String XPATH_FIND_WEBSTORE_PHYSICALSTORES_FROM_GEOCODE_EXPRESSION
        The Xpath of find web store level PhysicalStores from geo code expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_PHYSICALSTORES_FROM_GEOCODE_WATTR_EXPRESSION

        public static final java.lang.String XPATH_FIND_PHYSICALSTORES_FROM_GEOCODE_WATTR_EXPRESSION
        The Xpath of find PhysicalStores from geo code with attributes expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_WEBSTORE_PHYSICALSTORES_FROM_GEOCODE_WATTR_EXPRESSION

        public static final java.lang.String XPATH_FIND_WEBSTORE_PHYSICALSTORES_FROM_GEOCODE_WATTR_EXPRESSION
        The Xpath of find web store level PhysicalStores from geo code with attributes expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_PHYSICALSTORES_FROM_STORE_UNIQUE_ID_EXPRESSION

        public static final java.lang.String XPATH_FIND_PHYSICALSTORES_FROM_STORE_UNIQUE_ID_EXPRESSION
        The Xpath of find PhysicalStores from store unique ID expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_WEBSTORE_PHYSICALSTORES_FROM_STORE_UNIQUE_ID_EXPRESSION

        public static final java.lang.String XPATH_FIND_WEBSTORE_PHYSICALSTORES_FROM_STORE_UNIQUE_ID_EXPRESSION
        The Xpath of find PhysicalStores from store unique ID expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_PHYSICALSTORES_FROM_STORE_EXTERNAL_IDENTIFIER_EXPRESSION

        public static final java.lang.String XPATH_FIND_PHYSICALSTORES_FROM_STORE_EXTERNAL_IDENTIFIER_EXPRESSION
        The Xpath of find PhysicalStores from store external identifier expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_WEBSTORE_PHYSICALSTORES_FROM_STORE_EXTERNAL_IDENTIFIER_EXPRESSION

        public static final java.lang.String XPATH_FIND_WEBSTORE_PHYSICALSTORES_FROM_STORE_EXTERNAL_IDENTIFIER_EXPRESSION
        The Xpath of find web store level PhysicalStores from store external identifier expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_PHYSICALSTORES_FROM_STORE_UNIQUE_ID_WATTR_EXPRESSION

        public static final java.lang.String XPATH_FIND_PHYSICALSTORES_FROM_STORE_UNIQUE_ID_WATTR_EXPRESSION
        The Xpath of find PhysicalStores from store unique ID with attributes expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_WEBSTORE_PHYSICALSTORES_FROM_STORE_UNIQUE_ID_WATTR_EXPRESSION

        public static final java.lang.String XPATH_FIND_WEBSTORE_PHYSICALSTORES_FROM_STORE_UNIQUE_ID_WATTR_EXPRESSION
        The Xpath of find web store level PhysicalStores from store unique ID with attributes expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_PHYSICALSTORES_FROM_STORE_EXTERNAL_IDENTIFIER_WATTR_EXPRESSION

        public static final java.lang.String XPATH_FIND_PHYSICALSTORES_FROM_STORE_EXTERNAL_IDENTIFIER_WATTR_EXPRESSION
        The Xpath of find PhysicalStores from store external identifier with attributes expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_WEBSTORE_PHYSICALSTORES_FROM_STORE_EXTERNAL_IDENTIFIER_WATTR_EXPRESSION

        public static final java.lang.String XPATH_FIND_WEBSTORE_PHYSICALSTORES_FROM_STORE_EXTERNAL_IDENTIFIER_WATTR_EXPRESSION
        The Xpath of find web store level PhysicalStores from store external identifier with attributes expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_TOP_GEONODES_EXPRESSION

        public static final java.lang.String XPATH_FIND_TOP_GEONODES_EXPRESSION
        The Xpath of find top GeoNodes expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_WEBSTORE_TOP_GEONODES_EXPRESSION

        public static final java.lang.String XPATH_FIND_WEBSTORE_TOP_GEONODES_EXPRESSION
        The Xpath of find web store level top GeoNodes expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_GEONODES_BY_PARENT_UNIQUE_ID_EXPRESSION

        public static final java.lang.String XPATH_FIND_GEONODES_BY_PARENT_UNIQUE_ID_EXPRESSION
        The Xpath of find GeoNodes by parent unique ID expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_GEONODES_BY_TYPE_AND_NAME_EXPRESSION

        public static final java.lang.String XPATH_FIND_GEONODES_BY_TYPE_AND_NAME_EXPRESSION
        The Xpath of find GeoNodes by type and name expression.
        See Also:
        Constant Field Values
      • XPATH_FIND_WEBSTORE_GEONODES_BY_TYPE_AND_NAME_EXPRESSION

        public static final java.lang.String XPATH_FIND_WEBSTORE_GEONODES_BY_TYPE_AND_NAME_EXPRESSION
        The Xpath of find web store level GeoNodes by type and name expression.
        See Also:
        Constant Field Values
      • URL_PHYSICALSTORE_ACCESS_PROFILE

        public static final java.lang.String URL_PHYSICALSTORE_ACCESS_PROFILE
        The access profile URL parameter name of PhysicalStore
        See Also:
        Constant Field Values
      • URL_PHYSICALSTORE_RADIUS_VALUE

        public static final java.lang.String URL_PHYSICALSTORE_RADIUS_VALUE
        The radius value URL parameter name of PhysicalStore
        See Also:
        Constant Field Values
      • URL_PHYSICALSTORE_RADIUS_UOM

        public static final java.lang.String URL_PHYSICALSTORE_RADIUS_UOM
        The radius unit of measure URL parameter name of PhysicalStore
        See Also:
        Constant Field Values
      • URL_PHYSICALSTORE_MAX_STORES

        public static final java.lang.String URL_PHYSICALSTORE_MAX_STORES
        The maximum number of nearest stores URL parameter name of PhysicalStore
        See Also:
        Constant Field Values
      • URL_PHYSICALSTORE_SEARCH

        public static final java.lang.String URL_PHYSICALSTORE_SEARCH
        The physical store search URL parameter name of PhysicalStore
        See Also:
        Constant Field Values
      • URL_PHYSICALSTORE_UNIQUE_ID

        public static final java.lang.String URL_PHYSICALSTORE_UNIQUE_ID
        The physical store unique ID URL parameter name of PhysicalStore
        See Also:
        Constant Field Values
      • URL_PHYSICALSTORE_EXTERNAL_IDENTIFIER

        public static final java.lang.String URL_PHYSICALSTORE_EXTERNAL_IDENTIFIER
        The physical store external identifier URL parameter name of PhysicalStore
        See Also:
        Constant Field Values
      • URL_PHYSICALSTORE_STORE_ID

        public static final java.lang.String URL_PHYSICALSTORE_STORE_ID
        The web store unique ID URL parameter name of PhysicalStore
        See Also:
        Constant Field Values
      • URL_PHYSICALSTORE_GEONODE_UNIQUE_ID

        public static final java.lang.String URL_PHYSICALSTORE_GEONODE_UNIQUE_ID
        The physical store geonode unique ID URL parameter name of PhysicalStore
        See Also:
        Constant Field Values
      • URL_PHYSICALSTORE_GEOCODE_LATITUDE

        public static final java.lang.String URL_PHYSICALSTORE_GEOCODE_LATITUDE
        The geo code latitude URL parameter name of PhysicalStore
        See Also:
        Constant Field Values
      • URL_PHYSICALSTORE_GEOCODE_LONGITUDE

        public static final java.lang.String URL_PHYSICALSTORE_GEOCODE_LONGITUDE
        The geo code longitude URL parameter name of PhysicalStore
        See Also:
        Constant Field Values
      • URL_GEONODE_ACCESS_PROFILE

        public static final java.lang.String URL_GEONODE_ACCESS_PROFILE
        The access profile URL parameter name of GeoNode
        See Also:
        Constant Field Values
      • URL_GEONODE_PARENT_UNIQUE_ID

        public static final java.lang.String URL_GEONODE_PARENT_UNIQUE_ID
        The parent unique ID URL parameter name of GeoNode
        See Also:
        Constant Field Values
      • URL_GEONODE_TYPE

        public static final java.lang.String URL_GEONODE_TYPE
        The type URL parameter name of GeoNode
        See Also:
        Constant Field Values
      • URL_GEONODE_NAME

        public static final java.lang.String URL_GEONODE_NAME
        The name URL parameter name of GeoNode
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_BY_UNIQUE_ID_KEY

        public static final java.lang.String FETCH_PHYSICALSTORE_BY_UNIQUE_ID_KEY
        The mapping key for the search criteria - the unique ID
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_BY_UNIQUE_ID_KEY1

        public static final java.lang.String FETCH_PHYSICALSTORE_BY_UNIQUE_ID_KEY1
        The mapping key 1 for the search criteria - the unique ID
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_BY_EXTERNAL_IDENTIFIER_KEY

        public static final java.lang.String FETCH_PHYSICALSTORE_BY_EXTERNAL_IDENTIFIER_KEY
        The mapping key for the search criteria - the external identifier
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_BY_EXTERNAL_IDENTIFIER_KEY1

        public static final java.lang.String FETCH_PHYSICALSTORE_BY_EXTERNAL_IDENTIFIER_KEY1
        The mapping key 1 for the search criteria - the external identifier
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_FROM_RADIUSUOM_KEY

        public static final java.lang.String FETCH_PHYSICALSTORE_FROM_RADIUSUOM_KEY
        The mapping key for the search condition - unit of measure of the radius
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_FROM_RADIUSUOM_KEY0

        public static final java.lang.String FETCH_PHYSICALSTORE_FROM_RADIUSUOM_KEY0
        The mapping key 1 for the search condition - unit of measure of the radius
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_FROM_RADIUSVALUE_KEY

        public static final java.lang.String FETCH_PHYSICALSTORE_FROM_RADIUSVALUE_KEY
        The mapping key for the search condition - the radius
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_FROM_RADIUSVALUE_KEY0

        public static final java.lang.String FETCH_PHYSICALSTORE_FROM_RADIUSVALUE_KEY0
        The mapping key 1 for the search condition - the radius
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_FROM_MAXSTORES_KEY

        public static final java.lang.String FETCH_PHYSICALSTORE_FROM_MAXSTORES_KEY
        The mapping key for the search condition - the maximum stores
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_FROM_MAXSTORES_KEY0

        public static final java.lang.String FETCH_PHYSICALSTORE_FROM_MAXSTORES_KEY0
        The mapping key 1 for the search condition - the maximum stores
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_FROM_GEOCODE_LATITUDE_KEY

        public static final java.lang.String FETCH_PHYSICALSTORE_FROM_GEOCODE_LATITUDE_KEY
        The mapping key for the search criteria - the latitude of the geo node
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_FROM_GEOCODE_LATITUDE_KEY1

        public static final java.lang.String FETCH_PHYSICALSTORE_FROM_GEOCODE_LATITUDE_KEY1
        The mapping key 1 for the search criteria - the latitude of the geo node
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_FROM_GEOCODE_LONGITUDE_KEY

        public static final java.lang.String FETCH_PHYSICALSTORE_FROM_GEOCODE_LONGITUDE_KEY
        The mapping key for the search criteria - the longitude of the geo node
        See Also:
        Constant Field Values
      • FETCH_PHYSICALSTORE_FROM_GEOCODE_LONGITUDE_KEY1

        public static final java.lang.String FETCH_PHYSICALSTORE_FROM_GEOCODE_LONGITUDE_KEY1
        The mapping key 1 for the search criteria - the longitude of the geo node
        See Also:
        Constant Field Values
      • NAME_RADIUS

        public static final java.lang.String NAME_RADIUS
        The radius from the starting point
        See Also:
        Constant Field Values
      • NAME_RADIUS_UOM

        public static final java.lang.String NAME_RADIUS_UOM
        The unit of measure of the radius
        See Also:
        Constant Field Values
      • NAME_MAX_NUM_OF_STORES

        public static final java.lang.String NAME_MAX_NUM_OF_STORES
        The maximum number of stores that are closest to the starting point
        See Also:
        Constant Field Values
      • FETCH_GEONODE_USE_TOP_KEY

        public static final java.lang.String FETCH_GEONODE_USE_TOP_KEY
        The mapping key for the search criteria - top geo node
        See Also:
        Constant Field Values
      • FETCH_GEONODE_USE_TOP_KEY1

        public static final java.lang.String FETCH_GEONODE_USE_TOP_KEY1
        The mapping key 1 for the search criteria - top geo node
        See Also:
        Constant Field Values
      • FETCH_GEONODE_BY_UNIQUE_ID_KEY

        public static final java.lang.String FETCH_GEONODE_BY_UNIQUE_ID_KEY
        The mapping key for the search criteria - the unique ID
        See Also:
        Constant Field Values
      • FETCH_GEONODE_BY_UNIQUE_ID_KEY1

        public static final java.lang.String FETCH_GEONODE_BY_UNIQUE_ID_KEY1
        The mapping key 1 for the search criteria - the unique ID
        See Also:
        Constant Field Values
      • FETCH_GEONODE_BY_TYPE_KEY

        public static final java.lang.String FETCH_GEONODE_BY_TYPE_KEY
        The mapping key for the search criteria - the type
        See Also:
        Constant Field Values
      • FETCH_GEONODE_BY_TYPE_KEY1

        public static final java.lang.String FETCH_GEONODE_BY_TYPE_KEY1
        The mapping key 1 for the search criteria - the type
        See Also:
        Constant Field Values
      • RADIUS_UOM_KILOMETER

        public static final java.lang.String RADIUS_UOM_KILOMETER
        constant for kilometer
        See Also:
        Constant Field Values
      • RADIUS_UOM_MILE

        public static final java.lang.String RADIUS_UOM_MILE
        constant for mile
        See Also:
        Constant Field Values
      • PHYSICALSTORE_RADIUS

        public static final java.lang.String PHYSICALSTORE_RADIUS
        Fall back value of the radius
        See Also:
        Constant Field Values
      • PHYSICALSTORE_RADIUS_UOM

        public static final java.lang.String PHYSICALSTORE_RADIUS_UOM
        Fall back value of the unit of measure of the radius
        See Also:
        Constant Field Values
      • PHYSICALSTORE_MAX_NUMBER_OF_STORES

        public static final int PHYSICALSTORE_MAX_NUMBER_OF_STORES
        Fall back value of the maximum number of stores
        See Also:
        Constant Field Values
    • Constructor Detail

      • StoreFacadeConstants

        public StoreFacadeConstants()