com.ibm.commerce.command

Class AbstractForwardViewCommand

    • Constructor Detail

      • AbstractForwardViewCommand

        public AbstractForwardViewCommand()
        This is the default constructor of this class. It calls the constructor from the superclass.
    • Method Detail

      • setViewStorePath

        public void setViewStorePath(java.lang.Integer storePathId)
        This method sets the directory for the store path used to instantiate this view command.
        Parameters:
        storePathId - This is the store path identifier.
      • getDocumentPathName

        public java.lang.String getDocumentPathName()
                                             throws ECException
        This method gets the path name of the document to be forwarded.
        Specified by:
        getDocumentPathName in interface ForwardViewCommand
        Returns:
        This method returns the name of the document path.
        Throws:
        ECException - This exception generates either a _ERR_CMD_MISSING_PARAM or a _ERR_GENERIC error message when thrown.