com.ibm.commerce.utf.beans
Class AlgorithmRegistryDataBean

com.ibm.commerce.utf.beans.AlgorithmRegistryDataBean
All Implemented Interfaces:
AlgorithmRegistryInputDataBean, AlgorithmRegistrySmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class AlgorithmRegistryDataBean
implements AlgorithmRegistryInputDataBean, AlgorithmRegistrySmartDataBean, SmartDataBean

Interfaces to the data members of the AlgorithmRegistryAccessBean.

See Also:
Serialized Form

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

commandContext

protected CommandContext commandContext

COPYRIGHT

public static final java.lang.String COPYRIGHT

requestProperties

protected TypedProperty requestProperties
Constructor Detail

AlgorithmRegistryDataBean

public AlgorithmRegistryDataBean()
Constructs AlgorithmRegistryDataBean, initializes fields to null.

AlgorithmRegistryDataBean

public AlgorithmRegistryDataBean(com.ibm.commerce.utf.beans.AlgorithmRegistryAccessBean anAccessBean)
                          throws java.lang.Exception
Constructs AlgorithmRegistryDataBean, initializes fields to null.
Parameters:
anAccessBean - com.ibm.commerce.utf.objects.AlgorithmRegistryAccessBean
Throws:
ECException -  
Method Detail

getAlgoRegId

public java.lang.String getAlgoRegId()
Gets the algoRegId.
Specified by:
getAlgoRegId in interface AlgorithmRegistrySmartDataBean

getCommandContext

public CommandContext getCommandContext()
Gets the active commandContext.
Specified by:
getCommandContext in interface SmartDataBean
Returns:
the active commandContext.

getRequestProperties

public TypedProperty getRequestProperties()
Returns the request parameters as a TypedProperty.
Specified by:
getRequestProperties in interface InputDataBean
Returns:
com.ibm.commerce.datatype.TypedProperty

populate

public void populate()
              throws java.lang.Exception
Fetches field values from the access bean.
Specified by:
populate in interface SmartDataBean
Throws:
java.lang.Exception - On any access bean error.

setAlgoRegByName

public void setAlgoRegByName(java.lang.String newName)
                      throws java.lang.Exception
Specified by:
setAlgoRegByName in interface AlgorithmRegistryInputDataBean

setAlgoRegId

public void setAlgoRegId(java.lang.String newId)
Sets the algoRegId field and uses it to set the algoRegId key field of the access bean.
Specified by:
setAlgoRegId in interface AlgorithmRegistryInputDataBean
Parameters:
newId - the relevant algoRegId.

setCommandContext

public void setCommandContext(CommandContext newCommandContext)
Sets the active commandContext.
Specified by:
setCommandContext in interface SmartDataBean
Parameters:
newCommandContext - the active command context.

setRequestProperties

public void setRequestProperties(TypedProperty newRequestProperties)
Copies the TypedProperty input parameters.
Specified by:
setRequestProperties in interface InputDataBean
Parameters:
newRequestProperties - com.ibm.commerce.datatype.TypedProperty