|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.utf.beans.AlgorithmRegistryDataBean
Interfaces to the data members of the AlgorithmRegistryAccessBean.
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 | |
AlgorithmRegistryDataBean()
Constructs AlgorithmRegistryDataBean, initializes fields to null. |
|
AlgorithmRegistryDataBean(com.ibm.commerce.utf.beans.AlgorithmRegistryAccessBean anAccessBean)
Constructs AlgorithmRegistryDataBean, initializes fields to null. |
Method Summary | |
java.lang.String |
getAlgoRegId()
Gets the algoRegId. |
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 |
setAlgoRegByName(java.lang.String newName)
|
void |
setAlgoRegId(java.lang.String newId)
Sets the algoRegId field and uses it to set the algoRegId 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 AlgorithmRegistryDataBean()
public AlgorithmRegistryDataBean(com.ibm.commerce.utf.beans.AlgorithmRegistryAccessBean anAccessBean) throws java.lang.Exception
anAccessBean
- com.ibm.commerce.utf.objects.AlgorithmRegistryAccessBeanECException
- Method Detail |
public java.lang.String getAlgoRegId()
getAlgoRegId
in interface AlgorithmRegistrySmartDataBean
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
java.lang.Exception
- On any access bean error.public void setAlgoRegByName(java.lang.String newName) throws java.lang.Exception
setAlgoRegByName
in interface AlgorithmRegistryInputDataBean
public void setAlgoRegId(java.lang.String newId)
setAlgoRegId
in interface AlgorithmRegistryInputDataBean
newId
- the relevant algoRegId.public void setCommandContext(CommandContext newCommandContext)
setCommandContext
in interface SmartDataBean
newCommandContext
- the active command context.public void setRequestProperties(TypedProperty newRequestProperties)
setRequestProperties
in interface InputDataBean
newRequestProperties
- com.ibm.commerce.datatype.TypedProperty
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |