com.ibm.commerce.component.giftregistry.commands

Interface ProcessGiftRegistryAuthenticationCmd

  • All Superinterfaces:
    BusinessObjectDocumentCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    ProcessGiftRegistryAuthenticationCmdImpl


    public interface ProcessGiftRegistryAuthenticationCmd
    extends BusinessObjectDocumentCmd
    This BOD command has two separate paths that are chosen based on the verb action.

    1) On VerbAction.POST - The process calls the CheckGiftRegistryCredentialsCmd to validate the users credentials.

    2) On VerbAction.CANCEL - The process calls the RelinquishGiftRegistryCredentialsCmd to release all the users credentials as in a 'logout' situation.


    On failure to POST or CANCEL, an ECApplicationException is thrown from a delegated command.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of this interface is "com.ibm.commerce.component.giftregistry.commands.ProcessGiftRegistryAuthenticationCmd".
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class is "com.ibm.commerce.component.giftregistry.commands.ProcessGiftRegistryAuthenticationCmdImpl".
        See Also:
        Constant Field Values