com.ibm.commerce.collaboration.livehelp.commands
Interface RetrieveShoppingCartCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable
- All Known Implementing Classes:
- RetrieveShoppingCartCmdImpl
- public interface RetrieveShoppingCartCmd
- extends ControllerCommand
Retrieves a shoppers profile for the Customer Care (sametime) tooling in Commerce Accelerator
Behaviour
Calls, by default, RetrieveShoppingCartCmdImpl which:
If the user is NOT registered, puts the userId in the responseProperties as "Title"., and puts a short xml description in "UserInformation".
If the user is registered, puts the logonName in the responseProperties as "Title".
Puts an xml description of the cart in "ShoppingCartInformation".
Sets the viewtask to LiveHelpShoppingCartView in responseProperties
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME