|
||||||||
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
This bean provides access to the AUCTION table.
The following is a description of this table:
This table contains the information required for each auction, such as catalog 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 |
Constructor Summary | |
AuctionAccessBean()
Zero argument constructor used to initialize the access bean. |
|
AuctionAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
AuctionAccessBean(java.lang.Long itemId,
java.lang.Long ownerid,
java.lang.String type)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
addToGallery(java.lang.Long memberId)
Add this auction to the gallery of the specified member. |
void |
addToRuleViewedList(java.lang.Long memberId)
Mark this auction's rules as viewed by the specified member. |
void |
addToStore(java.lang.Integer storeId)
Add this auction to the specified store. |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
void |
deleteAuctionDescription(java.lang.Integer lang)
This will delete the auction description for the specified language. |
void |
deleteFromGallery(java.lang.Long memberId)
Delete this auction from the specified member's auction gallery. |
void |
deleteFromRuleViewedList(java.lang.Long memberId)
Mark this auction as not having its rules viewed by this member. |
void |
deleteFromStore(java.lang.Integer storeId)
Delete this auction from the store. |
void |
deleteRuleViewedForAll()
Remove all members from the rules viewed list for this auction. |
java.util.Enumeration |
findActiveAuctions(java.lang.String type,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auctions with the given type that received new bids since the last bookkeeping time. |
java.util.Enumeration |
findActiveAuctionsWithAutobid(com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all open cry auctions that have active autobids. |
java.util.Enumeration |
findAllAuctions(com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auctions. |
AuctionAccessBean |
findAuctionByIdForUpdate(java.lang.Long auctId)
Retrieves an auction by its primary key for update. |
AuctionAccessBean |
findAuctionByReferenceCode(java.lang.String refCode)
Retrieves an auction by its reference code. |
java.util.Enumeration |
findAuctionsByItem(java.lang.Long catEntryId,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auctions for the given catalog entry id. |
java.util.Enumeration |
findAuctionsByMultipleStatus(java.lang.String[] status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auctions for the given catalog entry id. |
java.util.Enumeration |
findAuctionsByOwner(java.lang.Long ownerId,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auctions owned by the specified owner Id. |
java.util.Enumeration |
findAuctionsByOwnerAndStatus(java.lang.Long ownerId,
java.lang.String status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auctions of the specified status owned by the specified owner Id. |
java.util.Enumeration |
findAuctionsByOwnerAndType(java.lang.Long ownerId,
java.lang.String type,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auctions of the specified type owned by the specified owner Id. |
java.util.Enumeration |
findAuctionsByRuleId(java.lang.Long ruleId,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auctions with the specified bid rule id. |
java.util.Enumeration |
findAuctionsByStatus(java.lang.String status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auctions with the specified status. |
java.util.Enumeration |
findAuctionsByStatusAndFlag(java.lang.String status,
int lockFlag,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auctions with the specified status and lock flag. |
java.util.Enumeration |
findAuctionsByType(java.lang.String type,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auctions of the specified type. |
boolean |
fulfills(java.lang.Long aFills1,
java.lang.String aFills2)
IBM internal use only. |
java.lang.String |
getAdminId()
This method provides access to the AUCTION.ADMIN_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getAdminIdInEJBType()
This method provides access to the AUCTION.ADMIN_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getAuctionType()
This method provides access to the AUCTION.AUTYPE column of DB2 type CHAR(4) NOT NULL. |
java.lang.String |
getBestBidId()
This method provides access to the AUCTION.BESTBID_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getBestBidIdInEJBType()
This method provides access to the AUCTION.BESTBID_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getBidRuleId()
This method provides access to the AUCTION.BIDRULE_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getBidRuleIdInEJBType()
This method provides access to the AUCTION.BIDRULE_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getBookKeepingTime()
This method provides access to the AUCTION.LASTBKTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getBookKeepingTimeInEJBType()
This method provides access to the AUCTION.LASTBKTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getClosePriceRule()
This method provides access to the AUCTION.CLOSEPR column of DB2 type CHAR(4) NULL. |
java.lang.String |
getCloseType()
This method provides access to the AUCTION.CLOSETYPE column of DB2 type INTEGER NULL. |
int |
getCloseTypeInEJBType()
This method provides access to the AUCTION.CLOSETYPE column of DB2 type INTEGER NULL. |
java.lang.String |
getCurrency()
This method provides access to the AUCTION.CURRENCY column of DB2 type CHAR(4) NULL. |
java.lang.String |
getCurrentPrice()
This method provides access to the AUCTION.CURRPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getCurrentPriceInEJBType()
This method provides access to the AUCTION.CURRPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getCurrentQuantity()
This method provides access to the AUCTION.CURRQUANT column of DB2 type FLOAT NULL. |
java.lang.Double |
getCurrentQuantityInEJBType()
This method provides access to the AUCTION.CURRQUANT column of DB2 type FLOAT NULL. |
java.lang.String |
getDeposit()
This method provides access to the AUCTION.DEPOSIT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getDepositInEJBType()
This method provides access to the AUCTION.DEPOSIT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getDuration()
This method provides access to the AUCTION.DURATION column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getDurationDays()
This method provides access to the AUCTION.DURDAYS column of DB2 type INTEGER NULL. |
int |
getDurationDaysInEJBType()
This method provides access to the AUCTION.DURDAYS column of DB2 type INTEGER NULL. |
java.sql.Timestamp |
getDurationInEJBType()
This method provides access to the AUCTION.DURATION column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getEndTime()
This method provides access to the AUCTION.ENDTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getEndTimeInEJBType()
This method provides access to the AUCTION.ENDTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getEntryId()
This method provides access to the AUCTION.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getEntryIdInEJBType()
This method provides access to the AUCTION.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getField1()
This method provides access to the AUCTION.FIELD1 column of DB2 type BIGINT NULL. |
java.lang.Long |
getField1InEJBType()
This method provides access to the AUCTION.FIELD1 column of DB2 type BIGINT NULL. |
java.lang.String |
getField2()
This method provides access to the AUCTION.FIELD2 column of DB2 type BIGINT NULL. |
java.lang.Long |
getField2InEJBType()
This method provides access to the AUCTION.FIELD2 column of DB2 type BIGINT NULL. |
java.lang.String |
getField3()
This method provides access to the AUCTION.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField3InEJBType()
This method provides access to the AUCTION.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField4()
This method provides access to the AUCTION.FIELD4 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField4InEJBType()
This method provides access to the AUCTION.FIELD4 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField5()
This method provides access to the AUCTION.FIELD5 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField6()
This method provides access to the AUCTION.FIELD6 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getFullfillmentCenterId()
This method provides access to the AUCTION.FFMCENTER_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getFullfillmentCenterIdInEJBType()
This method provides access to the AUCTION.FFMCENTER_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getHighestBidId()
This method provides access to the AUCTION.HIGHBID_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getHighestBidIdInEJBType()
This method provides access to the AUCTION.HIGHBID_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getId()
This method provides access to the AUCTION.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getIdInEJBType()
This method provides access to the AUCTION.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getInventoryReservationId()
This method provides access to the AUCTION.INVRSRVID column of DB2 type BIGINT NULL. |
java.lang.Long |
getInventoryReservationIdInEJBType()
This method provides access to the AUCTION.INVRSRVID column of DB2 type BIGINT NULL. |
java.lang.String |
getItemPage(java.lang.Integer storeId)
Get the item display page for this auction and the specified store Id (from table AUCTSTRREL). |
java.lang.String |
getLockFlag()
This method provides access to the AUCTION.LOCKFLAG column of DB2 type INTEGER NULL. |
int |
getLockFlagInEJBType()
This method provides access to the AUCTION.LOCKFLAG column of DB2 type INTEGER NULL. |
java.lang.String |
getLongDescription(java.lang.Integer langId)
Get the long description for this auction and the specified language Id (from table AUCTDESC). |
java.lang.String |
getMemberGroupId()
This method provides access to the AUCTION.MBRGRP_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getMemberGroupIdInEJBType()
This method provides access to the AUCTION.MBRGRP_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getOpenPrice()
This method provides access to the AUCTION.OPENPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getOpenPriceInEJBType()
This method provides access to the AUCTION.OPENPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Long |
getOwner()
This method provides access to the AUCTION.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOwnerId()
This method provides access to the AUCTION.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOwnerIdInEJBType()
This method provides access to the AUCTION.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPaymentMethods()
This method provides access to the AUCTION.PAYMETHODS column of DB2 type CHAR(254) NULL. |
java.lang.String |
getPrecedence()
This method provides access to the AUCTION.PRECEDENCE column of DB2 type INTEGER NULL. |
int |
getPrecedenceInEJBType()
This method provides access to the AUCTION.PRECEDENCE column of DB2 type INTEGER NULL. |
java.lang.String |
getQuantity()
This method provides access to the AUCTION.AUQUANT column of DB2 type FLOAT NOT NULL. |
java.lang.Double |
getQuantityInEJBType()
This method provides access to the AUCTION.AUQUANT column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getRealEndTime()
This method provides access to the AUCTION.REALENDTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getRealEndTimeInEJBType()
This method provides access to the AUCTION.REALENDTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getReferenceCode()
This method provides access to the AUCTION.REFCODE column of DB2 type CHAR(36) NOT NULL. |
java.lang.String |
getRefPrice()
This method provides access to the AUCTION.REFPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getRefPriceInEJBType()
This method provides access to the AUCTION.REFPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getReservePrice()
This method provides access to the AUCTION.RESRVPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getReservePriceInEJBType()
This method provides access to the AUCTION.RESRVPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getRetractBid()
This method provides access to the AUCTION.RETRACT_BID column of DB2 type INTEGER NULL. |
int |
getRetractBidInEJBType()
This method provides access to the AUCTION.RETRACT_BID column of DB2 type INTEGER NULL. |
java.lang.String |
getRulePage()
This method provides access to the AUCTION.RULEPAGE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getScale()
This method provides access to the AUCTION.QUANTSCALE column of DB2 type INTEGER NULL. |
int |
getScaleInEJBType()
This method provides access to the AUCTION.QUANTSCALE column of DB2 type INTEGER NULL. |
java.lang.String |
getShortDescription(java.lang.Integer langId)
Get the short description for this auction and the specified language Id (from table AUCTDESC). |
java.lang.String |
getStartTime()
This method provides access to the AUCTION.STARTTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getStartTimeInEJBType()
This method provides access to the AUCTION.STARTTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getState()
This method provides access to the AUCTION.STATE column of DB2 type INTEGER NULL. |
int |
getStateInEJBType()
This method provides access to the AUCTION.STATE column of DB2 type INTEGER NULL. |
java.lang.String |
getStatus()
This method provides access to the AUCTION.AUSTATUS column of DB2 type CHAR(4) NOT NULL. |
java.lang.String |
getSupplierId()
This method provides access to the AUCTION.SUPPLIER_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getSupplierIdInEJBType()
This method provides access to the AUCTION.SUPPLIER_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getUpdateTime()
This method provides access to the AUCTION.UPDATETIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getUpdateTimeInEJBType()
This method provides access to the AUCTION.UPDATETIME column of DB2 type TIMESTAMP NULL. |
boolean |
isAuctionRuleViewed(java.lang.Long memberId)
Checks whether the member has viewed the auction's rules. |
boolean |
isInGallery(java.lang.Long memberId)
Checks if this auction has been added to the specified member's Auction Gallery. |
boolean |
isInStore(java.lang.Integer aNStore1)
This method provides access to the AUCTION.AUCT_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAdminId(java.lang.Long aAdminId1)
This method provides access to the AUCTION.ADMIN_ID column of DB2 type BIGINT NULL. |
void |
setAdminId(java.lang.String aAdminId1)
This method provides access to the AUCTION.ADMIN_ID column of DB2 type BIGINT NULL. |
void |
setAuctionDescriptions(java.lang.Integer langId,
java.lang.String longDesc,
java.lang.String shortDesc)
Sets the auction long and short descriptions for the given language. |
void |
setAuctionType(java.lang.String aAuctionType1)
This method provides access to the AUCTION.AUTYPE column of DB2 type CHAR(4) NOT NULL. |
void |
setBestBidId(java.lang.Long aBestBidId1)
This method provides access to the AUCTION.BESTBID_ID column of DB2 type BIGINT NULL. |
void |
setBestBidId(java.lang.String aBestBidId1)
This method provides access to the AUCTION.BESTBID_ID column of DB2 type BIGINT NULL. |
void |
setBidRuleId(java.lang.Long aBidRuleId1)
This method provides access to the AUCTION.BIDRULE_ID column of DB2 type BIGINT NULL. |
void |
setBidRuleId(java.lang.String aBidRuleId1)
This method provides access to the AUCTION.BIDRULE_ID column of DB2 type BIGINT NULL. |
void |
setBookKeepingTime(java.lang.String aBookKeepingTime1)
This method provides access to the AUCTION.LASTBKTIME column of DB2 type TIMESTAMP NULL. |
void |
setBookKeepingTime(java.sql.Timestamp aBookKeepingTime1)
This method provides access to the AUCTION.LASTBKTIME column of DB2 type TIMESTAMP NULL. |
void |
setClosePriceRule(java.lang.String aClosePriceRule1)
This method provides access to the AUCTION.CLOSEPR column of DB2 type CHAR(4) NULL. |
void |
setCloseType(int aCloseType1)
This method provides access to the AUCTION.CLOSETYPE column of DB2 type INTEGER NULL. |
void |
setCloseType(java.lang.String aCloseType1)
This method provides access to the AUCTION.CLOSETYPE column of DB2 type INTEGER NULL. |
void |
setCurrency(java.lang.String aCurrency1)
This method provides access to the AUCTION.CURRENCY column of DB2 type CHAR(4) NULL. |
void |
setCurrentPrice(java.math.BigDecimal aCurrentPrice1)
This method provides access to the AUCTION.CURRPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setCurrentPrice(java.lang.String aCurrentPrice1)
This method provides access to the AUCTION.CURRPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setCurrentQuantity(java.lang.Double aCurrentQuantity1)
This method provides access to the AUCTION.CURRQUANT column of DB2 type FLOAT NULL. |
void |
setCurrentQuantity(java.lang.String aCurrentQuantity1)
This method provides access to the AUCTION.CURRQUANT column of DB2 type FLOAT NULL. |
void |
setDeposit(java.math.BigDecimal aDeposit1)
This method provides access to the AUCTION.DEPOSIT column of DB2 type DECIMAL(20,5) NULL. |
void |
setDeposit(java.lang.String aDeposit1)
This method provides access to the AUCTION.DEPOSIT column of DB2 type DECIMAL(20,5) NULL. |
void |
setDuration(java.lang.String aDuration1)
This method provides access to the AUCTION.DURATION column of DB2 type TIMESTAMP NULL. |
void |
setDuration(java.sql.Timestamp aDuration1)
This method provides access to the AUCTION.DURATION column of DB2 type TIMESTAMP NULL. |
void |
setDurationDays(int aDurationDays1)
This method provides access to the AUCTION.DURDAYS column of DB2 type INTEGER NULL. |
void |
setDurationDays(java.lang.String aDurationDays1)
This method provides access to the AUCTION.DURDAYS column of DB2 type INTEGER NULL. |
void |
setEndTime(java.lang.String aEndTime1)
This method provides access to the AUCTION.ENDTIME column of DB2 type TIMESTAMP NULL. |
void |
setEndTime(java.sql.Timestamp aEndTime1)
This method provides access to the AUCTION.ENDTIME column of DB2 type TIMESTAMP NULL. |
void |
setEntryId(java.lang.Long aEntryId1)
This method provides access to the AUCTION.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setEntryId(java.lang.String aEntryId1)
This method provides access to the AUCTION.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setField1(java.lang.Long aField11)
This method provides access to the AUCTION.FIELD1 column of DB2 type BIGINT NULL. |
void |
setField1(java.lang.String aField11)
This method provides access to the AUCTION.FIELD1 column of DB2 type BIGINT NULL. |
void |
setField2(java.lang.Long aField21)
This method provides access to the AUCTION.FIELD2 column of DB2 type BIGINT NULL. |
void |
setField2(java.lang.String aField21)
This method provides access to the AUCTION.FIELD2 column of DB2 type BIGINT NULL. |
void |
setField3(java.math.BigDecimal aField31)
This method provides access to the AUCTION.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String aField31)
This method provides access to the AUCTION.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField4(java.math.BigDecimal aField41)
This method provides access to the AUCTION.FIELD4 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField4(java.lang.String aField41)
This method provides access to the AUCTION.FIELD4 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField5(java.lang.String aField51)
This method provides access to the AUCTION.FIELD5 column of DB2 type VARCHAR(254) NULL. |
void |
setField6(java.lang.String aField61)
This method provides access to the AUCTION.FIELD6 column of DB2 type VARCHAR(254) NULL. |
void |
setFullfillmentCenterId(java.lang.Integer aFullfillmentCenterId1)
This method provides access to the AUCTION.FFMCENTER_ID column of DB2 type INTEGER NULL. |
void |
setFullfillmentCenterId(java.lang.String aFullfillmentCenterId1)
This method provides access to the AUCTION.FFMCENTER_ID column of DB2 type INTEGER NULL. |
void |
setHighestBidId(java.lang.Long aHighestBidId1)
This method provides access to the AUCTION.HIGHBID_ID column of DB2 type BIGINT NULL. |
void |
setHighestBidId(java.lang.String aHighestBidId1)
This method provides access to the AUCTION.HIGHBID_ID column of DB2 type BIGINT NULL. |
void |
setId(java.lang.Long aId1)
This method provides access to the AUCTION.AUCT_ID column of DB2 type BIGINT NOT NULL. |
void |
setId(java.lang.String aId1)
This method provides access to the AUCTION.AUCT_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_id(java.lang.Long aInitKey_id1)
Set the primary key for this object |
void |
setInventoryReservationId(java.lang.Long aInventoryReservationId1)
This method provides access to the AUCTION.INVRSRVID column of DB2 type BIGINT NULL. |
void |
setInventoryReservationId(java.lang.String aInventoryReservationId1)
This method provides access to the AUCTION.INVRSRVID column of DB2 type BIGINT NULL. |
void |
setItemPage(java.lang.String itemPage,
java.lang.Integer storeId)
Sets the display page for this auction item. |
void |
setLockFlag(int aLockFlag1)
This method provides access to the AUCTION.LOCKFLAG column of DB2 type INTEGER NULL. |
void |
setLockFlag(java.lang.String aLockFlag1)
This method provides access to the AUCTION.LOCKFLAG column of DB2 type INTEGER NULL. |
void |
setMemberGroupId(java.lang.Long aMemberGroupId1)
This method provides access to the AUCTION.MBRGRP_ID column of DB2 type BIGINT NULL. |
void |
setMemberGroupId(java.lang.String aMemberGroupId1)
This method provides access to the AUCTION.MBRGRP_ID column of DB2 type BIGINT NULL. |
void |
setOpenPrice(java.math.BigDecimal aOpenPrice1)
This method provides access to the AUCTION.OPENPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setOpenPrice(java.lang.String aOpenPrice1)
This method provides access to the AUCTION.OPENPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setOwnerId(java.lang.Long aOwnerId1)
This method provides access to the AUCTION.OWNER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOwnerId(java.lang.String aOwnerId1)
This method provides access to the AUCTION.OWNER_ID column of DB2 type BIGINT NOT NULL. |
void |
setPaymentMethods(java.lang.String aPaymentMethods1)
This method provides access to the AUCTION.PAYMETHODS column of DB2 type CHAR(254) NULL. |
void |
setPrecedence(int aPrecedence1)
This method provides access to the AUCTION.PRECEDENCE column of DB2 type INTEGER NULL. |
void |
setPrecedence(java.lang.String aPrecedence1)
This method provides access to the AUCTION.PRECEDENCE column of DB2 type INTEGER NULL. |
void |
setQuantity(java.lang.Double aQuantity1)
This method provides access to the AUCTION.AUQUANT column of DB2 type FLOAT NOT NULL. |
void |
setQuantity(java.lang.String aQuantity1)
This method provides access to the AUCTION.AUQUANT column of DB2 type FLOAT NOT NULL. |
void |
setRealEndTime(java.lang.String aRealEndTime1)
This method provides access to the AUCTION.REALENDTIME column of DB2 type TIMESTAMP NULL. |
void |
setRealEndTime(java.sql.Timestamp aRealEndTime1)
This method provides access to the AUCTION.REALENDTIME column of DB2 type TIMESTAMP NULL. |
void |
setReferenceCode(java.lang.String aReferenceCode1)
This method provides access to the AUCTION.REFCODE column of DB2 type CHAR(36) NOT NULL. |
void |
setRefPrice(java.math.BigDecimal aRefPrice1)
This method provides access to the AUCTION.REFPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setRefPrice(java.lang.String aRefPrice1)
This method provides access to the AUCTION.REFPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setReservePrice(java.math.BigDecimal aReservePrice1)
This method provides access to the AUCTION.RESRVPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setReservePrice(java.lang.String aReservePrice1)
This method provides access to the AUCTION.RESRVPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setRetractBid(int aRetractBid1)
This method provides access to the AUCTION.RETRACT_BID column of DB2 type INTEGER NULL. |
void |
setRetractBid(java.lang.String aRetractBid1)
This method provides access to the AUCTION.RETRACT_BID column of DB2 type INTEGER NULL. |
void |
setRulePage(java.lang.String aRulePage1)
This method provides access to the AUCTION.RULEPAGE column of DB2 type VARCHAR(254) NULL. |
void |
setScale(int aScale1)
This method provides access to the AUCTION.QUANTSCALE column of DB2 type INTEGER NULL. |
void |
setScale(java.lang.String aScale1)
This method provides access to the AUCTION.QUANTSCALE column of DB2 type INTEGER NULL. |
void |
setStartTime(java.lang.String aStartTime1)
This method provides access to the AUCTION.STARTTIME column of DB2 type TIMESTAMP NULL. |
void |
setStartTime(java.sql.Timestamp aStartTime1)
This method provides access to the AUCTION.STARTTIME column of DB2 type TIMESTAMP NULL. |
void |
setState(int aState1)
This method provides access to the AUCTION.STATE column of DB2 type INTEGER NULL. |
void |
setState(java.lang.String aState1)
This method provides access to the AUCTION.STATE column of DB2 type INTEGER NULL. |
void |
setStatus(java.lang.String aStatus1)
This method provides access to the AUCTION.AUSTATUS column of DB2 type CHAR(4) NOT NULL. |
void |
setSupplierId(java.lang.Long aSupplierId1)
This method provides access to the AUCTION.SUPPLIER_ID column of DB2 type BIGINT NULL. |
void |
setSupplierId(java.lang.String aSupplierId1)
This method provides access to the AUCTION.SUPPLIER_ID column of DB2 type BIGINT NULL. |
void |
setUpdateTime(java.lang.String aUpdateTime1)
This method provides access to the AUCTION.UPDATETIME column of DB2 type TIMESTAMP NULL. |
void |
setUpdateTime(java.sql.Timestamp aUpdateTime1)
This method provides access to the AUCTION.UPDATETIME column of DB2 type TIMESTAMP 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 AuctionAccessBean()
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.Auction com.ibm.commerce.negotiation.objimpl.AuctionHomeBase.findByPrimaryKey(com.ibm.commerce.negotiation.objects.AuctionKey) 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 AuctionAccessBean(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 AuctionAccessBean(java.lang.Long itemId, java.lang.Long ownerid, java.lang.String type) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
itemId
- The catalog entry ID. The ID of the item on auction.ownerid
- The owner of the auction.type
- The auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.Method Detail |
public void addToGallery(java.lang.Long memberId) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
Add this auction to the gallery of the specified member.
memberId
- The member id whose gallery will include this auction.public void addToRuleViewedList(java.lang.Long memberId) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
Mark this auction's rules as viewed by the specified member.
memberId
- The member id who has viewed this auction.public void addToStore(java.lang.Integer storeId) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
Add this auction to the specified store.
storeId
- The store id.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 void deleteAuctionDescription(java.lang.Integer lang) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
lang
- The language id.public void deleteFromGallery(java.lang.Long memberId) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
memberId
- java.lang.Longpublic void deleteFromRuleViewedList(java.lang.Long memberId) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
memberId
- java.lang.Longpublic void deleteFromStore(java.lang.Integer storeId) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
storeId
- The store id.public void deleteRuleViewedForAll() throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
public java.util.Enumeration findActiveAuctions(java.lang.String type, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auctions with the given type that received new bids since the last bookkeeping time.
The SQL query used to fetch all the required rows from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE T1.AUTYPE=? And T1.AUSTATUS='C' And T1.LASTBKTIME < (Select MAX(BIDTIME) From BID Where AUCT_ID=T1.AUCT_ID And BIDSTATUS In('A','R'))
type
- The auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.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 findActiveAuctionsWithAutobid(com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all open cry auctions that have active autobids.
The SQL query used to fetch all the required rows from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE T1.AUTYPE='O' And T1.AUCT_ID In (Select AUCT_ID From AUTOBID Where ABSTATUS='A') And (T1.AUSTATUS = 'C' Or (AUSTATUS='BC' And LOCKFLAG=0))
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 findAllAuctions(com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auctions.
The SQL query used to fetch all the required rows from the AUCTION table is:
SELECT * FROM AUCTION 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 AuctionAccessBean findAuctionByIdForUpdate(java.lang.Long auctId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an auction by its primary key for update.
The SQL query used to fetch the requested row from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE AUCT_ID = ? For Update
auctId
- The id of the auction.public AuctionAccessBean findAuctionByReferenceCode(java.lang.String refCode) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an auction by its reference code.
The SQL query used to fetch the requested row from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE T1.REFCODE = ?
refCode
- The reference code of the auction.public java.util.Enumeration findAuctionsByItem(java.lang.Long catEntryId, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auctions for the given catalog entry id.
The SQL query used to fetch all the required rows from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE T1.CATENTRY_ID=?
catEntryId
- The catalog entry 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 findAuctionsByMultipleStatus(java.lang.String[] status, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auctions for the given catalog entry id.
The SQL query used to fetch all the required rows from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE T1.AUSTATUS=? {OR T1.AUSTATUS=?}*
status
- A list of auction statuses. An OR clause is created for each additional 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 findAuctionsByOwner(java.lang.Long ownerId, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auctions owned by the specified owner Id.
The SQL query used to fetch all the required rows from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE T1.OWNER_ID=?
ownerId
- The owner 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 findAuctionsByOwnerAndStatus(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 auctions of the specified status owned by the specified owner Id.
The SQL query used to fetch all the required rows from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE T1.OWNER_ID=? AND T1.AUSTATUS=?
ownerId
- The owner id.status
- The auction status. Valid values: BC=bidding closed, SC=settlement closed,
C=current, F=future, R=retracted or deleted.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 findAuctionsByOwnerAndType(java.lang.Long ownerId, java.lang.String type, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auctions of the specified type owned by the specified owner Id.
The SQL query used to fetch all the required rows from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE T1.OWNER_ID=? AND T1.AUTYPE=?
ownerId
- The owner id.type
- The auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.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 findAuctionsByRuleId(java.lang.Long ruleId, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auctions with the specified bid rule id.
The SQL query used to fetch all the required rows from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE T1.BIDRULE_ID=?
ruleId
- The bid rule 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 findAuctionsByStatus(java.lang.String status, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auctions with the specified status.
The SQL query used to fetch all the required rows from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE T1.AUSTATUS=?
status
- The auction status. Valid values: BC=bidding closed, SC=settlement closed,
C=current, F=future, R=retracted or deleted.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 findAuctionsByStatusAndFlag(java.lang.String status, int lockFlag, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auctions with the specified status and lock flag.
The SQL query used to fetch all the required rows from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE T1.AUSTATUS=? AND T1.LOCKFLAG=?
status
- The auction status. Valid values: BC=bidding closed, SC=settlement closed,
C=current, F=future, R=retracted or deleted.lockFlag
- The lock flag. Valid values: 0=unlocked, 1=locked.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 findAuctionsByType(java.lang.String type, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auctions of the specified type.
The SQL query used to fetch all the required rows from the AUCTION table is:
SELECT * FROM AUCTION T1 WHERE T1.AUTYPE=?
type
- The auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.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 AUCTION.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Administrator ID. The ID of the administrator that created or modified the auction.
getAdminId
in interface AuctionAccessBeanData
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 AUCTION.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Administrator ID. The ID of the administrator that created or modified 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 getAuctionType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.AUTYPE column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
Auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.
getAuctionType
in interface AuctionAccessBeanData
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 getBestBidId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.BESTBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Best bid ID. The ID of the current lowest winning bid.
getBestBidId
in interface AuctionAccessBeanData
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 getBestBidIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.BESTBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Best bid ID. The ID of the current lowest winning 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 getBidRuleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.BIDRULE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Bid rule ID. The ID of the bid rule used for this auction.
getBidRuleId
in interface AuctionAccessBeanData
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 getBidRuleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.BIDRULE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Bid rule ID. The ID of the bid rule used for this 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 getBookKeepingTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.LASTBKTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Updated when best bid is calculated by way of schedule task.
getBookKeepingTime
in interface AuctionAccessBeanData
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 getBookKeepingTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.LASTBKTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Updated when best bid is calculated by way of schedule task.
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 getClosePriceRule() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.CLOSEPR column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Closing price rule. Valid values: D=discriminative, ND=non-discriminative.
getClosePriceRule
in interface AuctionAccessBeanData
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 getCloseType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.CLOSETYPE column of DB2 type INTEGER NULL.
The following is a description of this column:
Auction closing rule. Valid values: 1=at a fixed end time, 2=if a specified amount of time has elapsed since the last bid, 3=based on logical OR 1 and 2,4=based on logical AND 1 and 2.
getCloseType
in interface AuctionAccessBeanData
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 getCloseTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.CLOSETYPE column of DB2 type INTEGER NULL.
The following is a description of this column:
Auction closing rule. Valid values: 1=at a fixed end time, 2=if a specified amount of time has elapsed since the last bid, 3=based on logical OR 1 and 2,4=based on logical AND 1 and 2.
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 getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.CURRENCY column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Auction currency. All bids must be in this currency. This is a currency code as per ISO 4217 standards.
getCurrency
in interface AuctionAccessBeanData
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 getCurrentPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.CURRPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Current price. Used in Dutch auctions.
getCurrentPrice
in interface AuctionAccessBeanData
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 getCurrentPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.CURRPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Current price. Used in Dutch auctions.
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 getCurrentQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.CURRQUANT column of DB2 type FLOAT NULL.
The following is a description of this column:
Current quantity. Used by Dutch auctions to track the quantity available. This quantity is reduced by each winning bid.
getCurrentQuantity
in interface AuctionAccessBeanData
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 getCurrentQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.CURRQUANT column of DB2 type FLOAT NULL.
The following is a description of this column:
Current quantity. Used by Dutch auctions to track the quantity available. This quantity is reduced by each winning 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 getDeposit() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.DEPOSIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Deposit amount required for this auction.
getDeposit
in interface AuctionAccessBeanData
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 getDepositInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.DEPOSIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Deposit amount required for this 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 getDuration() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.DURATION column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction duration in time.
getDuration
in interface AuctionAccessBeanData
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 getDurationDays() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.DURDAYS column of DB2 type INTEGER NULL.
The following is a description of this column:
Auction duration in days.
getDurationDays
in interface AuctionAccessBeanData
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 getDurationDaysInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.DURDAYS column of DB2 type INTEGER NULL.
The following is a description of this column:
Auction duration in days.
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 getDurationInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.DURATION column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction duration in 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 getEndTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.ENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Ending date and time for the auction.
getEndTime
in interface AuctionAccessBeanData
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 AUCTION.ENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Ending date and time for 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 getEntryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
CatalogEntry ID. The ID of the item on auction.
getEntryId
in interface AuctionAccessBeanData
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 getEntryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
CatalogEntry ID. The ID of the item on 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 getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.FIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
getField1
in interface AuctionAccessBeanData
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 AUCTION.FIELD1 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 AUCTION.FIELD2 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
getField2
in interface AuctionAccessBeanData
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 getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.FIELD2 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 getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField3
in interface AuctionAccessBeanData
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 getField3InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.FIELD3 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 getField4() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.FIELD4 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField4
in interface AuctionAccessBeanData
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 getField4InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.FIELD4 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 getField5() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.FIELD5 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField5
in interface AuctionAccessBeanData
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 getField6() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.FIELD6 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField6
in interface AuctionAccessBeanData
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 getFullfillmentCenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Fulfillment center ID. The ID of the fulfillment center that will provide the inventory for the auction.
getFullfillmentCenterId
in interface AuctionAccessBeanData
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 getFullfillmentCenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Fulfillment center ID. The ID of the fulfillment center that will provide the inventory for 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 getHighestBidId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.HIGHBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the bid with the highest price.
getHighestBidId
in interface AuctionAccessBeanData
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 getHighestBidIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.HIGHBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the bid with the highest price.
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 AUCTION.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique key to identify the auction.
getId
in interface AuctionAccessBeanData
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 AUCTION.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique key to identify 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 getInventoryReservationId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.INVRSRVID column of DB2 type BIGINT NULL.
The following is a description of this column:
Inventory reservation ID.
getInventoryReservationId
in interface AuctionAccessBeanData
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 getInventoryReservationIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.INVRSRVID column of DB2 type BIGINT NULL.
The following is a description of this column:
Inventory reservation 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 getItemPage(java.lang.Integer storeId) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
Get the item display page for this auction and the specified store Id (from table AUCTSTRREL).
storeId
- The store id.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 getLockFlag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.LOCKFLAG column of DB2 type INTEGER NULL.
The following is a description of this column:
Lock flag. Valid values: 0=unlocked, 1=locked.
getLockFlag
in interface AuctionAccessBeanData
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 getLockFlagInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.LOCKFLAG column of DB2 type INTEGER NULL.
The following is a description of this column:
Lock flag. Valid values: 0=unlocked, 1=locked.
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 getLongDescription(java.lang.Integer langId) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
Get the long description for this auction and the specified language Id (from table AUCTDESC).
langId
- The language Id.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 getMemberGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.MBRGRP_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
getMemberGroupId
in interface AuctionAccessBeanData
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 getMemberGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.MBRGRP_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 getOpenPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.OPENPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Opening price.
getOpenPrice
in interface AuctionAccessBeanData
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 getOpenPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.OPENPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Opening price.
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 AUCTION.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Owner of the auction. Comes from comes from the CATENTRY owner ID.
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 AUCTION.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Owner of the auction. Comes from comes from the CATENTRY owner ID.
getOwnerId
in interface AuctionAccessBeanData
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 AUCTION.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Owner of the auction. Comes from comes from the CATENTRY owner 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 getPaymentMethods() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.PAYMETHODS column of DB2 type CHAR(254) NULL.
The following is a description of this column:
Allowable payment methods.
getPaymentMethods
in interface AuctionAccessBeanData
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 getPrecedence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.PRECEDENCE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
getPrecedence
in interface AuctionAccessBeanData
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 getPrecedenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.PRECEDENCE 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 getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.AUQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Auction quantity.
getQuantity
in interface AuctionAccessBeanData
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 getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.AUQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Auction 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 getRealEndTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.REALENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Ending date and time.
getRealEndTime
in interface AuctionAccessBeanData
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 getRealEndTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.REALENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Ending 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 getReferenceCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.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 AuctionAccessBeanData
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 getRefPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.REFPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getRefPrice
in interface AuctionAccessBeanData
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 getRefPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.REFPRICE column of DB2 type DECIMAL(20,5) 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 getReservePrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.RESRVPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserve price. Bids below the reserve price will be ignored when winning bids are determined.
getReservePrice
in interface AuctionAccessBeanData
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 getReservePriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.RESRVPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserve price. Bids below the reserve price will be ignored when winning bids are determined.
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 getRetractBid() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.RETRACT_BID column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
getRetractBid
in interface AuctionAccessBeanData
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 getRetractBidInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.RETRACT_BID 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 getRulePage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.RULEPAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Rule page. The name of the JSP file that will be used to display the auction rules.
getRulePage
in interface AuctionAccessBeanData
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 AUCTION.QUANTSCALE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
getScale
in interface AuctionAccessBeanData
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 AUCTION.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 getShortDescription(java.lang.Integer langId) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
Get the short description for this auction and the specified language Id (from table AUCTDESC).
langId
- The language Id.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 getStartTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Starting date and time.
getStartTime
in interface AuctionAccessBeanData
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 AUCTION.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Starting 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 getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.STATE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
getState
in interface AuctionAccessBeanData
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 getStateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.STATE 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 getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.AUSTATUS column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
Auction status. Valid values: BC=bidding closed, SC=settlement closed, C=current, F=future, R=retracted or deleted.
getStatus
in interface AuctionAccessBeanData
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 getSupplierId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.SUPPLIER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM use.
getSupplierId
in interface AuctionAccessBeanData
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 getSupplierIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.SUPPLIER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM 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 getUpdateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.UPDATETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Update date and time.
getUpdateTime
in interface AuctionAccessBeanData
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 getUpdateTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTION.UPDATETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Update 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 boolean isAuctionRuleViewed(java.lang.Long memberId) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
Checks whether the member has viewed the auction's rules.
memberId
- The member Id.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 boolean isInGallery(java.lang.Long memberId) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
Checks if this auction has been added to the specified member's Auction Gallery.
memberId
- The member Id.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 boolean isInStore(java.lang.Integer aNStore1) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
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.
aNStore1
- java.lang.Integerjava.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 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 AUCTION.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Administrator ID. The ID of the administrator that created or modified the auction.
aAdminId1
- java.lang.Longpublic void setAdminId(java.lang.String aAdminId1)
This method provides access to the AUCTION.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Administrator ID. The ID of the administrator that created or modified the auction.
setAdminId
in interface AuctionAccessBeanData
aAdminId1
- java.lang.Stringpublic void setAuctionDescriptions(java.lang.Integer langId, java.lang.String longDesc, java.lang.String shortDesc) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
Sets the auction long and short descriptions for the given language.
langId
- The language Id.longDesc
- The short description.shortDesc
- The long description.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 void setAuctionType(java.lang.String aAuctionType1)
This method provides access to the AUCTION.AUTYPE column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
Auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.
setAuctionType
in interface AuctionAccessBeanData
aAuctionType1
- java.lang.Stringpublic void setBestBidId(java.lang.Long aBestBidId1)
This method provides access to the AUCTION.BESTBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Best bid ID. The ID of the current lowest winning bid.
aBestBidId1
- java.lang.Longpublic void setBestBidId(java.lang.String aBestBidId1)
This method provides access to the AUCTION.BESTBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Best bid ID. The ID of the current lowest winning bid.
setBestBidId
in interface AuctionAccessBeanData
aBestBidId1
- java.lang.Stringpublic void setBidRuleId(java.lang.Long aBidRuleId1)
This method provides access to the AUCTION.BIDRULE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Bid rule ID. The ID of the bid rule used for this auction.
aBidRuleId1
- java.lang.Longpublic void setBidRuleId(java.lang.String aBidRuleId1)
This method provides access to the AUCTION.BIDRULE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Bid rule ID. The ID of the bid rule used for this auction.
setBidRuleId
in interface AuctionAccessBeanData
aBidRuleId1
- java.lang.Stringpublic void setBookKeepingTime(java.lang.String aBookKeepingTime1)
This method provides access to the AUCTION.LASTBKTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Updated when best bid is calculated by way of schedule task.
setBookKeepingTime
in interface AuctionAccessBeanData
aBookKeepingTime1
- java.lang.Stringpublic void setBookKeepingTime(java.sql.Timestamp aBookKeepingTime1)
This method provides access to the AUCTION.LASTBKTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Updated when best bid is calculated by way of schedule task.
aBookKeepingTime1
- java.sql.Timestamppublic void setClosePriceRule(java.lang.String aClosePriceRule1)
This method provides access to the AUCTION.CLOSEPR column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Closing price rule. Valid values: D=discriminative, ND=non-discriminative.
setClosePriceRule
in interface AuctionAccessBeanData
aClosePriceRule1
- java.lang.Stringpublic void setCloseType(int aCloseType1)
This method provides access to the AUCTION.CLOSETYPE column of DB2 type INTEGER NULL.
The following is a description of this column:
Auction closing rule. Valid values: 1=at a fixed end time, 2=if a specified amount of time has elapsed since the last bid, 3=based on logical OR 1 and 2,4=based on logical AND 1 and 2.
aCloseType1
- intpublic void setCloseType(java.lang.String aCloseType1)
This method provides access to the AUCTION.CLOSETYPE column of DB2 type INTEGER NULL.
The following is a description of this column:
Auction closing rule. Valid values: 1=at a fixed end time, 2=if a specified amount of time has elapsed since the last bid, 3=based on logical OR 1 and 2,4=based on logical AND 1 and 2.
setCloseType
in interface AuctionAccessBeanData
aCloseType1
- java.lang.Stringpublic void setCurrency(java.lang.String aCurrency1)
This method provides access to the AUCTION.CURRENCY column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Auction currency. All bids must be in this currency. This is a currency code as per ISO 4217 standards.
setCurrency
in interface AuctionAccessBeanData
aCurrency1
- java.lang.Stringpublic void setCurrentPrice(java.math.BigDecimal aCurrentPrice1)
This method provides access to the AUCTION.CURRPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Current price. Used in Dutch auctions.
aCurrentPrice1
- java.math.BigDecimalpublic void setCurrentPrice(java.lang.String aCurrentPrice1)
This method provides access to the AUCTION.CURRPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Current price. Used in Dutch auctions.
setCurrentPrice
in interface AuctionAccessBeanData
aCurrentPrice1
- java.lang.Stringpublic void setCurrentQuantity(java.lang.Double aCurrentQuantity1)
This method provides access to the AUCTION.CURRQUANT column of DB2 type FLOAT NULL.
The following is a description of this column:
Current quantity. Used by Dutch auctions to track the quantity available. This quantity is reduced by each winning bid.
aCurrentQuantity1
- java.lang.Doublepublic void setCurrentQuantity(java.lang.String aCurrentQuantity1)
This method provides access to the AUCTION.CURRQUANT column of DB2 type FLOAT NULL.
The following is a description of this column:
Current quantity. Used by Dutch auctions to track the quantity available. This quantity is reduced by each winning bid.
setCurrentQuantity
in interface AuctionAccessBeanData
aCurrentQuantity1
- java.lang.Stringpublic void setDeposit(java.math.BigDecimal aDeposit1)
This method provides access to the AUCTION.DEPOSIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Deposit amount required for this auction.
aDeposit1
- java.math.BigDecimalpublic void setDeposit(java.lang.String aDeposit1)
This method provides access to the AUCTION.DEPOSIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Deposit amount required for this auction.
setDeposit
in interface AuctionAccessBeanData
aDeposit1
- java.lang.Stringpublic void setDuration(java.lang.String aDuration1)
This method provides access to the AUCTION.DURATION column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction duration in time.
setDuration
in interface AuctionAccessBeanData
aDuration1
- java.lang.Stringpublic void setDuration(java.sql.Timestamp aDuration1)
This method provides access to the AUCTION.DURATION column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction duration in time.
aDuration1
- java.sql.Timestamppublic void setDurationDays(int aDurationDays1)
This method provides access to the AUCTION.DURDAYS column of DB2 type INTEGER NULL.
The following is a description of this column:
Auction duration in days.
aDurationDays1
- intpublic void setDurationDays(java.lang.String aDurationDays1)
This method provides access to the AUCTION.DURDAYS column of DB2 type INTEGER NULL.
The following is a description of this column:
Auction duration in days.
setDurationDays
in interface AuctionAccessBeanData
aDurationDays1
- java.lang.Stringpublic void setEndTime(java.lang.String aEndTime1)
This method provides access to the AUCTION.ENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Ending date and time for the auction.
setEndTime
in interface AuctionAccessBeanData
aEndTime1
- java.lang.Stringpublic void setEndTime(java.sql.Timestamp aEndTime1)
This method provides access to the AUCTION.ENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Ending date and time for the auction.
aEndTime1
- java.sql.Timestamppublic void setEntryId(java.lang.Long aEntryId1)
This method provides access to the AUCTION.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
CatalogEntry ID. The ID of the item on auction.
aEntryId1
- java.lang.Longpublic void setEntryId(java.lang.String aEntryId1)
This method provides access to the AUCTION.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
CatalogEntry ID. The ID of the item on auction.
setEntryId
in interface AuctionAccessBeanData
aEntryId1
- java.lang.Stringpublic void setField1(java.lang.Long aField11)
This method provides access to the AUCTION.FIELD1 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 AUCTION.FIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
setField1
in interface AuctionAccessBeanData
aField11
- java.lang.Stringpublic void setField2(java.lang.Long aField21)
This method provides access to the AUCTION.FIELD2 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
aField21
- java.lang.Longpublic void setField2(java.lang.String aField21)
This method provides access to the AUCTION.FIELD2 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
setField2
in interface AuctionAccessBeanData
aField21
- java.lang.Stringpublic void setField3(java.math.BigDecimal aField31)
This method provides access to the AUCTION.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField31
- java.math.BigDecimalpublic void setField3(java.lang.String aField31)
This method provides access to the AUCTION.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField3
in interface AuctionAccessBeanData
aField31
- java.lang.Stringpublic void setField4(java.math.BigDecimal aField41)
This method provides access to the AUCTION.FIELD4 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField41
- java.math.BigDecimalpublic void setField4(java.lang.String aField41)
This method provides access to the AUCTION.FIELD4 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField4
in interface AuctionAccessBeanData
aField41
- java.lang.Stringpublic void setField5(java.lang.String aField51)
This method provides access to the AUCTION.FIELD5 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField5
in interface AuctionAccessBeanData
aField51
- java.lang.Stringpublic void setField6(java.lang.String aField61)
This method provides access to the AUCTION.FIELD6 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField6
in interface AuctionAccessBeanData
aField61
- java.lang.Stringpublic void setFullfillmentCenterId(java.lang.Integer aFullfillmentCenterId1)
This method provides access to the AUCTION.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Fulfillment center ID. The ID of the fulfillment center that will provide the inventory for the auction.
aFullfillmentCenterId1
- java.lang.Integerpublic void setFullfillmentCenterId(java.lang.String aFullfillmentCenterId1)
This method provides access to the AUCTION.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Fulfillment center ID. The ID of the fulfillment center that will provide the inventory for the auction.
setFullfillmentCenterId
in interface AuctionAccessBeanData
aFullfillmentCenterId1
- java.lang.Stringpublic void setHighestBidId(java.lang.Long aHighestBidId1)
This method provides access to the AUCTION.HIGHBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the bid with the highest price.
aHighestBidId1
- java.lang.Longpublic void setHighestBidId(java.lang.String aHighestBidId1)
This method provides access to the AUCTION.HIGHBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the bid with the highest price.
setHighestBidId
in interface AuctionAccessBeanData
aHighestBidId1
- java.lang.Stringpublic void setId(java.lang.Long aId1)
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.
aId1
- java.lang.Longpublic void setId(java.lang.String aId1)
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.
setId
in interface AuctionAccessBeanData
aId1
- java.lang.Stringpublic void setInitKey_id(java.lang.Long aInitKey_id1)
Set the primary key for this object
aInitKey_id1
- java.lang.Longpublic void setInventoryReservationId(java.lang.Long aInventoryReservationId1)
This method provides access to the AUCTION.INVRSRVID column of DB2 type BIGINT NULL.
The following is a description of this column:
Inventory reservation ID.
aInventoryReservationId1
- java.lang.Longpublic void setInventoryReservationId(java.lang.String aInventoryReservationId1)
This method provides access to the AUCTION.INVRSRVID column of DB2 type BIGINT NULL.
The following is a description of this column:
Inventory reservation ID.
setInventoryReservationId
in interface AuctionAccessBeanData
aInventoryReservationId1
- java.lang.Stringpublic void setItemPage(java.lang.String itemPage, java.lang.Integer storeId) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
Sets the display page for this auction item.
itemPage
- The display page.storeId
- The store Id.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 void setLockFlag(int aLockFlag1)
This method provides access to the AUCTION.LOCKFLAG column of DB2 type INTEGER NULL.
The following is a description of this column:
Lock flag. Valid values: 0=unlocked, 1=locked.
aLockFlag1
- intpublic void setLockFlag(java.lang.String aLockFlag1)
This method provides access to the AUCTION.LOCKFLAG column of DB2 type INTEGER NULL.
The following is a description of this column:
Lock flag. Valid values: 0=unlocked, 1=locked.
setLockFlag
in interface AuctionAccessBeanData
aLockFlag1
- java.lang.Stringpublic void setMemberGroupId(java.lang.Long aMemberGroupId1)
This method provides access to the AUCTION.MBRGRP_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aMemberGroupId1
- java.lang.Longpublic void setMemberGroupId(java.lang.String aMemberGroupId1)
This method provides access to the AUCTION.MBRGRP_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
setMemberGroupId
in interface AuctionAccessBeanData
aMemberGroupId1
- java.lang.Stringpublic void setOpenPrice(java.math.BigDecimal aOpenPrice1)
This method provides access to the AUCTION.OPENPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Opening price.
aOpenPrice1
- java.math.BigDecimalpublic void setOpenPrice(java.lang.String aOpenPrice1)
This method provides access to the AUCTION.OPENPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Opening price.
setOpenPrice
in interface AuctionAccessBeanData
aOpenPrice1
- java.lang.Stringpublic void setOwnerId(java.lang.Long aOwnerId1)
This method provides access to the AUCTION.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Owner of the auction. Comes from comes from the CATENTRY owner ID.
aOwnerId1
- java.lang.Longpublic void setOwnerId(java.lang.String aOwnerId1)
This method provides access to the AUCTION.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Owner of the auction. Comes from comes from the CATENTRY owner ID.
setOwnerId
in interface AuctionAccessBeanData
aOwnerId1
- java.lang.Stringpublic void setPaymentMethods(java.lang.String aPaymentMethods1)
This method provides access to the AUCTION.PAYMETHODS column of DB2 type CHAR(254) NULL.
The following is a description of this column:
Allowable payment methods.
setPaymentMethods
in interface AuctionAccessBeanData
aPaymentMethods1
- java.lang.Stringpublic void setPrecedence(int aPrecedence1)
This method provides access to the AUCTION.PRECEDENCE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aPrecedence1
- intpublic void setPrecedence(java.lang.String aPrecedence1)
This method provides access to the AUCTION.PRECEDENCE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
setPrecedence
in interface AuctionAccessBeanData
aPrecedence1
- java.lang.Stringpublic void setQuantity(java.lang.Double aQuantity1)
This method provides access to the AUCTION.AUQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Auction quantity.
aQuantity1
- java.lang.Doublepublic void setQuantity(java.lang.String aQuantity1)
This method provides access to the AUCTION.AUQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Auction quantity.
setQuantity
in interface AuctionAccessBeanData
aQuantity1
- java.lang.Stringpublic void setRealEndTime(java.lang.String aRealEndTime1)
This method provides access to the AUCTION.REALENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Ending date and time.
setRealEndTime
in interface AuctionAccessBeanData
aRealEndTime1
- java.lang.Stringpublic void setRealEndTime(java.sql.Timestamp aRealEndTime1)
This method provides access to the AUCTION.REALENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Ending date and time.
aRealEndTime1
- java.sql.Timestamppublic void setReferenceCode(java.lang.String aReferenceCode1)
This method provides access to the AUCTION.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 AuctionAccessBeanData
aReferenceCode1
- java.lang.Stringpublic void setRefPrice(java.math.BigDecimal aRefPrice1)
This method provides access to the AUCTION.REFPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aRefPrice1
- java.math.BigDecimalpublic void setRefPrice(java.lang.String aRefPrice1)
This method provides access to the AUCTION.REFPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setRefPrice
in interface AuctionAccessBeanData
aRefPrice1
- java.lang.Stringpublic void setReservePrice(java.math.BigDecimal aReservePrice1)
This method provides access to the AUCTION.RESRVPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserve price. Bids below the reserve price will be ignored when winning bids are determined.
aReservePrice1
- java.math.BigDecimalpublic void setReservePrice(java.lang.String aReservePrice1)
This method provides access to the AUCTION.RESRVPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserve price. Bids below the reserve price will be ignored when winning bids are determined.
setReservePrice
in interface AuctionAccessBeanData
aReservePrice1
- java.lang.Stringpublic void setRetractBid(int aRetractBid1)
This method provides access to the AUCTION.RETRACT_BID column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aRetractBid1
- intpublic void setRetractBid(java.lang.String aRetractBid1)
This method provides access to the AUCTION.RETRACT_BID column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
setRetractBid
in interface AuctionAccessBeanData
aRetractBid1
- java.lang.Stringpublic void setRulePage(java.lang.String aRulePage1)
This method provides access to the AUCTION.RULEPAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Rule page. The name of the JSP file that will be used to display the auction rules.
setRulePage
in interface AuctionAccessBeanData
aRulePage1
- java.lang.Stringpublic void setScale(int aScale1)
This method provides access to the AUCTION.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 AUCTION.QUANTSCALE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
setScale
in interface AuctionAccessBeanData
aScale1
- java.lang.Stringpublic void setStartTime(java.lang.String aStartTime1)
This method provides access to the AUCTION.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Starting date and time.
setStartTime
in interface AuctionAccessBeanData
aStartTime1
- java.lang.Stringpublic void setStartTime(java.sql.Timestamp aStartTime1)
This method provides access to the AUCTION.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Starting date and time.
aStartTime1
- java.sql.Timestamppublic void setState(int aState1)
This method provides access to the AUCTION.STATE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aState1
- intpublic void setState(java.lang.String aState1)
This method provides access to the AUCTION.STATE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
setState
in interface AuctionAccessBeanData
aState1
- java.lang.Stringpublic void setStatus(java.lang.String aStatus1)
This method provides access to the AUCTION.AUSTATUS column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
Auction status. Valid values: BC=bidding closed, SC=settlement closed, C=current, F=future, R=retracted or deleted.
setStatus
in interface AuctionAccessBeanData
aStatus1
- java.lang.Stringpublic void setSupplierId(java.lang.Long aSupplierId1)
This method provides access to the AUCTION.SUPPLIER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM use.
aSupplierId1
- java.lang.Longpublic void setSupplierId(java.lang.String aSupplierId1)
This method provides access to the AUCTION.SUPPLIER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM use.
setSupplierId
in interface AuctionAccessBeanData
aSupplierId1
- java.lang.Stringpublic void setUpdateTime(java.lang.String aUpdateTime1)
This method provides access to the AUCTION.UPDATETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Update date and time.
setUpdateTime
in interface AuctionAccessBeanData
aUpdateTime1
- java.lang.Stringpublic void setUpdateTime(java.sql.Timestamp aUpdateTime1)
This method provides access to the AUCTION.UPDATETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Update date and time.
aUpdateTime1
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |