|
||||||||
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
This bean provides access to the AUTOBID table.
The following is a description of this table:
This table contains information about autobids. Autobids are bids automatically submitted by a scheduler command.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
AutoBidAccessBean()
Zero argument constructor used to initialize the access bean. |
|
AutoBidAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
AutoBidAccessBean(java.lang.Long auctionId,
java.lang.Long ownerId)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findAllAutoBids(com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all autobids. |
AutoBidAccessBean |
findAutoBidByReferenceCode(java.lang.String refCode)
Retrieves an autobid by its reference code. |
java.util.Enumeration |
findAutoBidsByAuction(java.lang.Long auctionId,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all autobids of the specified auction. |
java.util.Enumeration |
findAutoBidsByAuctionAndStatus(java.lang.Long auctionId,
java.lang.String status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all autobids of the specified auction with the specified status. |
java.util.Enumeration |
findAutoBidsByOwner(java.lang.Long ownerId,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all autobids of the specified owner. |
java.util.Enumeration |
findAutoBidsByOwnerAndMultipleAuctionStatus(java.lang.Long ownerId,
java.lang.String[] status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all autobids of the specified owner for all auctions in specified statuses. |
java.util.Enumeration |
findAutoBidsByOwnerAndStatus(java.lang.Long ownerId,
java.lang.String status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all autobids, of the specified owner, in a particular status. |
java.util.Enumeration |
findAutoBidsByStatus(java.lang.String status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all autobids in a particular status. |
java.util.Enumeration |
findByAuction(java.lang.Long ownerId,
java.lang.String[] status,
java.lang.Long auctionId,
java.lang.String[] auctStatus,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all autobids, in certain statuses, of the specified owner for all auctions in specified statuses. |
boolean |
fulfills(java.lang.Long aFills1,
java.lang.String aFills2)
IBM internal use only. |
java.lang.String |
getAdminId()
This method provides access to the AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getAdminIdInEJBType()
This method provides access to the AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL. |
AuctionAccessBean |
getAuction()
Get the auction access bean associated with the auction id of this autobid. |
java.lang.String |
getAuctionId()
This method provides access to the AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getAuctionIdInEJBType()
This method provides access to the AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getBankInfo()
This method provides access to the AUTOBID.BKNAME column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getBidComment()
This method provides access to the AUTOBID.BIDMSG column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getBidQuantity()
This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL. |
java.lang.Double |
getBidQuantityInEJBType()
This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getBillingAddressId()
This method provides access to the AUTOBID.BILLADDR column of DB2 type BIGINT NULL. |
java.lang.Long |
getBillingAddressIdInEJBType()
This method provides access to the AUTOBID.BILLADDR column of DB2 type BIGINT NULL. |
java.lang.String |
getCommentFlag()
This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL. |
int |
getCommentFlagInEJBType()
This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL. |
java.lang.String |
getCreationTime()
This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getCreationTimeInEJBType()
This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getDeviceExpiration()
This method provides access to the AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getDeviceExpirationInEJBType()
This method provides access to the AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getDeviceNumber()
This method provides access to the AUTOBID.DEVICE column of DB2 type VARCHAR(64) NOT NULL. |
java.lang.String |
getEncrypted()
This method provides access to the AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL. |
int |
getEncryptedInEJBType()
This method provides access to the AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getEndTime()
This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getEndTimeInEJBType()
This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getField1()
This method provides access to the AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL. |
java.lang.Long |
getField1InEJBType()
This method provides access to the AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL. |
java.lang.String |
getField2()
This method provides access to the AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField2InEJBType()
This method provides access to the AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField3()
This method provides access to the AUTOBID.ABFIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getFirstBidId()
This method provides access to the AUTOBID.BID_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getFirstBidIdInEJBType()
This method provides access to the AUTOBID.BID_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getId()
This method provides access to the AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getIdInEJBType()
This method provides access to the AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getInitialBidPrice()
This method provides access to the AUTOBID.INITBIDVAL column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getInitialBidPriceInEJBType()
This method provides access to the AUTOBID.INITBIDVAL column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getLastBidId()
This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getLastBidIdInEJBType()
This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getMaxBidLimit()
This method provides access to the AUTOBID.MAXBIDLIMIT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getMaxBidLimitInEJBType()
This method provides access to the AUTOBID.MAXBIDLIMIT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Long |
getOwner()
This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOwnerId()
This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOwnerIdInEJBType()
This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPayDeviceType()
This method provides access to the AUTOBID.PAYTYPE column of DB2 type CHAR(64) NOT NULL. |
java.lang.String |
getReferenceCode()
This method provides access to the AUTOBID.REFCODE column of DB2 type CHAR(36) NOT NULL. |
java.lang.String |
getScale()
This method provides access to the AUTOBID.QUANTSCALE column of DB2 type INTEGER NULL. |
int |
getScaleInEJBType()
This method provides access to the AUTOBID.QUANTSCALE column of DB2 type INTEGER NULL. |
java.lang.String |
getShippingAddressId()
This method provides access to the AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getShippingAddressIdInEJBType()
This method provides access to the AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getShippingMode()
This method provides access to the AUTOBID.SHIPMODE column of DB2 type INTEGER NULL. |
java.lang.Integer |
getShippingModeInEJBType()
This method provides access to the AUTOBID.SHIPMODE column of DB2 type INTEGER NULL. |
java.lang.String |
getStartTime()
This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getStartTimeInEJBType()
This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getStatus()
This method provides access to the AUTOBID.ABSTATUS column of DB2 type CHAR(4) NULL. |
java.lang.String |
getStoreId()
This method provides access to the AUTOBID.STORE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getStoreIdInEJBType()
This method provides access to the AUTOBID.STORE_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getWinOption()
This method provides access to the AUTOBID.WINOPT column of DB2 type CHAR(4) NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAdminId(java.lang.Long aAdminId1)
This method provides access to the AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL. |
void |
setAdminId(java.lang.String aAdminId1)
This method provides access to the AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL. |
void |
setAuctionId(java.lang.Long aAuctionId1)
This method provides access to the AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL. |
void |
setAuctionId(java.lang.String aAuctionId1)
This method provides access to the AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL. |
void |
setBankInfo(java.lang.String aBankInfo1)
This method provides access to the AUTOBID.BKNAME column of DB2 type VARCHAR(254) NULL. |
void |
setBidComment(java.lang.String aBidComment1)
This method provides access to the AUTOBID.BIDMSG column of DB2 type VARCHAR(254) NULL. |
void |
setBidQuantity(java.lang.Double aBidQuantity1)
This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL. |
void |
setBidQuantity(java.lang.String aBidQuantity1)
This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL. |
void |
setBillingAddressId(java.lang.Long aBillingAddressId1)
This method provides access to the AUTOBID.BILLADDR column of DB2 type BIGINT NULL. |
void |
setBillingAddressId(java.lang.String aBillingAddressId1)
This method provides access to the AUTOBID.BILLADDR column of DB2 type BIGINT NULL. |
void |
setCommentFlag(int aCommentFlag1)
This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL. |
void |
setCommentFlag(java.lang.String aCommentFlag1)
This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL. |
void |
setCreationTime(java.lang.String aCreationTime1)
This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL. |
void |
setCreationTime(java.sql.Timestamp aCreationTime1)
This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL. |
void |
setDeviceExpiration(java.lang.String aDeviceExpiration1)
This method provides access to the AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setDeviceExpiration(java.sql.Timestamp aDeviceExpiration1)
This method provides access to the AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setDeviceNumber(java.lang.String aDeviceNumber1)
This method provides access to the AUTOBID.DEVICE column of DB2 type VARCHAR(64) NOT NULL. |
void |
setEncrypted(int aEncrypted1)
This method provides access to the AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL. |
void |
setEncrypted(java.lang.String aEncrypted1)
This method provides access to the AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL. |
void |
setEndTime(java.lang.String aEndTime1)
This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL. |
void |
setEndTime(java.sql.Timestamp aEndTime1)
This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL. |
void |
setField1(java.lang.Long aField11)
This method provides access to the AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL. |
void |
setField1(java.lang.String aField11)
This method provides access to the AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL. |
void |
setField2(java.math.BigDecimal aField21)
This method provides access to the AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField2(java.lang.String aField21)
This method provides access to the AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String aField31)
This method provides access to the AUTOBID.ABFIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setFirstBidId(java.lang.Long aFirstBidId1)
This method provides access to the AUTOBID.BID_ID column of DB2 type BIGINT NULL. |
void |
setFirstBidId(java.lang.String aFirstBidId1)
This method provides access to the AUTOBID.BID_ID column of DB2 type BIGINT NULL. |
void |
setId(java.lang.Long aId1)
This method provides access to the AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL. |
void |
setId(java.lang.String aId1)
This method provides access to the AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitialBidPrice(java.math.BigDecimal aInitialBidPrice1)
This method provides access to the AUTOBID.INITBIDVAL column of DB2 type DECIMAL(20,5) NULL. |
void |
setInitialBidPrice(java.lang.String aInitialBidPrice1)
This method provides access to the AUTOBID.INITBIDVAL column of DB2 type DECIMAL(20,5) NULL. |
void |
setInitKey_id(java.lang.Long aInitKey_id1)
Set the primary key for this object |
void |
setLastBidId(java.lang.Long aLastBidId1)
This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL. |
void |
setLastBidId(java.lang.String aLastBidId1)
This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL. |
void |
setMaxBidLimit(java.math.BigDecimal aMaxBidLimit1)
This method provides access to the AUTOBID.MAXBIDLIMIT column of DB2 type DECIMAL(20,5) NULL. |
void |
setMaxBidLimit(java.lang.String aMaxBidLimit1)
This method provides access to the AUTOBID.MAXBIDLIMIT column of DB2 type DECIMAL(20,5) NULL. |
void |
setOwnerId(java.lang.Long aOwnerId1)
This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOwnerId(java.lang.String aOwnerId1)
This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL. |
void |
setPayDeviceType(java.lang.String aPayDeviceType1)
This method provides access to the AUTOBID.PAYTYPE column of DB2 type CHAR(64) NOT NULL. |
void |
setReferenceCode(java.lang.String aReferenceCode1)
This method provides access to the AUTOBID.REFCODE column of DB2 type CHAR(36) NOT NULL. |
void |
setScale(int aScale1)
This method provides access to the AUTOBID.QUANTSCALE column of DB2 type INTEGER NULL. |
void |
setScale(java.lang.String aScale1)
This method provides access to the AUTOBID.QUANTSCALE column of DB2 type INTEGER NULL. |
void |
setShippingAddressId(java.lang.Long aShippingAddressId1)
This method provides access to the AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL. |
void |
setShippingAddressId(java.lang.String aShippingAddressId1)
This method provides access to the AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL. |
void |
setShippingMode(java.lang.Integer aShippingMode1)
This method provides access to the AUTOBID.SHIPMODE column of DB2 type INTEGER NULL. |
void |
setShippingMode(java.lang.String aShippingMode1)
This method provides access to the AUTOBID.SHIPMODE column of DB2 type INTEGER NULL. |
void |
setStartTime(java.lang.String aStartTime1)
This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL. |
void |
setStartTime(java.sql.Timestamp aStartTime1)
This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL. |
void |
setStatus(java.lang.String aStatus1)
This method provides access to the AUTOBID.ABSTATUS column of DB2 type CHAR(4) NULL. |
void |
setStoreId(java.lang.Integer aStoreId1)
This method provides access to the AUTOBID.STORE_ID column of DB2 type INTEGER NULL. |
void |
setStoreId(java.lang.String aStoreId1)
This method provides access to the AUTOBID.STORE_ID column of DB2 type INTEGER NULL. |
void |
setWinOption(java.lang.String aWinOption1)
This method provides access to the AUTOBID.WINOPT column of DB2 type CHAR(4) NULL. |
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 AutoBidAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method:
public abstract com.ibm.commerce.negotiation.objects.AutoBid com.ibm.commerce.negotiation.objimpl.AutoBidHomeBase.findByPrimaryKey(com.ibm.commerce.negotiation.objects.AutoBidKey) throws java.rmi.RemoteException,javax.ejb.FinderException
The home interface method properties need to be set by calling the following setter methods before calling any business methods:
public AutoBidAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exception.public AutoBidAccessBean(java.lang.Long auctionId, java.lang.Long ownerId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
auctionId
- The auction id.ownerId
- The owner of the auction.Method Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findAllAutoBids(com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all autobids.
The SQL query used to fetch all the required rows from the AUTOBID table is:
SELECT * FROM AUTOBID T1 WHERE 1=1
sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public AutoBidAccessBean findAutoBidByReferenceCode(java.lang.String refCode) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an autobid by its reference code.
The SQL query used to fetch all the required rows from the AUTOBID table is:
SELECT * FROM AUTOBID T1 WHERE T1.REFCODE = ?
refCode
- The reference code of the auction.public java.util.Enumeration findAutoBidsByAuction(java.lang.Long auctionId, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all autobids of the specified auction.
The SQL query used to fetch all the required rows from the AUTOBID table is:
SELECT * FROM AUTOBID T1 WHERE T1.AUCT_ID=?
auctionId
- The auction id.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.util.Enumeration findAutoBidsByAuctionAndStatus(java.lang.Long auctionId, java.lang.String status, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all autobids of the specified auction with the specified status.
The SQL query used to fetch all the required rows from the AUTOBID table is:
SELECT * FROM AUTOBID T1 WHERE T1.AUCT_ID=? AND T1.ABSTATUS=?
auctionId
- The auction id.status
- The autobid status. Valid values: A=active bid, R=bid retracted by customer, D=bid deleted by administrator.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.util.Enumeration findAutoBidsByOwner(java.lang.Long ownerId, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all autobids of the specified owner.
The SQL query used to fetch all the required rows from the AUTOBID table is:
SELECT * FROM AUTOBID T1 WHERE T1.OWNER_ID=?
ownerId
- The ID of the customer who submitted the bid.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.util.Enumeration findAutoBidsByOwnerAndMultipleAuctionStatus(java.lang.Long ownerId, java.lang.String[] status, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all autobids of the specified owner for all auctions in specified statuses.
The SQL query used to fetch all the required rows from the AUTOBID table is:
SELECT * FROM AUTOBID T1 WHERE T1.OWNER_ID=? And T1.AUCT_ID In (Select AUCT_ID From AUCTION Where AUSTATUS IN (?))
ownerId
- The ID of the customer who submitted the bid.status
- A list of auction statuses. An item is created in the IN clause for each status.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.util.Enumeration findAutoBidsByOwnerAndStatus(java.lang.Long ownerId, java.lang.String status, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all autobids, of the specified owner, in a particular status.
The SQL query used to fetch all the required rows from the AUTOBID table is:
SELECT * FROM AUTOBID T1 WHERE T1.OWNER_ID=? AND T1.ABSTATUS=?
ownerId
- The ID of the customer who submitted the bid.status
- The autobid status. Valid values: A=active bid, R=bid retracted by customer, D=bid deleted by administrator.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.util.Enumeration findAutoBidsByStatus(java.lang.String status, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all autobids in a particular status.
The SQL query used to fetch all the required rows from the AUTOBID table is:
SELECT * FROM AUTOBID T1 WHERE T1.ABSTATUS=?
status
- The autobid status. Valid values: A=active bid, R=bid retracted by customer, D=bid deleted by administrator.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.util.Enumeration findByAuction(java.lang.Long ownerId, java.lang.String[] status, java.lang.Long auctionId, java.lang.String[] auctStatus, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all autobids, in certain statuses, of the specified owner for all auctions in specified statuses.
The SQL query used to fetch all the required rows from the AUTOBID table is:
SELECT * FROM AUTOBID T1 WHERE T1.OWNER_ID=? And T1.AUCT_ID=? And T1.ABSTATUS IN(?) And T1.AUCT_ID IN (Select AUCT_ID From AUCTION Where AUSTATUS IN (?))
ownerId
- The ID of the customer who submitted the bid.status
- A list of autobid statuses. An item is created in the first IN clause for each status.auctionId
- The auction id.auctStatus
- A list of auction statuses. An item is created in the second IN clause for each status.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public boolean fulfills(java.lang.Long aFills1, java.lang.String aFills2) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
aFills1
- java.lang.LongaFills2
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.lang.Exception
- The java.lang.Exception exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAdminId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the administrator who retracted the autobid.
getAdminId
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getAdminIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the administrator who retracted the autobid.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic AuctionAccessBean getAuction() throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
Get the auction access bean associated with the auction id of this autobid.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.lang.Exception
- The java.lang.Exception exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAuctionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Auction ID.
getAuctionId
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getAuctionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Auction ID.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBankInfo() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.BKNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getBankInfo
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBidComment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.BIDMSG column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getBidComment
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBidQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Autobid quantity.
getBidQuantity
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Double getBidQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Autobid quantity.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBillingAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.BILLADDR column of DB2 type BIGINT NULL.
The following is a description of this column:
Billing address for customer.
getBillingAddressId
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getBillingAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.BILLADDR column of DB2 type BIGINT NULL.
The following is a description of this column:
Billing address for customer.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCommentFlag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
getCommentFlag
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic int getCommentFlagInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCreationTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Autobid creation date and time.
getCreationTime
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getCreationTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Autobid creation date and time.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDeviceExpiration() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Expiration date for the credit card.
getDeviceExpiration
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getDeviceExpirationInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Expiration date for the credit card.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDeviceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.DEVICE column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
Credit card number.
getDeviceNumber
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getEncrypted() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether credit card number is encrypted or not. Valid values: 0=not encrypted, 1=encrypted.
getEncrypted
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic int getEncryptedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether credit card number is encrypted or not. Valid values: 0=not encrypted, 1=encrypted.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getEndTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Reserved for IBM internal use.
getEndTime
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getEndTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
getField1
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField2
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ABFIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField3
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getFirstBidId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.BID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reference to the bid generated from this autobid.
getFirstBidId
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getFirstBidIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.BID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reference to the bid generated from this autobid.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier for autobid. Primary key for this table.
getId
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier for autobid. Primary key for this table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getInitialBidPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.INITBIDVAL column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The initial bid value for the autobid.
getInitialBidPrice
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getInitialBidPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.INITBIDVAL column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The initial bid value for the autobid.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getLastBidId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
getLastBidId
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getLastBidIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMaxBidLimit() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.MAXBIDLIMIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Maximum bid. No autobids will be generated if the bidding exceeds this limit.
getMaxBidLimit
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getMaxBidLimitInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.MAXBIDLIMIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Maximum bid. No autobids will be generated if the bidding exceeds this limit.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the customer who submitted the bid.
java.lang.Exception
- The java.lang.Exception exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOwnerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the customer who submitted the bid.
getOwnerId
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOwnerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the customer who submitted the bid.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPayDeviceType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.PAYTYPE column of DB2 type CHAR(64) NOT NULL.
The following is a description of this column:
Payment type. This is set to the value of the cardBrand payment parameter when the autobid is submitted.
getPayDeviceType
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getReferenceCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.REFCODE column of DB2 type CHAR(36) NOT NULL.
The following is a description of this column:
Reference code. A unique code that identifies the auction.
getReferenceCode
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getScale() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.QUANTSCALE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
getScale
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic int getScaleInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.QUANTSCALE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getShippingAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of ship-to address.
getShippingAddressId
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getShippingAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of ship-to address.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getShippingMode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.SHIPMODE column of DB2 type INTEGER NULL.
The following is a description of this column:
Shipping mode.
getShippingMode
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getShippingModeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.SHIPMODE column of DB2 type INTEGER NULL.
The following is a description of this column:
Shipping mode.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStartTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Reserved for IBM internal use.
getStartTime
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getStartTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.ABSTATUS column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Autobid status. Valid values: A=active bid, R=bid retracted by customer, D=bid deleted by administrator.
getStatus
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.STORE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
ID of the store that is conducting the auction.
getStoreId
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.STORE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
ID of the store that is conducting the auction.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getWinOption() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUTOBID.WINOPT column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Indicates if bidder will accept a partial quantity. Valid values: A=bidder will only accept full quantity, P=bidder will accept a partial quantity.
getWinOption
in interface AutoBidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setAdminId(java.lang.Long aAdminId1)
This method provides access to the AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the administrator who retracted the autobid.
aAdminId1
- java.lang.Longpublic void setAdminId(java.lang.String aAdminId1)
This method provides access to the AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the administrator who retracted the autobid.
setAdminId
in interface AutoBidAccessBeanData
aAdminId1
- java.lang.Stringpublic void setAuctionId(java.lang.Long aAuctionId1)
This method provides access to the AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Auction ID.
aAuctionId1
- java.lang.Longpublic void setAuctionId(java.lang.String aAuctionId1)
This method provides access to the AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Auction ID.
setAuctionId
in interface AutoBidAccessBeanData
aAuctionId1
- java.lang.Stringpublic void setBankInfo(java.lang.String aBankInfo1)
This method provides access to the AUTOBID.BKNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setBankInfo
in interface AutoBidAccessBeanData
aBankInfo1
- java.lang.Stringpublic void setBidComment(java.lang.String aBidComment1)
This method provides access to the AUTOBID.BIDMSG column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setBidComment
in interface AutoBidAccessBeanData
aBidComment1
- java.lang.Stringpublic void setBidQuantity(java.lang.Double aBidQuantity1)
This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Autobid quantity.
aBidQuantity1
- java.lang.Doublepublic void setBidQuantity(java.lang.String aBidQuantity1)
This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Autobid quantity.
setBidQuantity
in interface AutoBidAccessBeanData
aBidQuantity1
- java.lang.Stringpublic void setBillingAddressId(java.lang.Long aBillingAddressId1)
This method provides access to the AUTOBID.BILLADDR column of DB2 type BIGINT NULL.
The following is a description of this column:
Billing address for customer.
aBillingAddressId1
- java.lang.Longpublic void setBillingAddressId(java.lang.String aBillingAddressId1)
This method provides access to the AUTOBID.BILLADDR column of DB2 type BIGINT NULL.
The following is a description of this column:
Billing address for customer.
setBillingAddressId
in interface AutoBidAccessBeanData
aBillingAddressId1
- java.lang.Stringpublic void setCommentFlag(int aCommentFlag1)
This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aCommentFlag1
- intpublic void setCommentFlag(java.lang.String aCommentFlag1)
This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
setCommentFlag
in interface AutoBidAccessBeanData
aCommentFlag1
- java.lang.Stringpublic void setCreationTime(java.lang.String aCreationTime1)
This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Autobid creation date and time.
setCreationTime
in interface AutoBidAccessBeanData
aCreationTime1
- java.lang.Stringpublic void setCreationTime(java.sql.Timestamp aCreationTime1)
This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Autobid creation date and time.
aCreationTime1
- java.sql.Timestamppublic void setDeviceExpiration(java.lang.String aDeviceExpiration1)
This method provides access to the AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Expiration date for the credit card.
setDeviceExpiration
in interface AutoBidAccessBeanData
aDeviceExpiration1
- java.lang.Stringpublic void setDeviceExpiration(java.sql.Timestamp aDeviceExpiration1)
This method provides access to the AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Expiration date for the credit card.
aDeviceExpiration1
- java.sql.Timestamppublic void setDeviceNumber(java.lang.String aDeviceNumber1)
This method provides access to the AUTOBID.DEVICE column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
Credit card number.
setDeviceNumber
in interface AutoBidAccessBeanData
aDeviceNumber1
- java.lang.Stringpublic void setEncrypted(int aEncrypted1)
This method provides access to the AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether credit card number is encrypted or not. Valid values: 0=not encrypted, 1=encrypted.
aEncrypted1
- intpublic void setEncrypted(java.lang.String aEncrypted1)
This method provides access to the AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether credit card number is encrypted or not. Valid values: 0=not encrypted, 1=encrypted.
setEncrypted
in interface AutoBidAccessBeanData
aEncrypted1
- java.lang.Stringpublic void setEndTime(java.lang.String aEndTime1)
This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Reserved for IBM internal use.
setEndTime
in interface AutoBidAccessBeanData
aEndTime1
- java.lang.Stringpublic void setEndTime(java.sql.Timestamp aEndTime1)
This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Reserved for IBM internal use.
aEndTime1
- java.sql.Timestamppublic void setField1(java.lang.Long aField11)
This method provides access to the AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
aField11
- java.lang.Longpublic void setField1(java.lang.String aField11)
This method provides access to the AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
setField1
in interface AutoBidAccessBeanData
aField11
- java.lang.Stringpublic void setField2(java.math.BigDecimal aField21)
This method provides access to the AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField21
- java.math.BigDecimalpublic void setField2(java.lang.String aField21)
This method provides access to the AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField2
in interface AutoBidAccessBeanData
aField21
- java.lang.Stringpublic void setField3(java.lang.String aField31)
This method provides access to the AUTOBID.ABFIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField3
in interface AutoBidAccessBeanData
aField31
- java.lang.Stringpublic void setFirstBidId(java.lang.Long aFirstBidId1)
This method provides access to the AUTOBID.BID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reference to the bid generated from this autobid.
aFirstBidId1
- java.lang.Longpublic void setFirstBidId(java.lang.String aFirstBidId1)
This method provides access to the AUTOBID.BID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reference to the bid generated from this autobid.
setFirstBidId
in interface AutoBidAccessBeanData
aFirstBidId1
- java.lang.Stringpublic void setId(java.lang.Long aId1)
This method provides access to the AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier for autobid. Primary key for this table.
aId1
- java.lang.Longpublic void setId(java.lang.String aId1)
This method provides access to the AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier for autobid. Primary key for this table.
setId
in interface AutoBidAccessBeanData
aId1
- java.lang.Stringpublic void setInitialBidPrice(java.math.BigDecimal aInitialBidPrice1)
This method provides access to the AUTOBID.INITBIDVAL column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The initial bid value for the autobid.
aInitialBidPrice1
- java.math.BigDecimalpublic void setInitialBidPrice(java.lang.String aInitialBidPrice1)
This method provides access to the AUTOBID.INITBIDVAL column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The initial bid value for the autobid.
setInitialBidPrice
in interface AutoBidAccessBeanData
aInitialBidPrice1
- java.lang.Stringpublic void setInitKey_id(java.lang.Long aInitKey_id1)
Set the primary key for this object
aInitKey_id1
- java.lang.Longpublic void setLastBidId(java.lang.Long aLastBidId1)
This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aLastBidId1
- java.lang.Longpublic void setLastBidId(java.lang.String aLastBidId1)
This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
setLastBidId
in interface AutoBidAccessBeanData
aLastBidId1
- java.lang.Stringpublic void setMaxBidLimit(java.math.BigDecimal aMaxBidLimit1)
This method provides access to the AUTOBID.MAXBIDLIMIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Maximum bid. No autobids will be generated if the bidding exceeds this limit.
aMaxBidLimit1
- java.math.BigDecimalpublic void setMaxBidLimit(java.lang.String aMaxBidLimit1)
This method provides access to the AUTOBID.MAXBIDLIMIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Maximum bid. No autobids will be generated if the bidding exceeds this limit.
setMaxBidLimit
in interface AutoBidAccessBeanData
aMaxBidLimit1
- java.lang.Stringpublic void setOwnerId(java.lang.Long aOwnerId1)
This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the customer who submitted the bid.
aOwnerId1
- java.lang.Longpublic void setOwnerId(java.lang.String aOwnerId1)
This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the customer who submitted the bid.
setOwnerId
in interface AutoBidAccessBeanData
aOwnerId1
- java.lang.Stringpublic void setPayDeviceType(java.lang.String aPayDeviceType1)
This method provides access to the AUTOBID.PAYTYPE column of DB2 type CHAR(64) NOT NULL.
The following is a description of this column:
Payment type. This is set to the value of the cardBrand payment parameter when the autobid is submitted.
setPayDeviceType
in interface AutoBidAccessBeanData
aPayDeviceType1
- java.lang.Stringpublic void setReferenceCode(java.lang.String aReferenceCode1)
This method provides access to the AUTOBID.REFCODE column of DB2 type CHAR(36) NOT NULL.
The following is a description of this column:
Reference code. A unique code that identifies the auction.
setReferenceCode
in interface AutoBidAccessBeanData
aReferenceCode1
- java.lang.Stringpublic void setScale(int aScale1)
This method provides access to the AUTOBID.QUANTSCALE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aScale1
- intpublic void setScale(java.lang.String aScale1)
This method provides access to the AUTOBID.QUANTSCALE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
setScale
in interface AutoBidAccessBeanData
aScale1
- java.lang.Stringpublic void setShippingAddressId(java.lang.Long aShippingAddressId1)
This method provides access to the AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of ship-to address.
aShippingAddressId1
- java.lang.Longpublic void setShippingAddressId(java.lang.String aShippingAddressId1)
This method provides access to the AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of ship-to address.
setShippingAddressId
in interface AutoBidAccessBeanData
aShippingAddressId1
- java.lang.Stringpublic void setShippingMode(java.lang.Integer aShippingMode1)
This method provides access to the AUTOBID.SHIPMODE column of DB2 type INTEGER NULL.
The following is a description of this column:
Shipping mode.
aShippingMode1
- java.lang.Integerpublic void setShippingMode(java.lang.String aShippingMode1)
This method provides access to the AUTOBID.SHIPMODE column of DB2 type INTEGER NULL.
The following is a description of this column:
Shipping mode.
setShippingMode
in interface AutoBidAccessBeanData
aShippingMode1
- java.lang.Stringpublic void setStartTime(java.lang.String aStartTime1)
This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Reserved for IBM internal use.
setStartTime
in interface AutoBidAccessBeanData
aStartTime1
- java.lang.Stringpublic void setStartTime(java.sql.Timestamp aStartTime1)
This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Reserved for IBM internal use.
aStartTime1
- java.sql.Timestamppublic void setStatus(java.lang.String aStatus1)
This method provides access to the AUTOBID.ABSTATUS column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Autobid status. Valid values: A=active bid, R=bid retracted by customer, D=bid deleted by administrator.
setStatus
in interface AutoBidAccessBeanData
aStatus1
- java.lang.Stringpublic void setStoreId(java.lang.Integer aStoreId1)
This method provides access to the AUTOBID.STORE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
ID of the store that is conducting the auction.
aStoreId1
- java.lang.Integerpublic void setStoreId(java.lang.String aStoreId1)
This method provides access to the AUTOBID.STORE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
ID of the store that is conducting the auction.
setStoreId
in interface AutoBidAccessBeanData
aStoreId1
- java.lang.Stringpublic void setWinOption(java.lang.String aWinOption1)
This method provides access to the AUTOBID.WINOPT column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Indicates if bidder will accept a partial quantity. Valid values: A=bidder will only accept full quantity, P=bidder will accept a partial quantity.
setWinOption
in interface AutoBidAccessBeanData
aWinOption1
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |