com.ibm.commerce.promotion.commands

Interface CreatePromotionCodeImportCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, com.ibm.commerce.content.commands.FileUploadCmd, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    CreatePromotionCodeImportCmdImpl


    public interface CreatePromotionCodeImportCmd
    extends com.ibm.commerce.content.commands.FileUploadCmd

    This class will upload a promotion code CSV file and then store it in the database table UPLOADFILE as a BLOBs. The class is used by CMC promotion code import.

    This class returns the uploaded file identifier (UPLOADFILE_ID).

    • 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.
      • 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.