com.ibm.commerce.search.catalog

Class SearchCategoryCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The copyright value constant.
        See Also:
        Constant Field Values
      • CLASSNAME

        public static final java.lang.String CLASSNAME
        The constant name of this class.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SearchCategoryCmdImpl

        public SearchCategoryCmdImpl()
        The default constructor for SearchCategoryCmdImpl.
    • Method Detail

      • buildFastSearchQuery

        public void buildFastSearchQuery(java.lang.String searchterm)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • buildSearchQuery

        public void buildSearchQuery(java.lang.String desc,
                                     java.lang.String mfname,
                                     java.lang.String price)
                              throws java.lang.Exception
        Reserved for IBM internal use.
        Parameters:
        newKeyword - java.lang.String
        Throws:
        java.lang.Exception
      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        Description copied from class: AbstractECTargetableCommand
        This method is called by the targetable command framework. This is where client side parameter checking is performed (before the execution of the command). The default implementation is to return true.
        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        Overrides:
        isReadyToCallExecute in class AbstractECTargetableCommand
        Returns:
        This method returns a boolean value; true if we can execute the command and false otherwise. This default implementation will return true.
      • reset

        public void reset()
        Description copied from class: AbstractECTargetableCommand
        This method is called after a command has been executed. It is used to reset its states variables. After the call to reset, the command should be able to be executed again.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • setMfname

        public void setMfname(java.lang.String newMfname)
        Reserved for IBM internal use.
        Specified by:
        setMfname in interface SearchCategoryCmd
        Parameters:
        newKeyword - java.lang.String
      • setPrice

        public void setPrice(java.lang.String newPrice)
        Reserved for IBM internal use.
        Specified by:
        setPrice in interface SearchCategoryCmd
        Parameters:
        newKeyword - java.lang.String
      • setSearchTerm

        public void setSearchTerm(java.lang.String newSearchTerm)