|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.utf.beans.AlgoPolicyDataBean
Interfaces to the data members of the AlgoPolicyAccessBean.
Field Summary | |
protected CommandContext |
commandContext
|
static java.lang.String |
COPYRIGHT
|
protected TypedProperty |
requestProperties
|
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
AlgoPolicyDataBean()
Constructs AlgoPolicyDataBean, initializes fields to null. |
|
AlgoPolicyDataBean(com.ibm.commerce.utf.beans.AlgoPolicyAccessBean anAccessBean)
Constructs AlgoPolicyDataBean, initializes fields to null. |
Method Summary | |
java.lang.String |
getAlgorithmPolicyId()
Gets the algorithmPolicyId. |
java.lang.String |
getAlgorithmTypeId()
Gets the algorithmTypeId. |
CommandContext |
getCommandContext()
Gets the active commandContext. |
TypedProperty |
getRequestProperties()
Returns the request parameters as a TypedProperty. |
void |
populate()
Fetches field values from the access bean. |
void |
setAlgorithmPolicyId(java.lang.String newAlgorithmPolicyId)
Sets the algorithmPolicyId field and uses it to set the algorithmPolicyId key field of the access bean. |
void |
setAlgorithmTypeId(java.lang.String newAlgorithmTypeId)
Sets the algorithmTypeId field and uses it to set the algorithmTypeId key field of the access bean. |
void |
setCommandContext(CommandContext newCommandContext)
Sets the active commandContext. |
void |
setRequestProperties(TypedProperty newRequestProperties)
Copies the TypedProperty input parameters. |
Field Detail |
protected CommandContext commandContext
public static final java.lang.String COPYRIGHT
protected TypedProperty requestProperties
Constructor Detail |
public AlgoPolicyDataBean()
public AlgoPolicyDataBean(com.ibm.commerce.utf.beans.AlgoPolicyAccessBean anAccessBean) throws java.lang.Exception
anAccessBean
- com.ibm.commerce.utf.objects.AlgoPolicyAccessBeanECException
- Method Detail |
public java.lang.String getAlgorithmPolicyId()
getAlgorithmPolicyId
in interface AlgoPolicySmartDataBean
public java.lang.String getAlgorithmTypeId()
getAlgorithmTypeId
in interface AlgoPolicySmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
public void setAlgorithmPolicyId(java.lang.String newAlgorithmPolicyId)
setAlgorithmPolicyId
in interface AlgoPolicyInputDataBean
newAlgorithmPolicyId
- the relevant algorithmPolicyId.public void setAlgorithmTypeId(java.lang.String newAlgorithmTypeId)
setAlgorithmTypeId
in interface AlgoPolicyInputDataBean
newAlgorithmTypeId
- the relevant algorithmTypeId.public void setCommandContext(CommandContext newCommandContext)
setCommandContext
in interface SmartDataBean
public void setRequestProperties(TypedProperty newRequestProperties)
setRequestProperties
in interface InputDataBean
com.ibm.commerce.beans.InputDataBean
TypedProperty
- requestProperties - the set of properties passed to the JSP
page that invokes this data bean,
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |