com.ibm.commerce.ordermanagement.beans
Class ReturnRecordsForReceiverListDataBean

java.lang.Object
  |
  +--com.ibm.commerce.ordermanagement.beansrc.ReturnRecordsForReceiverListListDataBeanBase
        |
        +--com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverListDataBean

public class ReturnRecordsForReceiverListDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordsForReceiverListListDataBeanBase

ReturnRecordsForReceiverListDataBean

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright
protected  CommandContext iCommandContext
          Command context
protected  java.lang.String iDataBeanKeyFfmCenterId
          FfmCenterId
protected  java.lang.String iDataBeanKeyStoreId
          StoreId
protected  TypedProperty iRequestProperties
          Request properties
protected   ReturnRecordsForReceiverDataBean[] iReturnRecordsForReceiverListDataBean
          ReturnRecordsForReceiverDataBean array
 
Constructor Summary
ReturnRecordsForReceiverListDataBean()
           
 
Method Summary
  CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyFfmCenterId()
          Returns FfmCenterId
 java.lang.String getDataBeanKeyStoreId()
          Returns StoreId
 com.ibm.commerce.security.Protectable getDelegate()
          Returns the Protectable object whose access control policies will indirectly control the access control for this object
 java.lang.Long getOwner()
          Returns the member id of the owner.
  TypedProperty getRequestProperties()
          Gets the request property set within this bean.
  ReturnRecordsForReceiverDataBean[] getReturnRecordsForReceiverList()
          Returns ReturnRecordsForReceiverDataBean array
 void populate()
          IBM internal use only.
 void setCommandContext( CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyFfmCenterId(java.lang.String aFfmCenterId)
          Sets FfmCenterId
 void setDataBeanKeyStoreId(java.lang.String aStoreId)
          Sets StoreId
 void setRequestProperties( TypedProperty aRequestProperty)
          Sets the request property within this bean.
 void setReturnRecordsForReceiverList( ReturnRecordsForReceiverDataBean[] aListDataBean)
          Sets ReturnRecordsForReceiverDataBean array
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

iCommandContext

protected CommandContext iCommandContext
Command context

iRequestProperties

protected TypedProperty iRequestProperties
Request properties

iDataBeanKeyFfmCenterId

protected java.lang.String iDataBeanKeyFfmCenterId
FfmCenterId

iDataBeanKeyStoreId

protected java.lang.String iDataBeanKeyStoreId
StoreId

iReturnRecordsForReceiverListDataBean

protected ReturnRecordsForReceiverDataBean[] iReturnRecordsForReceiverListDataBean
ReturnRecordsForReceiverDataBean array
Constructor Detail

ReturnRecordsForReceiverListDataBean

public ReturnRecordsForReceiverListDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()
Gets the command context set within this bean.
Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyFfmCenterId

public java.lang.String getDataBeanKeyFfmCenterId()
Returns FfmCenterId
Returns:
java.lang.String

getDataBeanKeyStoreId

public java.lang.String getDataBeanKeyStoreId()
Returns StoreId
Returns:
java.lang.String

getDelegate

public com.ibm.commerce.security.Protectable getDelegate()
                                                  throws java.lang.Exception
Returns the Protectable object whose access control policies will indirectly control the access control for this object
Returns:
The Protectable object whose access control policies will indirectly control the access control for this object
Throws:
java.lang.Exception

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException
Returns the member id of the owner.
Returns:
The member id of the owner
Throws:
java.lang.Exception
RemoteException

getRequestProperties

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

getReturnRecordsForReceiverList

public ReturnRecordsForReceiverDataBean[] getReturnRecordsForReceiverList()
Returns ReturnRecordsForReceiverDataBean array
Returns:
ReturnRecordsForReceiverDataBean[]

populate

public void populate()
              throws java.lang.Exception
IBM internal use only.
Throws:
java.lang.Exception

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext

setDataBeanKeyFfmCenterId

public void setDataBeanKeyFfmCenterId(java.lang.String aFfmCenterId)
Sets FfmCenterId
Parameters:
aFfmCenterId - java.lang.String

setDataBeanKeyStoreId

public void setDataBeanKeyStoreId(java.lang.String aStoreId)
Sets StoreId
Parameters:
aStoreId - java.lang.String

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.
Parameters:
aRequestProperty - com.ibm.commerce.datatype.TypedProperty
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

setReturnRecordsForReceiverList

public void setReturnRecordsForReceiverList(ReturnRecordsForReceiverDataBean[] aListDataBean)
Sets ReturnRecordsForReceiverDataBean array
Parameters:
aListDataBean - ReturnRecordsForReceiverDataBean[]