com.ibm.commerce.tools.optools.order.commands

Class CSRCustomerAddressAddCmdImpl

    • Field Detail

      • COPYRIGHT

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

        public static java.lang.String ERRTASK_NAME
        Error handling view name for this command.
      • orgLangId

        public java.lang.Integer orgLangId
        The language id.
    • Constructor Detail

      • CSRCustomerAddressAddCmdImpl

        public CSRCustomerAddressAddCmdImpl()
    • Method Detail

      • getAddress

        public java.util.Hashtable getAddress()
        Returns the address information as a hashtable.
        Returns:
        Value-pair containing the address information to be created.
      • getAddressId

        public java.lang.String getAddressId()
        Returns the address ID.
        Specified by:
        getAddressId in interface CSRCustomerAddressAddCmd
        Returns:
        The address ID that was created. If no address has been created then it returns null.
      • getCustomerId

        public java.lang.String getCustomerId()
        Returns the customer ID.
        Returns:
        The customer ID that owns the address.
      • getNickName

        public java.lang.String getNickName()
        Returns the nickname used by the customer.
        Returns:
        The nickname of the customer.
      • getNLS

        public java.util.Hashtable getNLS()
        Return the properties containing all translatable messages for this command.
        Returns:
        Name value pairs of translatable messages.
      • getOrgCmdContext

        public CommandContext getOrgCmdContext()
        Returns the original commandContext (administrator's command context).
        Returns:
        The original command context when calling this command.
      • getOrgLangId

        public java.lang.Integer getOrgLangId()
        Returns original language ID.
        Returns:
        The original language ID.
      • getOrgLocale

        public java.util.Locale getOrgLocale()
        Returns original locale.
        Returns:
        The original locale.
      • getOrgReqProperties

        public TypedProperty getOrgReqProperties()
        Returns original request properties.
        Returns:
        The original request properties.
      • getRedirectURL

        public java.lang.String getRedirectURL()
        Returns the redirect URL that is to be executed after this controller command terminates.
        Returns:
        The name of the view to be redirected to.