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 |
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 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)
public void setAddrType2(java.lang.String newAddrType2)
public void setDeviceFmtId(java.lang.Integer newDeviceFmtId)
public void setLogonId(java.lang.String newLogonId)
public void setPassword(java.lang.String newPassword)
public void setPreferredTimeout(java.lang.Integer newPreferredTimeout)
public void setProtect(java.lang.Integer newProtect)
public void setPvcRegMode(java.lang.String newPvcRegMode)
public void setPVCSessionId(java.lang.Long pvcSessionId)
public void setStatus(java.lang.Integer newStatus)
public void setURL(java.lang.String newURL)
public void setUserId(java.lang.Long newUserId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.