java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.negotiation.objects.AuctionStyleAccessBean
This table stores information about available auction styles. This access bean corresponds to the database table 'AUCTSTYLE'.
Constructor Summary | |
AuctionStyleAccessBean() Zero argument constructor used to initialize the access bean. |
|
AuctionStyleAccessBean(javax.ejb.EJBObject o) constructor |
|
AuctionStyleAccessBean(java.lang.String aName, java.lang.Long ownerid, java.lang.String aType) Creates an access bean with the specified attributes. |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findAllAuctionStyles(com.ibm.commerce.negotiation.util.SortingAttribute sort) Retrieves all auction styles. |
java.util.Enumeration | findAuctionStylesByBidRule(java.lang.Long ruleid, com.ibm.commerce.negotiation.util.SortingAttribute sort) Retrieves all auction styles with the specified bid control rule. |
java.util.Enumeration | findAuctionStylesByOwner(java.lang.Long ownerid, com.ibm.commerce.negotiation.util.SortingAttribute sort) Retrieves all auction styles with the specified owner. |
java.util.Enumeration | findAuctionStylesByOwnerAndType(java.lang.Long ownerid, java.lang.String type, com.ibm.commerce.negotiation.util.SortingAttribute sort) Retrieves all auction styles, for the auction type, with the specified owner. |
java.util.Enumeration | findAuctionStylesByType(java.lang.String type, com.ibm.commerce.negotiation.util.SortingAttribute sort) Retrieves all auction styles for the specified auction type. |
boolean | fulfills(java.lang.Long arg0, java.lang.String arg1) |
java.lang.String | getAdminId() This method provides access to the AUCTSTYLE.ADMIN_ID column of DB2 type BIGINT. |
java.lang.Long | getAdminIdInEJBType() This method provides access to the AUCTSTYLE.ADMIN_ID column of DB2 type BIGINT. |
java.lang.String | getAuctionType() This method provides access to the AUCTSTYLE.ASTYPE column of DB2 type CHAR(4) NOT NULL. |
java.lang.String | getBidRuleId() This method provides access to the AUCTSTYLE.RULE_ID column of DB2 type BIGINT. |
java.lang.Long | getBidRuleIdInEJBType() This method provides access to the AUCTSTYLE.RULE_ID column of DB2 type BIGINT. |
java.lang.String | getClosePriceRule() This method provides access to the AUCTSTYLE.CLOSEPR column of DB2 type CHAR(4). |
java.lang.String | getCloseType() This method provides access to the AUCTSTYLE.CLOSETYPE column of DB2 type INTEGER. |
int | getCloseTypeInEJBType() This method provides access to the AUCTSTYLE.CLOSETYPE column of DB2 type INTEGER. |
java.lang.String | getCurrency() This method provides access to the AUCTSTYLE.ASCUR column of DB2 type CHAR(4). |
java.lang.String | getDeposit() This method provides access to the AUCTSTYLE.DEPOSIT column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getDepositInEJBType() This method provides access to the AUCTSTYLE.DEPOSIT column of DB2 type DECIMAL(20 5). |
java.lang.String | getDuration() This method provides access to the AUCTSTYLE.ASDURATION column of DB2 type TIMESTAMP. |
java.lang.String | getDurationDays() This method provides access to the AUCTSTYLE.DURDAYS column of DB2 type INTEGER. |
int | getDurationDaysInEJBType() This method provides access to the AUCTSTYLE.DURDAYS column of DB2 type INTEGER. |
java.sql.Timestamp | getDurationInEJBType() This method provides access to the AUCTSTYLE.ASDURATION column of DB2 type TIMESTAMP. |
java.lang.String | getEndDays() This method provides access to the AUCTSTYLE.ENDDAYS column of DB2 type INTEGER. |
int | getEndDaysInEJBType() This method provides access to the AUCTSTYLE.ENDDAYS column of DB2 type INTEGER. |
java.lang.String | getEndTime() This method provides access to the AUCTSTYLE.ENDTIME column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getEndTimeInEJBType() This method provides access to the AUCTSTYLE.ENDTIME column of DB2 type TIMESTAMP. |
java.lang.String | getItemPage() This method provides access to the AUCTSTYLE.ITEMPAGE column of DB2 type VARCHAR(254). |
java.lang.String | getName() This method provides access to the AUCTSTYLE.ASNAME column of DB2 type CHAR(38) NOT NULL. |
java.lang.String | getOpenPrice() This method provides access to the AUCTSTYLE.OPENPRICE column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getOpenPriceInEJBType() This method provides access to the AUCTSTYLE.OPENPRICE column of DB2 type DECIMAL(20 5). |
java.lang.Long | getOwner() This method accesses a non-CMP field |
java.lang.String | getOwnerId() This method provides access to the AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getOwnerIdInEJBType() This method provides access to the AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getQuantity() This method provides access to the AUCTSTYLE.AUQUANT column of DB2 type FLOAT NOT NULL. |
java.lang.Double | getQuantityInEJBType() This method provides access to the AUCTSTYLE.AUQUANT column of DB2 type FLOAT NOT NULL. |
java.lang.String | getReservePrice() This method provides access to the AUCTSTYLE.RESERVPRICE column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getReservePriceInEJBType() This method provides access to the AUCTSTYLE.RESERVPRICE column of DB2 type DECIMAL(20 5). |
java.lang.String | getRulePage() This method provides access to the AUCTSTYLE.RULEPAGE column of DB2 type VARCHAR(254). |
java.lang.String | getStartDays() This method provides access to the AUCTSTYLE.STARTDAYS column of DB2 type INTEGER. |
int | getStartDaysInEJBType() This method provides access to the AUCTSTYLE.STARTDAYS column of DB2 type INTEGER. |
java.lang.String | getStartTime() This method provides access to the AUCTSTYLE.STARTTIME column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getStartTimeInEJBType() This method provides access to the AUCTSTYLE.STARTTIME column of DB2 type TIMESTAMP. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setAdminId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setAdminId(java.lang.String newValue) This method accesses a non-CMP field |
void | setAuctionType(java.lang.String newValue) This method accesses a non-CMP field |
void | setBidRuleId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setBidRuleId(java.lang.String newValue) This method accesses a non-CMP field |
void | setClosePriceRule(java.lang.String newValue) This method accesses a non-CMP field |
void | setCloseType(int newValue) This method accesses a non-CMP field |
void | setCloseType(java.lang.String newValue) This method accesses a non-CMP field |
void | setCurrency(java.lang.String newValue) This method accesses a non-CMP field |
void | setDeposit(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setDeposit(java.lang.String newValue) This method accesses a non-CMP field |
void | setDuration(java.lang.String newValue) This method accesses a non-CMP field |
void | setDuration(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setDurationDays(int newValue) This method accesses a non-CMP field |
void | setDurationDays(java.lang.String newValue) This method accesses a non-CMP field |
void | setEndDays(int newValue) This method accesses a non-CMP field |
void | setEndDays(java.lang.String newValue) This method accesses a non-CMP field |
void | setEndTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setEndTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setInitKey_name(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_ownerId(java.lang.Long newValue) Set the primary key for this object |
void | setItemPage(java.lang.String newValue) This method accesses a non-CMP field |
void | setName(java.lang.String newValue) This method accesses a non-CMP field |
void | setOpenPrice(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setOpenPrice(java.lang.String newValue) This method accesses a non-CMP field |
void | setOwnerId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setOwnerId(java.lang.String newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.Double newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.String newValue) This method accesses a non-CMP field |
void | setReservePrice(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setReservePrice(java.lang.String newValue) This method accesses a non-CMP field |
void | setRulePage(java.lang.String newValue) This method accesses a non-CMP field |
void | setStartDays(int newValue) This method accesses a non-CMP field |
void | setStartDays(java.lang.String newValue) This method accesses a non-CMP field |
void | setStartTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setStartTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AuctionStyleAccessBean()
public AuctionStyleAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public AuctionStyleAccessBean(java.lang.String aName, java.lang.Long ownerid, java.lang.String aType) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
Method Detail |
public java.util.Enumeration findAllAuctionStyles(com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auction styles.
The SQL query used to fetch all the required rows from the AUCTSTYLE table is:
SELECT * FROM AUCTSTYLE T1 WHERE 1=1
public java.util.Enumeration findAuctionStylesByBidRule(java.lang.Long ruleid, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auction styles with the specified bid control rule.
The SQL query used to fetch all the required rows from the AUCTSTYLE table is:
SELECT * FROM AUCTSTYLE T1 WHERE T1.RULE_ID=?
public java.util.Enumeration findAuctionStylesByOwner(java.lang.Long ownerid, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auction styles with the specified owner.
The SQL query used to fetch all the required rows from the AUCTSTYLE table is:
SELECT * FROM AUCTSTYLE T1 WHERE T1.OWNER_ID=?
public java.util.Enumeration findAuctionStylesByOwnerAndType(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 auction styles, for the auction type, with the specified owner.
The SQL query used to fetch all the required rows from the AUCTSTYLE table is:
SELECT * FROM AUCTSTYLE T1 WHERE T1.OWNER_ID=? AND T1.ASTYPE=?
public java.util.Enumeration findAuctionStylesByType(java.lang.String type, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
Retrieves all auction styles for the specified auction type.
The SQL query used to fetch all the required rows from the AUCTSTYLE table is:
SELECT * FROM AUCTSTYLE T1 WHERE T1.ASTYPE=?
public void setInitKey_name(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_ownerId(java.lang.Long newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.AUQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Auction quantity.
public java.lang.Double getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.AUQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Auction quantity.
public void setQuantity(java.lang.String newValue)
public void setQuantity(java.lang.Double newValue)
public java.lang.String getStartTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.STARTTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction starting time.
public java.sql.Timestamp getStartTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.STARTTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction starting time.
public void setStartTime(java.lang.String newValue)
public void setStartTime(java.sql.Timestamp newValue)
public java.lang.String getOpenPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.OPENPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Opening price. Used by Dutch auctions.
public java.math.BigDecimal getOpenPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.OPENPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Opening price. Used by Dutch auctions.
public void setOpenPrice(java.lang.String newValue)
public void setOpenPrice(java.math.BigDecimal newValue)
public java.lang.String getReservePrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.RESERVPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserve price for the auction.
public java.math.BigDecimal getReservePriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.RESERVPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserve price for the auction.
public void setReservePrice(java.lang.String newValue)
public void setReservePrice(java.math.BigDecimal newValue)
public java.lang.String getEndDays() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ENDDAYS column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public int getEndDaysInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ENDDAYS column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public void setEndDays(java.lang.String newValue)
public void setEndDays(int newValue)
public java.lang.String getOwnerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the owner of the auction style.
public java.lang.Long getOwnerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the owner of the auction style.
public void setOwnerId(java.lang.String newValue)
public void setOwnerId(java.lang.Long newValue)
public java.lang.String getDurationDays() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.DURDAYS column of DB2 type INTEGER.
The following is a description of this column:
Auction duration in days.
public int getDurationDaysInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.DURDAYS column of DB2 type INTEGER.
The following is a description of this column:
Auction duration in days.
public void setDurationDays(java.lang.String newValue)
public void setDurationDays(int newValue)
public java.lang.String getAdminId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ADMIN_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the administrator who created the auction style.
public java.lang.Long getAdminIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ADMIN_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the administrator who created the auction style.
public void setAdminId(java.lang.String newValue)
public void setAdminId(java.lang.Long newValue)
public java.lang.String getAuctionType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ASTYPE column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
Auction type. Valid values are as follows: &l
public void setAuctionType(java.lang.String newValue)
public java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ASCUR column of DB2 type CHAR(4).
The following is a description of this column:
Currency code. This is a currency code as per ISO 4217 standards.
public void setCurrency(java.lang.String newValue)
public java.lang.String getCloseType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.CLOSETYPE column of DB2 type INTEGER.
The following is a description of this column:
Auction closing rule. Valid values are as follows: &l
public int getCloseTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.CLOSETYPE column of DB2 type INTEGER.
The following is a description of this column:
Auction closing rule. Valid values are as follows: &l
public void setCloseType(java.lang.String newValue)
public void setCloseType(int newValue)
public java.lang.String getEndTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ENDTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction ending date and time.
public java.sql.Timestamp getEndTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ENDTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction ending date and time.
public void setEndTime(java.lang.String newValue)
public void setEndTime(java.sql.Timestamp newValue)
public java.lang.String getDeposit() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.DEPOSIT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Deposit amount required for the auction.
public java.math.BigDecimal getDepositInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.DEPOSIT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Deposit amount required for the auction.
public void setDeposit(java.lang.String newValue)
public void setDeposit(java.math.BigDecimal newValue)
public java.lang.String getDuration() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ASDURATION column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction duration.
public java.sql.Timestamp getDurationInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ASDURATION column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction duration.
public void setDuration(java.lang.String newValue)
public void setDuration(java.sql.Timestamp newValue)
public java.lang.String getItemPage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ITEMPAGE column of DB2 type VARCHAR(254).
The following is a description of this column:
Name of the page used to display the item when it is on auction.
public void setItemPage(java.lang.String newValue)
public java.lang.String getStartDays() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.STARTDAYS column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public int getStartDaysInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.STARTDAYS column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public void setStartDays(java.lang.String newValue)
public void setStartDays(int newValue)
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ASNAME column of DB2 type CHAR(38) NOT NULL.
The following is a description of this column:
Auction style name.
public void setName(java.lang.String newValue)
public java.lang.String getRulePage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.RULEPAGE column of DB2 type VARCHAR(254).
The following is a description of this column:
Rule page. The name of the JSP file used to display the auction rules.
public void setRulePage(java.lang.String newValue)
public java.lang.String getBidRuleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.RULE_ID column of DB2 type BIGINT.
The following is a description of this column:
Bid control rule for this auction. Foreign key to the CONTRLRULE table.
public java.lang.Long getBidRuleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.RULE_ID column of DB2 type BIGINT.
The following is a description of this column:
Bid control rule for this auction. Foreign key to the CONTRLRULE table.
public void setBidRuleId(java.lang.String newValue)
public void setBidRuleId(java.lang.Long newValue)
public java.lang.String getClosePriceRule() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.CLOSEPR column of DB2 type CHAR(4).
The following is a description of this column:
Auction closing price rule. Valid values are as follows: &l
public void setClosePriceRule(java.lang.String newValue)
public boolean fulfills(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.