com.ibm.commerce.contract.beans
Class PolicyTCRelationDataBean

com.ibm.commerce.contract.beans.PolicyTCRelationDataBean
All Implemented Interfaces:
Delegator

public class PolicyTCRelationDataBean
implements Delegator

IBM internal use only.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
PolicyTCRelationDataBean()
           
 
Method Summary
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyPolicyReferenceNumber()
          Retrieve its primary key.
 java.lang.String getDataBeanKeyTcReferenceNumber()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getPolicyReferenceNumber()
          IBM internal use only.
 java.lang.Long getPolicyReferenceNumberInEJBType()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getTcReferenceNumber()
          IBM internal use only.
 java.lang.Long getTcReferenceNumberInEJBType()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyPolicyReferenceNumber(java.lang.String aDataBeanKeyPolicyReferenceNumber)
          Set its primary key for fetching.
 void setDataBeanKeyTcReferenceNumber(java.lang.String aDataBeanKeyTcReferenceNumber)
          Set its primary key for fetching.
 void setPolicyReferenceNumber(java.lang.Long aPolicyReferenceNumber)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setTcReferenceNumber(java.lang.Long aTcReferenceNumber)
          IBM internal use only.
 

Constructor Detail

PolicyTCRelationDataBean

public PolicyTCRelationDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyPolicyReferenceNumber

public java.lang.String getDataBeanKeyPolicyReferenceNumber()

Retrieve its primary key.

Returns:
java.lang.String

getDataBeanKeyTcReferenceNumber

public java.lang.String getDataBeanKeyTcReferenceNumber()

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

getPolicyReferenceNumber

public java.lang.String getPolicyReferenceNumber()
                                          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

getPolicyReferenceNumberInEJBType

public java.lang.Long getPolicyReferenceNumberInEJBType()
                                                 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

getTcReferenceNumber

public java.lang.String getTcReferenceNumber()
                                      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

getTcReferenceNumberInEJBType

public java.lang.Long getTcReferenceNumberInEJBType()
                                             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

setDataBeanKeyPolicyReferenceNumber

public void setDataBeanKeyPolicyReferenceNumber(java.lang.String aDataBeanKeyPolicyReferenceNumber)

Set its primary key for fetching.

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

setDataBeanKeyTcReferenceNumber

public void setDataBeanKeyTcReferenceNumber(java.lang.String aDataBeanKeyTcReferenceNumber)

Set its primary key for fetching.

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

setPolicyReferenceNumber

public void setPolicyReferenceNumber(java.lang.Long aPolicyReferenceNumber)

IBM internal use only.

Parameters:
aPolicyReferenceNumber - 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

setTcReferenceNumber

public void setTcReferenceNumber(java.lang.Long aTcReferenceNumber)

IBM internal use only.

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