com.ibm.commerce.marketingcenter.events.runtime
Interface PersistOrdersWithMemberGroupIdsForCurrentUserCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- PersistOrdersWithMemberGroupIdsForCurrentUserCmdImpl
- public interface PersistOrdersWithMemberGroupIdsForCurrentUserCmd
- extends TaskCommand
The PersistOrdersWithMemberGroupIdsForCurrentUserCmd interface must be implemented to provide a task
command that create an event to persist the orders_id with the member group id.
Different implementations of this interface can be provided for different stores.
Method Summary |
void |
setOrdersId(java.lang.Long anOrdersId)
Setter for _ordersId. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- Default implementation class name.
Name
public static final java.lang.String Name
- Interface name.
setOrdersId
public void setOrdersId(java.lang.Long anOrdersId)
- Setter for _ordersId.
- Parameters:
anOrdersId
- The order id to use.