public class ClassificationCodeDataBean
extends com.ibm.commerce.catalog.beansrc.ClassificationCodeDataBeanBase
implements com.ibm.commerce.catalog.beans.ClassificationCodeInputDataBean, com.ibm.commerce.catalog.beans.ClassificationCodeSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
emptyString
Constructor and Description |
---|
ClassificationCodeDataBean()
Constructs an empty
ClassificationCodeDataBean . |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegate
findByCodeAndDomain, getClassificationCodeId, getClassificationCodeIdInEntityType, getCode, getDomain, getEntity, getParentCode, instantiateEntity, setClassificationCodeId, setClassificationCodeId, setCode, setDomain, setInitKey_classificationCodeId, setInitKey_classificationCodeId, setParentCode
public static final java.lang.String COPYRIGHT
public ClassificationCodeDataBean()
ClassificationCodeDataBean
.public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
TypedProperty
object.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- The request property as TypedProperty
object.CreateException
- In the execution of the method, a create exception occurs.FinderException
- In the execution of the method, a finder exception occurs.NamingException
- In the execution of the method, a naming exception occurs.RemoteException
- In the execution of the method, a remote exception occurs.public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
CommandContext
object.public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- The command context as CommandContext
object.public void populate()
DataBeanManager.activate()
runs.populate
in interface SmartDataBean
java.lang.Exception
- An exception occurs during the execution of the method.