com.ibm.commerce.tools.campaigns.search.commands

Interface CollateralSearchCmd

  • All Known Implementing Classes:
    CollateralSearchCmdImpl


    public interface CollateralSearchCmd
    This Command searches the database to return a set of Collateral that satisfies search criteria.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright statement.
      static java.lang.String defaultCommandClassName
      The default implementation class name.
      static java.lang.String NAME
      The full class name for this interface file.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        Copyright statement.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full class name for this interface file.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name. This is used if there is no record found in the CMDREG table.
        See Also:
        Constant Field Values