Interface to register/update information of a user's pervasive computing (PvC) device in USERPVCDEV table.
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 |
setDeviceFmtId(java.lang.Integer newDeviceFmtId) Set the device format ID. |
void |
setLogonId(java.lang.String newLogonId) Set the logon ID. |
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 |
setStatus(java.lang.Integer newStatus) Set the status of PVCSESSION STATUS. |
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)
newAddress1
- The address 1.public void setAddress2(java.lang.String newAddress2)
newAddress2
- 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 setDeviceFmtId(java.lang.Integer newDeviceFmtId)
newDeviceFmtId
- The device format ID.public void setLogonId(java.lang.String newLogonId)
newLogonId
- The logon ID.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 PvC registration mode.public void setPVCSessionId(java.lang.Long pvcSessionId)
public void setStatus(java.lang.Integer newStatus)
newStatus
- The status of PVCSESSION
STATUS.public void setURL(java.lang.String newURL)
newURL
- The redirect URL.public void setUserId(java.lang.Long newUserId)
newUserId
- The user ID.