com.ibm.commerce.negotiation.beans
Class AuctionDescriptionDataBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.negotiation.objects.AuctionDescriptionAccessBean
                    |
                    +--com.ibm.commerce.negotiation.beans.AuctionDescriptionDataBean
All Implemented Interfaces:
AuctionDescriptionAccessBeanData, AuctionDescriptionInputDataBean, AuctionDescriptionSmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class AuctionDescriptionDataBean
extends AuctionDescriptionAccessBean
implements AuctionDescriptionInputDataBean, AuctionDescriptionSmartDataBean, SmartDataBean

Interfaces to the data members of the AuctionDescriptionAccessBean.

See Also:
AuctionDescriptionAccessBean, SmartDataBean, Serialized Form

Field Summary
protected  CommandContext commandContext
           
static java.lang.String COPYRIGHT
           
protected  TypedProperty requestProperties
           
 
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Constructor Summary
AuctionDescriptionDataBean()
          Constructs AuctionDescriptionDataBean, initializes fields to null.
AuctionDescriptionDataBean(AuctionDescriptionAccessBean anAccessBean)
          Constructs AuctionDescriptionDataBean, initializes fields to null.
 
Method Summary
 java.lang.String getAuctionId()
          Gets the auctionId.
 CommandContext getCommandContext()
          Gets the active commandContext.
 java.lang.String getLanguageId()
          Gets the active languageId.
 TypedProperty getRequestProperties()
          Returns the request parameters as a TypedProperty.
 void populate()
          Fetches field values from the access bean.
 void setAuctionId(java.lang.String newId)
          Sets the auctionId field and uses it to set the auctionId key field of the access bean.
 void setCommandContext(CommandContext newCommandContext)
          Sets the active commandContext.
 void setLanguageId(java.lang.String newLanguageId)
          Sets the languageId field and uses it to set the languageId key field of the access bean.
 void setRequestProperties(TypedProperty newRequestProperties)
          Copies the TypedProperty input parameters.
 
Methods inherited from class com.ibm.commerce.negotiation.objects.AuctionDescriptionAccessBean
commitCopyHelper, findDescriptionsByAuctionId, getAuctionIdInEJBType, getDescription, getLanguageIdInEJBType, getLongDescription, refreshCopyHelper, setAuctionId, setDescription, setInitKey_auctionId, setInitKey_languageId, setLanguageId, setLongDescription
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commandContext

protected CommandContext commandContext

COPYRIGHT

public static final java.lang.String COPYRIGHT

requestProperties

protected TypedProperty requestProperties
Constructor Detail

AuctionDescriptionDataBean

public AuctionDescriptionDataBean()
Constructs AuctionDescriptionDataBean, initializes fields to null.

AuctionDescriptionDataBean

public AuctionDescriptionDataBean(AuctionDescriptionAccessBean anAccessBean)
                           throws java.lang.Exception
Constructs AuctionDescriptionDataBean, initializes fields to null.
Parameters:
anAccessBean - com.ibm.commerce.negotiation.objects.AuctionDescriptionAccessBean
Throws:
ECException -  
Method Detail

getAuctionId

public java.lang.String getAuctionId()
Gets the auctionId.
Specified by:
getAuctionId in interface AuctionDescriptionSmartDataBean
Overrides:
getAuctionId in class AuctionDescriptionAccessBean
Returns:
the auction id.

getCommandContext

public CommandContext getCommandContext()
Gets the active commandContext.
Specified by:
getCommandContext in interface SmartDataBean
Returns:
the active commandContext.

getLanguageId

public java.lang.String getLanguageId()
Gets the active languageId.
Specified by:
getLanguageId in interface AuctionDescriptionSmartDataBean
Overrides:
getLanguageId in class AuctionDescriptionAccessBean
Returns:
the active languageId.

getRequestProperties

public TypedProperty getRequestProperties()
Returns the request parameters as a TypedProperty.
Specified by:
getRequestProperties in interface InputDataBean
Returns:
com.ibm.commerce.datatype.TypedProperty

populate

public void populate()
              throws java.lang.Exception
Fetches field values from the access bean.
Specified by:
populate in interface SmartDataBean
Throws:
java.lang.Exception - On any access bean error.

setAuctionId

public void setAuctionId(java.lang.String newId)
Sets the auctionId field and uses it to set the auctionId key field of the access bean.
Specified by:
setAuctionId in interface AuctionDescriptionInputDataBean
Overrides:
setAuctionId in class AuctionDescriptionAccessBean
Parameters:
newId - the relevant auctionId.

setCommandContext

public void setCommandContext(CommandContext newCommandContext)
Sets the active commandContext.
Specified by:
setCommandContext in interface SmartDataBean
Parameters:
newCommandContext - the active command context.

setLanguageId

public void setLanguageId(java.lang.String newLanguageId)
Sets the languageId field and uses it to set the languageId key field of the access bean.
Specified by:
setLanguageId in interface AuctionDescriptionInputDataBean
Overrides:
setLanguageId in class AuctionDescriptionAccessBean
Parameters:
newLanguageId - the desired language id.

setRequestProperties

public void setRequestProperties(TypedProperty newRequestProperties)
Copies the TypedProperty input parameters.
Specified by:
setRequestProperties in interface InputDataBean
Parameters:
newRequestProperties - com.ibm.commerce.datatype.TypedProperty