com.ibm.commerce.pvc.commands
Interface PVCRegistrationCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable
- 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
|
static java.lang.String |
NAME
|
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 |
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
NAME
public static final java.lang.String NAME
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.