com.ibm.commerce.me.commands
Interface PunchOutSetupCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable
All Known Implementing Classes:
PunchOutSetupCmdImpl

public interface PunchOutSetupCmd
extends ControllerCommand

This is PunchOutSetup command interface. It is used when the PunchOutSetup message is received from a procurement system for a requisitioning user. It performs the authentication of the buyer organization and registers the requisitioning user as a member of the buyer organization if the user is not already registered.


Field Summary
static java.lang.String COPYRIGHT
IBM Copyright field
static java.lang.String defaultCommandClassName
The name of default implementation class for this interface
static java.lang.String messageName
The message name, which is PunchOutSetup.
static java.lang.String NAME
The name of this command
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, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
Field Detail

COPYRIGHT

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

NAME

public static final java.lang.String NAME
The name of this command
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The name of default implementation class for this interface
See Also:
Constant Field Values

messageName

public static final java.lang.String messageName
The message name, which is PunchOutSetup.
See Also:
Constant Field Values

Feedback