com.ibm.commerce.pvcdevices.beans

Class PVCBufferDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.pvcdevices.beans.PVCBufferInputDataBean, com.ibm.commerce.pvcdevices.beans.PVCBufferSmartDataBean, Delegator, java.io.Serializable


    public class PVCBufferDataBean
    extends com.ibm.commerce.pvcdevices.beansrc.PVCBufferDataBeanBase
    implements com.ibm.commerce.pvcdevices.beans.PVCBufferInputDataBean, com.ibm.commerce.pvcdevices.beans.PVCBufferSmartDataBean
    A databean that represents the data stored for command input data which needs to be submitted over several pages of pervasive computing devices. This data is stored in the PVCBUFFER table.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PVCBufferDataBean

        public PVCBufferDataBean()
    • Method Detail

      • getDataBeanKeyUsersId

        public java.lang.String getDataBeanKeyUsersId()
        Gets the user identifier.
        Specified by:
        getDataBeanKeyUsersId in interface com.ibm.commerce.pvcdevices.beans.PVCBufferSmartDataBean
        Returns:
        The user identifier.
      • getParameter

        public java.lang.String getParameter(java.lang.String name)
        Gets the parameter value corresponding the variable key.
        Parameters:
        name - the name of the parameter.
        Returns:
        The value of the parameter of the specified name.
      • populate

        public void populate()
        Retrieves data from the database.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception - if there was a problem retrieving the data from the database.
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - the command context.
      • setDataBeanKeyUsersId

        public void setDataBeanKeyUsersId(java.lang.String aUsersId)
        Sets the user identifier.
        Specified by:
        setDataBeanKeyUsersId in interface com.ibm.commerce.pvcdevices.beans.PVCBufferInputDataBean
        Parameters:
        aUsersId - the user identifier.
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aTypedProperty - the request properties.