Interface to cancel old relationship between a user and pervasive computing(PvC) device and create new relationship
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field |
static java.lang.String |
defaultCommandClassName The default implementation of this command. |
static java.lang.String |
NAME The name of this command |
Method Summary | |
---|---|
void |
setAddress1(java.lang.String newAddress1) Set the address 1. |
void |
setAddress2(java.lang.String newAddress2) Set the address 2. |
void |
setAddrType1(java.lang.String newAddrType1) Set the address type 1. |
void |
setAddrType2(java.lang.String newAddrType2) Set the address type 2. |
void |
setPassword(java.lang.String newPassword) Set the password. |
void |
setPreferredTimeout(java.lang.Integer newPreferredTimeout) Set the preferred timeout value. |
void |
setProtect(java.lang.Integer newProtect) Set the protect. |
void |
setPvcRegMode(java.lang.String newPvcRegMode) Set the PvC registration mode. |
void |
setPVCSessionId(java.lang.Long pvcSessionId) Set the PvC session ID. |
void |
setURL(java.lang.String newURL) Set the redirect URL for this command. |
void |
setUserId(java.lang.Long newUserId) Set the user ID. |
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
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setAddress1(java.lang.String newAddress1)
public void setAddress2(java.lang.String newAddress2)
public void setAddrType1(java.lang.String newAddrType1)
newAddrType1
- The address type 1.public void setAddrType2(java.lang.String newAddrType2)
newAddrType2
- The address type 2.public void setPassword(java.lang.String newPassword)
newPassword
- The password.public void setPreferredTimeout(java.lang.Integer newPreferredTimeout)
newPreferredTimeout
- The preferred timeout
value.public void setProtect(java.lang.Integer newProtect)
newProtect
- The protect.public void setPvcRegMode(java.lang.String newPvcRegMode)
newPvcRegMode
- The registration mode.public void setPVCSessionId(java.lang.Long pvcSessionId)
public void setURL(java.lang.String newURL)
newURL
- The redirect URL.public void setUserId(java.lang.Long newUserId)
newUserId
- The user ID.