com.ibm.commerce.location.facade

Class LocationFacadeConstants

  • java.lang.Object
    • com.ibm.commerce.location.facade.LocationFacadeConstants


  • public class LocationFacadeConstants
    extends java.lang.Object
    This class defines the constants used to interact with the Location service.
    • Field Detail

      • COMPONENT_NAME

        public static final java.lang.String COMPONENT_NAME
        The name for the Location service module.
        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. Generally this includes summary information plus the common information associated with the specified noun.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_SUMMARY_INFORMATION

        public static final java.lang.String ACCESS_PROFILE_SUMMARY_INFORMATION
        This constants represents an access profile that returns summary information about the noun being returned. This includes enough information to display a list of nouns and does not include much detail about that 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. Generally this includes detail information plus any additional information about the noun.
        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
      • ACCESS_PROFILE_UPDATE

        public static final java.lang.String ACCESS_PROFILE_UPDATE
        Access profile for updating a noun
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_ID_RESOLVE

        public static final java.lang.String ACCESS_PROFILE_ID_RESOLVE
        Access profile for resolving a noun's ID
        See Also:
        Constant Field Values
      • CLOSE_XPATH

        public static final java.lang.String CLOSE_XPATH
        The constant for closing XPath with a bracket.
        See Also:
        Constant Field Values
      • DOUBLE_CLOSE_XPATH

        public static final java.lang.String DOUBLE_CLOSE_XPATH
        The constant for closing XPath with two brackets.
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_POINTOFINTEREST_UID

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_POINTOFINTEREST_UID
        The attribute name of a unique ID in a noun PointOfInterest.
        See Also:
        Constant Field Values
      • XPATH_POINTOFINTEREST_UID

        public static final java.lang.String XPATH_POINTOFINTEREST_UID
        The XPath selection of PointOfInterest with by unique ID.
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_POINTOFINTEREST_NAME

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_POINTOFINTEREST_NAME
        The attribute name of Name in noun PointOfInterest.
        See Also:
        Constant Field Values
      • XPATH_POINTOFINTEREST_NAME

        public static final java.lang.String XPATH_POINTOFINTEREST_NAME
        The XPath selection of PointOfInterest by Name.
        See Also:
        Constant Field Values
      • XPATH_POINTOFINTEREST

        public static final java.lang.String XPATH_POINTOFINTEREST
        The XPath selection of PointOfInterest with Name.
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_CREATE_POINTOFINTEREST

        public static final java.lang.String PROCESS_VERB_ACTION_CREATE_POINTOFINTEREST
        Constant for the Process Create action on PointOfInterest
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_DELETE_POINTOFINTEREST

        public static final java.lang.String PROCESS_VERB_ACTION_DELETE_POINTOFINTEREST
        Constant for the Process Delete action on PointOfInterest
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_CLIENTLOCATION_UID

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_CLIENTLOCATION_UID
        The attribute name of a unique ID in a noun ClientLocation.
        See Also:
        Constant Field Values
      • XPATH_CLIENTLOCATION_UID

        public static final java.lang.String XPATH_CLIENTLOCATION_UID
        The XPath selection of ClientLocation with by unique ID.
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_CLIENTLOCATION_NAME

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_CLIENTLOCATION_NAME
        The attribute name of Name in noun ClientLocation.
        See Also:
        Constant Field Values
      • XPATH_CLIENTLOCATION_NAME

        public static final java.lang.String XPATH_CLIENTLOCATION_NAME
        The XPath selection of ClientLocation by Name.
        See Also:
        Constant Field Values
      • XPATH_CLIENTLOCATION

        public static final java.lang.String XPATH_CLIENTLOCATION
        The XPath selection of ClientLocation with Name.
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_CREATE_CLIENTLOCATION

        public static final java.lang.String PROCESS_VERB_ACTION_CREATE_CLIENTLOCATION
        Constant for the Process Create action on ClientLocation
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_DELETE_CLIENTLOCATION

        public static final java.lang.String PROCESS_VERB_ACTION_DELETE_CLIENTLOCATION
        Constant for the Process Delete action on ClientLocation
        See Also:
        Constant Field Values
      • PARAM_CLIENT_LOCATION_ID

        public static final java.lang.String PARAM_CLIENT_LOCATION_ID
        Constant for ID of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_PROGRAM_ID

        public static final java.lang.String PARAM_PROGRAM_ID
        Constant for program ID of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_STATUS

        public static final java.lang.String PARAM_STATUS
        Constant for status of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_STORE_ID

        public static final java.lang.String PARAM_STORE_ID
        Constant for store ID of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_CLIENT_ID

        public static final java.lang.String PARAM_CLIENT_ID
        Constant for client ID of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_PERSONALIZATION_ID

        public static final java.lang.String PARAM_PERSONALIZATION_ID
        Constant for personalization ID of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_CLIENT_TYPE

        public static final java.lang.String PARAM_CLIENT_TYPE
        Constant for client type of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_SOURCE_TYPE

        public static final java.lang.String PARAM_SOURCE_TYPE
        Constant for source type of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_SOURCE_ID

        public static final java.lang.String PARAM_SOURCE_ID
        Constant for source ID of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_DEVICE_ID

        public static final java.lang.String PARAM_DEVICE_ID
        Constant for device ID of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_LATITUDE

        public static final java.lang.String PARAM_LATITUDE
        Constant for latitude of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_LONGITUDE

        public static final java.lang.String PARAM_LONGITUDE
        Constant for longitude of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_ALTITUDE

        public static final java.lang.String PARAM_ALTITUDE
        Constant for altitude of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_ACCURACY

        public static final java.lang.String PARAM_ACCURACY
        Constant for accuracy of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_ALTITUDEACCURACY

        public static final java.lang.String PARAM_ALTITUDEACCURACY
        Constant for altitude accuracy of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_HEADING

        public static final java.lang.String PARAM_HEADING
        Constant for heading of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_SPEED

        public static final java.lang.String PARAM_SPEED
        Constant for speed of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_POITYPE

        public static final java.lang.String PARAM_POITYPE
        Constant for point-of-interest type of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_POINT_OF_INTEREST_ID

        public static final java.lang.String PARAM_POINT_OF_INTEREST_ID
        Constant for point-of-interest ID of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_REGION_ID

        public static final java.lang.String PARAM_REGION_ID
        Constant for region ID of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_ZONE_ID

        public static final java.lang.String PARAM_ZONE_ID
        Constant for zone ID of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_CELL_ID

        public static final java.lang.String PARAM_CELL_ID
        Constant for cell ID of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_POINT_ID

        public static final java.lang.String PARAM_POINT_ID
        Constant for point ID of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_ACTION

        public static final java.lang.String PARAM_ACTION
        Constant for action of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_TAGS

        public static final java.lang.String PARAM_TAGS
        Constant for tags of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_CREATE_TIME

        public static final java.lang.String PARAM_CREATE_TIME
        Constant for creationTime of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_MODIFICATION_TIME

        public static final java.lang.String PARAM_MODIFICATION_TIME
        Constant for modificationTime of ClientLocation
        See Also:
        Constant Field Values
      • PARAM_CLIENT_LOCATION_FIELD1

        public static final java.lang.String PARAM_CLIENT_LOCATION_FIELD1
        Constant for field1 for ClientLocation
        See Also:
        Constant Field Values
      • PARAM_CLIENT_LOCATION_FIELD2

        public static final java.lang.String PARAM_CLIENT_LOCATION_FIELD2
        Constant for field2 for ClientLocation
        See Also:
        Constant Field Values
      • PARAM_CLIENT_LOCATION_FIELD3

        public static final java.lang.String PARAM_CLIENT_LOCATION_FIELD3
        Constant for field3 for ClientLocation
        See Also:
        Constant Field Values
      • PARAM_RADIUS

        public static final java.lang.String PARAM_RADIUS
        Constant for radius.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LocationFacadeConstants

        public LocationFacadeConstants()