com.ibm.commerce.store.commands

Interface AdminBroadcastMessageCmd

  • All Superinterfaces:
    com.ibm.commerce.command.AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.commerce.command.ControllerCommand, com.ibm.commerce.command.ECCommand, com.ibm.commerce.security.Protectable
    All Known Implementing Classes:
    AdminBroadcastMessageCmdImpl


    public interface AdminBroadcastMessageCmd
    extends com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.ControllerCommand
    The AdminBroadcastMessage command can be used to send a broadcast message (usually email) to store contacts and specific recipients.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      static java.lang.String EC_FALSE
      False.
      static java.lang.String EC_HOSTING_MODE
      Involve only hosted stores or not.
      static java.lang.String EC_MESSAGE_CONTENT
      The message content constant.
      static java.lang.String EC_MESSAGE_TYPE_NAME
      The message type name constant.
      static java.lang.String EC_RECIPIENT
      The recipient constant.
      static java.lang.String EC_SEND_IMMEDIATE
      The send immediate constant.
      static java.lang.String EC_SENDER
      The sender constant.
      static java.lang.String EC_SUBJECT
      The subject constant.
      static java.lang.String EC_TARGET_STORE_STATE
      The target store state constant.
      static java.lang.String EC_TRUE
      True.
      static java.lang.String NAME
      The name of the interface.
      • Fields inherited from interface com.ibm.commerce.command.ECCommand

        defaultCommandClassName
    • Method Summary

      • Methods inherited from class java.lang.Object

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

        checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
      • Methods inherited from interface com.ibm.commerce.command.AccCommand

        accessControlCheck, getForUserId, getResourceOwners, setForUserId, setOwner
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
      • Methods inherited from interface com.ibm.commerce.security.Protectable

        fulfills, getOwner
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String EC_HOSTING_MODE
        Involve only hosted stores or not.
        See Also:
        Constant Field Values
      • EC_MESSAGE_CONTENT

        static final java.lang.String EC_MESSAGE_CONTENT
        The message content constant.
        See Also:
        Constant Field Values
      • EC_MESSAGE_TYPE_NAME

        static final java.lang.String EC_MESSAGE_TYPE_NAME
        The message type name constant.
        See Also:
        Constant Field Values
      • EC_RECIPIENT

        static final java.lang.String EC_RECIPIENT
        The recipient constant.
        See Also:
        Constant Field Values
      • EC_SEND_IMMEDIATE

        static final java.lang.String EC_SEND_IMMEDIATE
        The send immediate constant.
        See Also:
        Constant Field Values
      • EC_SENDER

        static final java.lang.String EC_SENDER
        The sender constant.
        See Also:
        Constant Field Values
      • EC_SUBJECT

        static final java.lang.String EC_SUBJECT
        The subject constant.
        See Also:
        Constant Field Values
      • EC_TARGET_STORE_STATE

        static final java.lang.String EC_TARGET_STORE_STATE
        The target store state constant.
        See Also:
        Constant Field Values