public class CertificateX509DataBean
extends com.ibm.commerce.user.beansrc.CertificateX509DataBeanBase
implements com.ibm.commerce.user.beans.CertificateX509InputDataBean, com.ibm.commerce.user.beans.CertificateX509SmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
CertificateX509DataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyUserId() |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyUserId(java.lang.String aUserId)
Gets the key (user id) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findBySerialNumberAndIssuer, findByUserId, getEntity, getIssuerOrganizationName, getRequisitionerIdentifier, getSerialNumber, getStatus, getSubjectCommonName, getSubjectEmail, getSubjectOrganizationName, getUserId, getUserIdInEntityType, instantiateEntity, setInitKey_userId, setInitKey_userId, setIssuerOrganizationName, setRequisitionerIdentifier, setSerialNumber, setStatus, setSubjectCommonName, setSubjectEmail, setSubjectOrganizationNamepublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyUserId()
getDataBeanKeyUserId in interface com.ibm.commerce.user.beans.CertificateX509SmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyUserId(java.lang.String aUserId)
setDataBeanKeyUserId in interface com.ibm.commerce.user.beans.CertificateX509InputDataBeanaUserId - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception