com.ibm.commerce.pvc.commands
Interface PVCRegistrationCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand
All Known Implementing Classes:
PVCRegistrationCmdImpl

public interface PVCRegistrationCmd
extends ControllerCommand

Interface to register or to update a shopper who uses pervasive computing (PvC) devices


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field
static java.lang.String NAME
          The name of this command.
 
Fields inherited from interface com.ibm.commerce.command. ECCommand
defaultCommandClassName
 
Method Summary
 void setReqProp( TypedProperty newReqProp)
          Set request properties for the UserRegistration command to be executed internally.
 void setURL(java.lang.String newURL)
          Set the redirect URL for 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
 

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

NAME

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

setReqProp

public void setReqProp(TypedProperty newReqProp)
Set request properties for the UserRegistration command to be executed internally.
Parameters:
newReqProp - The requestProperties value.

setURL

public void setURL(java.lang.String newURL)
Set the redirect URL for this command.
Parameters:
newURL - The redirect URL.