com.ibm.commerce.ordermanagement.beans
Class ReturnRecordsForReturnAdministratorListDataBean

java.lang.Object
  com.ibm.commerce.ordermanagement.beansrc.ReturnRecordsForReturnAdministratorListListDataBeanBase
      com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorListDataBean
All Implemented Interfaces:
Delegator, Protectable

public class ReturnRecordsForReturnAdministratorListDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordsForReturnAdministratorListListDataBeanBase
implements Delegator, Protectable

ReturnRecordsForReturnAdministratorListDataBean

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 ReturnRecordsForReturnAdministratorDataBean[] iReturnRecordsForReturnAdministratorListDataBean
ReturnRecordsForReturnAdministratorDataBean array
Constructor Summary
ReturnRecordsForReturnAdministratorListDataBean()
Method Summary
CommandContext getCommandContext()
Gets the command context set within this bean.
java.lang.String getDataBeanKeyFfmCenterId()
Returns FfmCenterId
java.lang.String getDataBeanKeyStoreId()
Returns StoreId
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.
ReturnRecordsForReturnAdministratorDataBean[] getReturnRecordsForReturnAdministratorList()
Returns ReturnRecordsForReturnAdministratorDataBean 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 setReturnRecordsForReturnAdministratorList(ReturnRecordsForReturnAdministratorDataBean[] aListDataBean)
Sets ReturnRecordsForReturnAdministratorDataBean array
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills
Field Detail

COPYRIGHT

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

iReturnRecordsForReturnAdministratorListDataBean

protected ReturnRecordsForReturnAdministratorDataBean[] iReturnRecordsForReturnAdministratorListDataBean
ReturnRecordsForReturnAdministratorDataBean array
Constructor Detail

ReturnRecordsForReturnAdministratorListDataBean

public ReturnRecordsForReturnAdministratorListDataBean()
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 Protectable getDelegate()
                        throws java.lang.Exception
Returns the Protectable object whose access control policies will indirectly control the access control for this object
Specified by:
getDelegate in interface Delegator
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.
Specified by:
getOwner in interface Protectable
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

getReturnRecordsForReturnAdministratorList

public ReturnRecordsForReturnAdministratorDataBean[] getReturnRecordsForReturnAdministratorList()
Returns ReturnRecordsForReturnAdministratorDataBean array
Returns:
ReturnRecordsForReturnAdministratorDataBean[]

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

setReturnRecordsForReturnAdministratorList

public void setReturnRecordsForReturnAdministratorList(ReturnRecordsForReturnAdministratorDataBean[] aListDataBean)
Sets ReturnRecordsForReturnAdministratorDataBean array
Parameters:
aListDataBean - ReturnRecordsForReturnAdministratorDataBean[]

Feedback