com.ibm.commerce.marketingcenter.events.runtime
Class ClickEventUpdateCommandImpl
java.lang.Object
|
+--CacheableCommandImpl
|
+--com.ibm.commerce.command.AbstractECTargetableCommand
|
+--com.ibm.commerce.command.TaskCommandImpl
|
+--com.ibm.commerce.marketingcenter.events.runtime.MarketingEventUpdateCommandImpl
|
+--com.ibm.commerce.marketingcenter.events.runtime.ClickEventUpdateCommandImpl
- All Implemented Interfaces:
-
ClickEventUpdateCommand,
ECCommand,
ECTargetableCommand,
MarketingEventUpdateCommand,
TaskCommand
- public class ClickEventUpdateCommandImpl
- extends
MarketingEventUpdateCommandImpl
- implements
ClickEventUpdateCommand
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.
- See Also:
-
Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
IBM copyright notice field. |
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.command.
AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
isReadyToCallExecute,
reset,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM copyright notice field.
- See Also:
-
Constant Field Values
ClickEventUpdateCommandImpl
public ClickEventUpdateCommandImpl()
- Constructs an ClickEventUpdateCommandImpl object.
public void performExecute()
throws ECException
- This method will check the parameters and then will use the
MarketingEventService
to dispatch the event to the appropriate
handler.
-
- Specified by:
-
performExecute
in interface
ECCommand
- Overrides:
-
performExecute
in class
AbstractECTargetableCommand
-
- Throws:
-
ECException
- See Also:
ECCommand#performExecute()