com.ibm.commerce.me.beans
Class BuyerSupplierSecurityDataBean

com.ibm.commerce.me.beans.BuyerSupplierSecurityDataBean
All Implemented Interfaces:
BuyerSupplierSecurityInputDataBean, BuyerSupplierSecuritySmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class BuyerSupplierSecurityDataBean
implements BuyerSupplierSecurityInputDataBean, BuyerSupplierSecuritySmartDataBean

IBM internal use only.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
protected  CommandContext iCommandContext
           
protected  java.lang.String iDataBeanKeyIBuyerOrganizationId
           
protected  java.lang.String iDataBeanKeyISupplierOrganizationId
           
protected  TypedProperty iRequestProperties
           
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Constructor Summary
BuyerSupplierSecurityDataBean(java.lang.String aISupplierOrganizationId, java.lang.String aIBuyerOrganizationId)
          Databean constructor.
 
Method Summary
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyIBuyerOrganizationId()
           
 java.lang.String getDataBeanKeyISupplierOrganizationId()
           
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 void populate()
          Retrieves data from the database.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyIBuyerOrganizationId(java.lang.String aIBuyerOrganizationId)
           
 void setDataBeanKeyISupplierOrganizationId(java.lang.String aISupplierOrganizationId)
           
 void setRequestProperties(TypedProperty aRequestProperty)
          Sets the request property within this bean.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

iCommandContext

protected CommandContext iCommandContext

iDataBeanKeyIBuyerOrganizationId

protected java.lang.String iDataBeanKeyIBuyerOrganizationId

iDataBeanKeyISupplierOrganizationId

protected java.lang.String iDataBeanKeyISupplierOrganizationId

iRequestProperties

protected TypedProperty iRequestProperties
Constructor Detail

BuyerSupplierSecurityDataBean

public BuyerSupplierSecurityDataBean(java.lang.String aISupplierOrganizationId,
                                     java.lang.String aIBuyerOrganizationId)
Databean constructor.
Parameters:
aISupplierOrganizationId - java.lang.String
aIBuyerOrganizationId - java.lang.String
Method Detail

getCommandContext

public CommandContext getCommandContext()
Gets the command context set within this bean.
Specified by:
getCommandContext in interface SmartDataBean
Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyIBuyerOrganizationId

public java.lang.String getDataBeanKeyIBuyerOrganizationId()
Specified by:
getDataBeanKeyIBuyerOrganizationId in interface BuyerSupplierSecuritySmartDataBean
Returns:
java.lang.String

getDataBeanKeyISupplierOrganizationId

public java.lang.String getDataBeanKeyISupplierOrganizationId()
Specified by:
getDataBeanKeyISupplierOrganizationId in interface BuyerSupplierSecuritySmartDataBean
Returns:
java.lang.String

getRequestProperties

public TypedProperty getRequestProperties()
Gets the request property set within this bean.
Specified by:
getRequestProperties in interface InputDataBean
Returns:
com.ibm.commerce.datatype.TypedProperty

populate

public void populate()
              throws java.lang.Exception
Retrieves data from the database.
Specified by:
populate in interface SmartDataBean
Returns:
void
Throws:
java.lang.Exception -  

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
Specified by:
setCommandContext in interface SmartDataBean
Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setDataBeanKeyIBuyerOrganizationId

public void setDataBeanKeyIBuyerOrganizationId(java.lang.String aIBuyerOrganizationId)
Specified by:
setDataBeanKeyIBuyerOrganizationId in interface BuyerSupplierSecurityInputDataBean
Parameters:
aIBuyerOrganizationId - java.lang.String
Returns:
void

setDataBeanKeyISupplierOrganizationId

public void setDataBeanKeyISupplierOrganizationId(java.lang.String aISupplierOrganizationId)
Specified by:
setDataBeanKeyISupplierOrganizationId in interface BuyerSupplierSecurityInputDataBean
Parameters:
aISupplierOrganizationId - java.lang.String
Returns:
void

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperty)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException
Sets the request property within this bean.
Specified by:
setRequestProperties in interface InputDataBean
Parameters:
aTypedProperty - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException -  
java.rmi.RemoteException -  
javax.naming.NamingException -  
javax.ejb.FinderException -