|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.negotiation.objects.BidAccessBean | +--com.ibm.commerce.negotiation.beans.BidDataBean
This bean provides access to the BID table.
The following is a description of this table:
Stores bid info.Updated when shopper submits a bid
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.SmartDataBean |
COPYRIGHT |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
BidDataBean()
|
Method Summary | |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
java.lang.String |
getDeviceExpDate()
IBM internal use only. |
java.lang.String |
getDeviceExpDay()
IBM internal use only. |
java.lang.String |
getDeviceExpMonth()
IBM internal use only. |
java.lang.String |
getDeviceExpYear()
IBM internal use only. |
java.util.Hashtable |
getPayinfoNVPairs()
IBM internal use only. |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
void |
populate()
Retrieves data from the database. |
void |
setBidId(java.lang.String aBidId1)
IBM internal use only. |
void |
setBidReferenceCode(java.lang.String aBidReferenceCode1)
IBM internal use only. |
void |
setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean. |
void |
setPayinfoNVPairs(java.util.Hashtable aPayinfoNVPairs1)
IBM internal use only. |
void |
setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean. |
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 |
Constructor Detail |
public BidDataBean()
Method Detail |
public CommandContext getCommandContext()
Gets the command context set within this bean.
getCommandContext
in interface SmartDataBean
public java.lang.String getDeviceExpDate()
IBM internal use only.
getDeviceExpDate
in interface BidSmartDataBean
public java.lang.String getDeviceExpDay()
IBM internal use only.
getDeviceExpDay
in interface BidSmartDataBean
public java.lang.String getDeviceExpMonth()
IBM internal use only.
getDeviceExpMonth
in interface BidSmartDataBean
public java.lang.String getDeviceExpYear()
IBM internal use only.
getDeviceExpYear
in interface BidSmartDataBean
public java.util.Hashtable getPayinfoNVPairs()
IBM internal use only.
public TypedProperty getRequestProperties()
Gets the request property set within this bean.
getRequestProperties
in interface InputDataBean
public void populate() throws java.lang.Exception
Retrieves data from the database.
populate
in interface SmartDataBean
java.lang.Exception
- The java.lang.Exception exceptionpublic void setBidId(java.lang.String aBidId1) throws java.lang.Exception
IBM internal use only.
setBidId
in interface BidInputDataBean
aBidId1
- java.lang.Stringjava.lang.Exception
- The java.lang.Exception exceptionpublic void setBidReferenceCode(java.lang.String aBidReferenceCode1) throws java.lang.Exception
IBM internal use only.
setBidReferenceCode
in interface BidInputDataBean
aBidReferenceCode1
- java.lang.Stringjava.lang.Exception
- The java.lang.Exception exceptionpublic void setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean.
setCommandContext
in interface SmartDataBean
aCommandContext1
- com.ibm.commerce.command.CommandContextpublic void setPayinfoNVPairs(java.util.Hashtable aPayinfoNVPairs1)
IBM internal use only.
aPayinfoNVPairs1
- java.util.Hashtablepublic void setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean.
setRequestProperties
in interface InputDataBean
aRequestProperties1
- com.ibm.commerce.datatype.TypedProperty
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |