com.ibm.commerce.pvcdevices.beans

Class UserPVCDeviceDataBean

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


    public class UserPVCDeviceDataBean
    extends com.ibm.commerce.pvcdevices.beansrc.UserPVCDeviceDataBeanBase
    implements com.ibm.commerce.pvcdevices.beans.UserPVCDeviceInputDataBean, com.ibm.commerce.pvcdevices.beans.UserPVCDeviceSmartDataBean
    A databean representing a user's PvC device. This is the information stored in the USERPVCDEV 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

      • UserPVCDeviceDataBean

        public UserPVCDeviceDataBean()
    • Method Detail

      • getDataBeanKeyUserPVCDeviceId

        public java.lang.String getDataBeanKeyUserPVCDeviceId()
        Gets the user PvC device identifier.
        Specified by:
        getDataBeanKeyUserPVCDeviceId in interface com.ibm.commerce.pvcdevices.beans.UserPVCDeviceSmartDataBean
        Returns:
        The user PvC device identifier.
      • populate

        public void populate()
        Retrieves the data from the USERPVCDEV table for the user and session identifier that is stored in the current session object of the request.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception - if there is 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.
      • setDataBeanKeyUserPVCDeviceId

        public void setDataBeanKeyUserPVCDeviceId(java.lang.String aUserPVCDeviceId)
        Sets the user PvC device identifier.
        Specified by:
        setDataBeanKeyUserPVCDeviceId in interface com.ibm.commerce.pvcdevices.beans.UserPVCDeviceInputDataBean
        Parameters:
        aUserPVCDeviceId - the user PvC device 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.