com.ibm.commerce.marketingcenter.events.runtime
Interface PersistOrdersWithMemberGroupIdsForCurrentUserCmd

All Superinterfaces:
TaskCommand

public interface PersistOrdersWithMemberGroupIdsForCurrentUserCmd
extends TaskCommand

This 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.


Field Summary
static java.lang.String COPYRIGHT
IBM copyright notice field.
static java.lang.String defaultCommandClassName
Default implementation class name.
static java.lang.String Name
Interface name.
Method Summary
void setOrdersId(java.lang.Long anOrdersId) Setter for _ordersId.
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

Name

public static final java.lang.String Name
Interface name.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Default implementation class name.
See Also:
Constant Field Values
Method Detail

setOrdersId

public void setOrdersId(java.lang.Long anOrdersId)
Setter for _ordersId.
Parameters:
anOrdersId - The order id to use.

Feedback