com.ibm.commerce.catalog.beans
Class CurrentInterestItemListDataBean

com.ibm.commerce.catalog.beans.CurrentInterestItemListDataBean
All Implemented Interfaces:
Delegator

public class CurrentInterestItemListDataBean
implements Delegator

IBM internal use only.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
CurrentInterestItemListDataBean()
           
 
Method Summary
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyInterestListNumber()
          Retrieve its primary key.
 java.lang.String getDataBeanKeyUserReferenceNumber()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getInterestListNumber()
          IBM internal use only.
 java.lang.Long getInterestListNumberInEJBType()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getUserReferenceNumber()
          IBM internal use only.
 java.lang.Long getUserReferenceNumberInEJBType()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyInterestListNumber(java.lang.String aDataBeanKeyInterestListNumber)
          Set its primary key for fetching.
 void setDataBeanKeyUserReferenceNumber(java.lang.String aDataBeanKeyUserReferenceNumber)
          Set its primary key for fetching.
 void setInterestListNumber(java.lang.Long aInterestListNumber)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setUserReferenceNumber(java.lang.Long aUserReferenceNumber)
          IBM internal use only.
 

Constructor Detail

CurrentInterestItemListDataBean

public CurrentInterestItemListDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyInterestListNumber

public java.lang.String getDataBeanKeyInterestListNumber()

Retrieve its primary key.

Returns:
java.lang.String

getDataBeanKeyUserReferenceNumber

public java.lang.String getDataBeanKeyUserReferenceNumber()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getInterestListNumber

public java.lang.String getInterestListNumber()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getInterestListNumberInEJBType

public java.lang.Long getInterestListNumberInEJBType()
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.CreateException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getUserReferenceNumber

public java.lang.String getUserReferenceNumber()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUserReferenceNumberInEJBType

public java.lang.Long getUserReferenceNumberInEJBType()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.CreateException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setDataBeanKeyInterestListNumber

public void setDataBeanKeyInterestListNumber(java.lang.String aDataBeanKeyInterestListNumber)

Set its primary key for fetching.

Parameters:
aDataBeanKeyInterestListNumber - java.lang.String
Returns:
void

setDataBeanKeyUserReferenceNumber

public void setDataBeanKeyUserReferenceNumber(java.lang.String aDataBeanKeyUserReferenceNumber)

Set its primary key for fetching.

Parameters:
aDataBeanKeyUserReferenceNumber - java.lang.String
Returns:
void

setInterestListNumber

public void setInterestListNumber(java.lang.Long aInterestListNumber)

IBM internal use only.

Parameters:
aInterestListNumber - java.lang.Long
Returns:
void

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setUserReferenceNumber

public void setUserReferenceNumber(java.lang.Long aUserReferenceNumber)

IBM internal use only.

Parameters:
aUserReferenceNumber - java.lang.Long
Returns:
void