|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to cancel old relationship between a user and pervasive computing(PvC) device and create new relationship
Field Summary | |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
defaultCommandClassName
|
static java.lang.String |
NAME
|
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 |
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, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
public void setAddress1(java.lang.String newAddress1)
newAddress
- The address 1.public void setAddress2(java.lang.String newAddress2)
newAddress
- 2 The address 2.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)
newPVCSessionId
- The PvC session ID.public void setURL(java.lang.String newURL)
newURL
- The redirect URL.public void setUserId(java.lang.Long newUserId)
newUserId
- The user ID.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |