com.ibm.commerce.scheduler.commands
Interface AddBroadcastJobCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable
All Known Implementing Classes:
AddBroadcastJobCmdImpl

public interface AddBroadcastJobCmd
extends ControllerCommand

Add a broadcast job to scheduler table.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
static java.lang.String URLNAME
           
 
Method Summary
 java.lang.Long getJobId()
          Gets the job id.
 java.lang.Long getJobInstanceId()
          Gets the job instance id.
 void setName(java.lang.String name)
          Sets the name of user.
 void setPathInfo(java.lang.String pathInfo)
          Sets the name of the command to be added to the scheduler.
 void setQueryString(java.lang.String parameters)
          Sets the query string associated with the job.
 void setUrl(java.lang.String url)
          Sets the url to be redirected to at the end of the command.
 void setUserRefNum(java.lang.Long refnum)
          Sets the user Id.
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
 
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME

URLNAME

public static final java.lang.String URLNAME
Method Detail

getJobId

public java.lang.Long getJobId()
Gets the job id.

Returns:
Long

getJobInstanceId

public java.lang.Long getJobInstanceId()
Gets the job instance id.

Returns:
Long

setName

public void setName(java.lang.String name)
Sets the name of user.

setPathInfo

public void setPathInfo(java.lang.String pathInfo)
Sets the name of the command to be added to the scheduler.

setQueryString

public void setQueryString(java.lang.String parameters)
Sets the query string associated with the job.

setUrl

public void setUrl(java.lang.String url)
Sets the url to be redirected to at the end of the command.

Parameters:
url - String - url

setUserRefNum

public void setUserRefNum(java.lang.Long refnum)
Sets the user Id.

Parameters:
Long -