com.ibm.commerce.marketingcenter.events.runtime

Interface PersistOrdersWithMemberGroupIdsForCurrentUserCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.TaskCommand
    All Known Implementing Classes:
    PersistOrdersWithMemberGroupIdsForCurrentUserCmdImpl


    public interface PersistOrdersWithMemberGroupIdsForCurrentUserCmd
    extends com.ibm.commerce.command.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

      Fields 
      Modifier and Type Field and Description
      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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setOrdersId(java.lang.Long anOrdersId)
      Setter for _ordersId.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.command.CacheableECCommand

        execute
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
    • Field Detail

      • COPYRIGHT

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

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

      • setOrdersId

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