|
||||||||
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.AutoBidAccessBean | +--com.ibm.commerce.negotiation.beans.AutoBidDataBean
Interfaces to the data members of the AutoBidAccessBean.
AutoBidAccessBean
,
SmartDataBean
, Serialized FormField Summary | |
protected java.lang.String |
aString
|
protected CommandContext |
commandContext
|
static java.lang.String |
COPYRIGHT
|
protected java.util.Hashtable |
paymentInfoNVPairs
|
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 | |
AutoBidDataBean()
Constructs AutoBidDataBean, initializes fields to emptyString. |
|
AutoBidDataBean(AutoBidAccessBean anAccessBean)
Constructs AutoBidDataBean, initializes fields to emptyString. |
|
AutoBidDataBean(javax.ejb.EJBObject o)
Constructs AutoBidDataBean, initializes fields to emptyString. |
Method Summary | |
java.lang.String |
getAutoBidId()
Gets the autoBidId field. |
CommandContext |
getCommandContext()
Gets the active commandContext. |
java.lang.String |
getDeviceExpDate()
Get Device Expiration Date in format: yyyy-mm-dd |
java.lang.String |
getDeviceExpDay()
Gets the Device Expiration (e.g. |
java.lang.String |
getDeviceExpMonth()
Gets the Device Expiration (e.g. |
java.lang.String |
getDeviceExpYear()
Gets the Device Expiration (e.g. |
java.util.Hashtable |
getPaymentInfoNVPairs()
Get payment related information. |
TypedProperty |
getRequestProperties()
Gets the value of requestProperties; currently implemented to return null. |
void |
populate()
Fetches field values from the access bean. |
void |
setAutoBidId(java.lang.String newAutoBidId)
Sets the autoBidId and uses the value to set a key field on the access bean. |
void |
setCommandContext(CommandContext newCommandContext)
Sets the active commandContext. |
void |
setPaymentInfoNVPairs(java.util.Hashtable newPaymentInfoNVPairs)
Stores the incoming hashtable of payment information in a member variable. |
void |
setRequestProperties(TypedProperty param)
Currently does nothing. |
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 |
protected java.lang.String aString
protected CommandContext commandContext
public static final java.lang.String COPYRIGHT
protected java.util.Hashtable paymentInfoNVPairs
Constructor Detail |
public AutoBidDataBean()
public AutoBidDataBean(AutoBidAccessBean anAccessBean) throws java.lang.Exception
anAccessBean
- com.ibm.commerce.negotiation.objects.AutoBidAccessBeanECException
- public AutoBidDataBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
- Method Detail |
public java.lang.String getAutoBidId()
getAutoBidId
in interface AutoBidSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public java.lang.String getDeviceExpDate()
getDeviceExpDate
in interface AutoBidSmartDataBean
public java.lang.String getDeviceExpDay()
getDeviceExpDay
in interface AutoBidSmartDataBean
public java.lang.String getDeviceExpMonth()
getDeviceExpMonth
in interface AutoBidSmartDataBean
public java.lang.String getDeviceExpYear()
getDeviceExpYear
in interface AutoBidSmartDataBean
public java.util.Hashtable getPaymentInfoNVPairs()
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
java.lang.Exception
- On any access bean error.public void setAutoBidId(java.lang.String newAutoBidId)
setAutoBidId
in interface AutoBidInputDataBean
newAutoBidId
- relevant autoBidId.public void setCommandContext(CommandContext newCommandContext)
setCommandContext
in interface SmartDataBean
newCommandContext
- the active command context.public void setPaymentInfoNVPairs(java.util.Hashtable newPaymentInfoNVPairs)
newPaymentInfoNVPairs
- java.util.Hashtablepublic void setRequestProperties(TypedProperty param)
setRequestProperties
in interface InputDataBean
param
- a TypedProperty that is ignored.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |