com.ibm.commerce.marketing.segment.commands

Interface CustomerSegmentExtractCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    CustomerSegmentExtractCmdImpl


    public interface CustomerSegmentExtractCmd
    extends TaskCommand
    The command retrieves the customer information, for example email addresses, for a customer segment and upload these information to the database in a compressed/non compressed format so that other commands can download the exported customer information as a CSV or a ZIP file.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String CLASSNAME
        The class name
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name.
    • Method Detail

      • getStatus

        boolean getStatus()
        Returns the status of the command execution
        Returns:
        true if the execution was successful else false