|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.command.AbstractECCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.marketingcenter.events.runtime.MarketingEventUpdateCommandImpl | +--com.ibm.commerce.marketingcenter.events.runtime.ClickEventUpdateCommandImpl
Task command to handle click events. How the event is handled is determined by a parameter, usually a URL parameter, (defined by EVENTTYPE_PARAMETER) value. That value * is used by the MarketingEventService to dispatch the event to the appropriate handler.
Field Summary | |
static java.lang.String |
COPYRIGHT
|
Fields inherited from class com.ibm.commerce.marketingcenter.events.runtime.MarketingEventUpdateCommandImpl |
eventType, EVENTTYPE_PARAMETER, requestProps |
Fields inherited from class com.ibm.commerce.command.AbstractECCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.marketingcenter.events.runtime.ClickEventUpdateCommand |
defaultCommandClassName, NAME |
Constructor Summary | |
ClickEventUpdateCommandImpl()
Constructs an ClickEventUpdateCommandImpl object. |
Method Summary | |
void |
performExecute()
This method will check the parameters and then will use the MarketingEventService to dispatch the event to the appropriate handler. |
Methods inherited from class com.ibm.commerce.marketingcenter.events.runtime.MarketingEventUpdateCommandImpl |
getEventType, getRequestProps, setEventType, setRequestProps, validateParameters |
Methods inherited from class com.ibm.commerce.command.AbstractECCommand |
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.marketingcenter.events.runtime.MarketingEventUpdateCommand |
setRequestProps |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ClickEventUpdateCommandImpl()
Method Detail |
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in class AbstractECCommand
ECException
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |