|
||||||||
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.AuctionAccessBean | +--com.ibm.commerce.negotiation.beans.AuctionDataBean
This bean provides access to the AUCTION table.
The following is a description of this table:
Contains the information required for each auction such as category entry (item), closing rules, pricing rules, deposit amount, and bid rules.
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.InputDataBean |
COPYRIGHT |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Fields inherited from interface com.ibm.commerce.beans.SmartDataBean |
COPYRIGHT |
Constructor Summary | |
AuctionDataBean()
|
Method Summary | |
java.lang.String |
getAuctDurationHour()
IBM internal use only. |
java.lang.String |
getAuctDurationMinute()
IBM internal use only. |
java.lang.String |
getAuctDurationSecond()
IBM internal use only. |
java.lang.String |
getAuctDurationTime()
IBM internal use only. |
java.lang.String |
getAuctEndDate()
IBM internal use only. |
java.lang.String |
getAuctEndDay()
IBM internal use only. |
java.lang.String |
getAuctEndHour()
IBM internal use only. |
java.lang.String |
getAuctEndMinute()
IBM internal use only. |
java.lang.String |
getAuctEndMonth()
IBM internal use only. |
java.lang.String |
getAuctEndSecond()
IBM internal use only. |
java.lang.String |
getAuctEndTime()
IBM internal use only. |
java.lang.String |
getAuctEndYear()
IBM internal use only. |
java.lang.String |
getAuctionId()
This method provides access to the AUCTION.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getAuctStartDate()
IBM internal use only. |
java.lang.String |
getAuctStartDay()
IBM internal use only. |
java.lang.String |
getAuctStartHour()
IBM internal use only. |
java.lang.String |
getAuctStartMinute()
IBM internal use only. |
java.lang.String |
getAuctStartMonth()
IBM internal use only. |
java.lang.String |
getAuctStartSecond()
IBM internal use only. |
java.lang.String |
getAuctStartTime()
IBM internal use only. |
java.lang.String |
getAuctStartYear()
IBM internal use only. |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
void |
populate()
Retrieves data from the database. |
void |
setAuctionId(java.lang.String aAuctionId1)
This method provides access to the AUCTION.AUCT_ID column of DB2 type BIGINT NOT NULL. |
void |
setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean. |
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 AuctionDataBean()
Method Detail |
public java.lang.String getAuctDurationHour()
IBM internal use only.
getAuctDurationHour
in interface AuctionSmartDataBean
public java.lang.String getAuctDurationMinute()
IBM internal use only.
getAuctDurationMinute
in interface AuctionSmartDataBean
public java.lang.String getAuctDurationSecond()
IBM internal use only.
getAuctDurationSecond
in interface AuctionSmartDataBean
public java.lang.String getAuctDurationTime()
IBM internal use only.
getAuctDurationTime
in interface AuctionSmartDataBean
public java.lang.String getAuctEndDate()
IBM internal use only.
getAuctEndDate
in interface AuctionSmartDataBean
public java.lang.String getAuctEndDay()
IBM internal use only.
getAuctEndDay
in interface AuctionSmartDataBean
public java.lang.String getAuctEndHour()
IBM internal use only.
getAuctEndHour
in interface AuctionSmartDataBean
public java.lang.String getAuctEndMinute()
IBM internal use only.
getAuctEndMinute
in interface AuctionSmartDataBean
public java.lang.String getAuctEndMonth()
IBM internal use only.
getAuctEndMonth
in interface AuctionSmartDataBean
public java.lang.String getAuctEndSecond()
IBM internal use only.
getAuctEndSecond
in interface AuctionSmartDataBean
public java.lang.String getAuctEndTime()
IBM internal use only.
getAuctEndTime
in interface AuctionSmartDataBean
public java.lang.String getAuctEndYear()
IBM internal use only.
getAuctEndYear
in interface AuctionSmartDataBean
public java.lang.String getAuctionId()
This method provides access to the AUCTION.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique key to identify the auction.
getAuctionId
in interface AuctionSmartDataBean
public java.lang.String getAuctStartDate()
IBM internal use only.
getAuctStartDate
in interface AuctionSmartDataBean
public java.lang.String getAuctStartDay()
IBM internal use only.
getAuctStartDay
in interface AuctionSmartDataBean
public java.lang.String getAuctStartHour()
IBM internal use only.
getAuctStartHour
in interface AuctionSmartDataBean
public java.lang.String getAuctStartMinute()
IBM internal use only.
getAuctStartMinute
in interface AuctionSmartDataBean
public java.lang.String getAuctStartMonth()
IBM internal use only.
getAuctStartMonth
in interface AuctionSmartDataBean
public java.lang.String getAuctStartSecond()
IBM internal use only.
getAuctStartSecond
in interface AuctionSmartDataBean
public java.lang.String getAuctStartTime()
IBM internal use only.
getAuctStartTime
in interface AuctionSmartDataBean
public java.lang.String getAuctStartYear()
IBM internal use only.
getAuctStartYear
in interface AuctionSmartDataBean
public CommandContext getCommandContext()
Gets the command context set within this bean.
getCommandContext
in interface SmartDataBean
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 setAuctionId(java.lang.String aAuctionId1)
This method provides access to the AUCTION.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique key to identify the auction.
setAuctionId
in interface AuctionInputDataBean
aAuctionId1
- java.lang.Stringpublic void setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean.
setCommandContext
in interface SmartDataBean
aCommandContext1
- com.ibm.commerce.command.CommandContextpublic 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 |