com.ibm.commerce.emarketing.commands
Interface DeleteScheduledJobTaskCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
DeleteScheduledJobTaskCmdImpl

public interface DeleteScheduledJobTaskCmd
extends TaskCommand

The interface to a TaskCommand that is capable of deleting scheduled e-mail activity jobs.


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String defaultCommandClassName
          defaultCommandClassName is the default implementation class used by command factory to instantiate this command if the interface com.ibm.commerce.emarketing.DeleteScheduledJobTaskCmd is not defined in the CMDREG table.
 
Method Summary
 void setJobReferenceNumber(java.lang.Long jobReferenceNumber)           Set the job reference number of the scheduled job to be deleted
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
defaultCommandClassName is the default implementation class used by command factory to instantiate this command if the interface com.ibm.commerce.emarketing.DeleteScheduledJobTaskCmd is not defined in the CMDREG table.
Method Detail

setJobReferenceNumber

public void setJobReferenceNumber(java.lang.Long jobReferenceNumber)
Set the job reference number of the scheduled job to be deleted