com.ibm.commerce.ordermanagement.beans
Class ReturnReasonsListDataBean

java.lang.Object
  com.ibm.commerce.beans.InputDataBeanImpl
      com.ibm.commerce.beans.SmartDataBeanImpl
          com.ibm.commerce.ordermanagement.beans.ReturnReasonsListDataBean
All Implemented Interfaces:
DataBean, Delegator, InputDataBean, Protectable, java.io.Serializable, SmartDataBean

public class ReturnReasonsListDataBean
extends SmartDataBeanImpl
implements Delegator, Protectable

ReturnReasonsListDataBean

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
IBM Copyright
protected CommandContext iCommandContext
Command context
protected java.lang.String iDataBeanKeyLanguageId
LanguageId
protected java.lang.String iDataBeanKeyStoreentId
StoreentId
protected TypedProperty iRequestProperties
Request properties
protected ReturnReasonsDataBean[] iReturnReasonsListDataBean
ReturnReasonsDataBean array
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
commandContext
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl
requestProperties
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Constructor Summary
ReturnReasonsListDataBean()
Method Summary
CommandContext getCommandContext()
Gets the command context set within this bean.
java.lang.String getDataBeanKeyLanguageId()
Returns LanguageId
java.lang.String getDataBeanKeyStoreentId()
Returns StoreentId
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.
ReturnReasonsDataBean[] getReturnReasonsList()
Returns ReturnReasonsDataBean array
void populate()
IBM internal use only.
void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Sets LanguageId
void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
Sets StoreentId
void setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
void setReturnReasonsList(ReturnReasonsDataBean[] aListDataBean)
Sets ReturnReasonsDataBean array
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getResources
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

iDataBeanKeyLanguageId

protected java.lang.String iDataBeanKeyLanguageId
LanguageId

iDataBeanKeyStoreentId

protected java.lang.String iDataBeanKeyStoreentId
StoreentId

iReturnReasonsListDataBean

protected ReturnReasonsDataBean[] iReturnReasonsListDataBean
ReturnReasonsDataBean array
Constructor Detail

ReturnReasonsListDataBean

public ReturnReasonsListDataBean()
Method Detail

getCommandContext

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

getDataBeanKeyLanguageId

public java.lang.String getDataBeanKeyLanguageId()
Returns LanguageId
Returns:
java.lang.String

getDataBeanKeyStoreentId

public java.lang.String getDataBeanKeyStoreentId()
Returns StoreentId
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.
Specified by:
getRequestProperties in interface InputDataBean
Overrides:
getRequestProperties in class InputDataBeanImpl
Returns:
com.ibm.commerce.datatype.TypedProperty

getReturnReasonsList

public ReturnReasonsDataBean[] getReturnReasonsList()
Returns ReturnReasonsDataBean array
Returns:
ReturnReasonsDataBean[]

populate

public void populate()
              throws java.lang.Exception
IBM internal use only.
Specified by:
populate in interface SmartDataBean
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception

setCommandContext

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

setDataBeanKeyLanguageId

public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Sets LanguageId
Parameters:
aLanguageId - java.lang.String

setDataBeanKeyStoreentId

public void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
Sets StoreentId
Parameters:
aStoreentId - 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.
Specified by:
setRequestProperties in interface InputDataBean
Overrides:
setRequestProperties in class InputDataBeanImpl
Parameters:
aRequestProperty - com.ibm.commerce.datatype.TypedProperty
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

setReturnReasonsList

public void setReturnReasonsList(ReturnReasonsDataBean[] aListDataBean)
Sets ReturnReasonsDataBean array
Parameters:
aListDataBean - ReturnReasonsDataBean[]

Feedback