A B C D E G H I L P R S T U V

A

AboutMe - class edu.rice.rubis.beans.servlets.AboutMe.
This servlets displays general information about the user loged in and about his current bids or items to sell.
AboutMe() - Constructor for class edu.rice.rubis.beans.servlets.AboutMe
 
addDays(GregorianCalendar, int) - Static method in class edu.rice.rubis.beans.TimeManagement
Compute a new GregorianCalendar from a beginning date and a duration in days.
authenticate(String, String) - Method in interface edu.rice.rubis.beans.SB_Auth
Describe authenticate method here.
authenticate(String, String) - Method in class edu.rice.rubis.beans.SB_AuthBean
Describe authenticate method here.

B

BeanConfig - class edu.rice.rubis.beans.BeanConfig.
This class contains the configuration for the beans
BrowseCategories - class edu.rice.rubis.beans.servlets.BrowseCategories.
Builds the html page with the list of all categories and provides links to browse all items in a category or items in a category for a given region
BrowseCategories() - Constructor for class edu.rice.rubis.beans.servlets.BrowseCategories
 
BrowseRegions - class edu.rice.rubis.beans.servlets.BrowseRegions.
Builds the html page with the list of all region in the database
BrowseRegions() - Constructor for class edu.rice.rubis.beans.servlets.BrowseRegions
 
BuyNow - class edu.rice.rubis.beans.servlets.BuyNow.
This servlets display the page allowing a user to buy an item It must be called this way : http://..../BuyNow?
BuyNow() - Constructor for class edu.rice.rubis.beans.servlets.BuyNow
 
BuyNowAuth - class edu.rice.rubis.beans.servlets.BuyNowAuth.
This servlets display the page authentifying the user to allow him to put a buy an item at the "buy now" price.
BuyNowAuth() - Constructor for class edu.rice.rubis.beans.servlets.BuyNowAuth
 

C

Config - class edu.rice.rubis.beans.servlets.Config.
JBoss version.
context - Static variable in class edu.rice.rubis.beans.servlets.Config
Returns the context used by the web container for html files and servlets (this isthe name of the war file).
context - Static variable in class edu.rice.rubis.beans.BeanConfig
Returns the context used by the web container for html files and servlets (this isthe name of the war file).
create() - Method in interface edu.rice.rubis.beans.SB_ViewItemHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_AuthHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_ViewUserInfoHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_AboutMeHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_RegisterUserHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_ViewBidHistoryHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_BuyNowHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_PutCommentHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_BrowseCategoriesHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_SearchItemsByCategoryHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_StoreCommentHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_BrowseRegionsHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_SearchItemsByRegionHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_StoreBidHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_RegisterItemHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_StoreBuyNowHome
This method is used to create a new Bean.
create() - Method in interface edu.rice.rubis.beans.SB_PutBidHome
This method is used to create a new Bean.
createBid(int, int, float, float, int) - Method in interface edu.rice.rubis.beans.SB_StoreBid
Create a new bid and update the number of bids in the item.
createBid(int, int, float, float, int) - Method in class edu.rice.rubis.beans.SB_StoreBidBean
Create a new bid and update the number of bids in the item.
createBuyNow(Integer, Integer, int) - Method in class edu.rice.rubis.beans.SB_StoreBuyNowBean
Create a buyNow and update the item.
createBuyNow(Integer, Integer, int) - Method in interface edu.rice.rubis.beans.SB_StoreBuyNow
Create a buyNow and update the item.
createComment(Integer, Integer, Integer, int, String) - Method in class edu.rice.rubis.beans.SB_StoreCommentBean
Create a new comment and update the rating of the user.
createComment(Integer, Integer, Integer, int, String) - Method in interface edu.rice.rubis.beans.SB_StoreComment
Create a new comment and update the rating of the user.
createItem(String, String, float, int, float, float, String, String, int, int) - Method in interface edu.rice.rubis.beans.SB_RegisterItem
Create a new item.
createItem(String, String, float, int, float, float, String, String, int, int) - Method in class edu.rice.rubis.beans.SB_RegisterItemBean
Create a new item.
createUser(String, String, String, String, String, String) - Method in class edu.rice.rubis.beans.SB_RegisterUserBean
Create a new user.
createUser(String, String, String, String, String, String) - Method in interface edu.rice.rubis.beans.SB_RegisterUser
Create a new user.
currentDateToString() - Static method in class edu.rice.rubis.beans.TimeManagement
Returns a string representation of the current date (when the method is called) conforming to the following database format : 'YYYY-MM-DD hh:mm:ss'

D

dataSource - Variable in class edu.rice.rubis.beans.SB_ViewBidHistoryBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_BrowseCategoriesBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_StoreCommentBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_BuyNowBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_RegisterItemBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_ViewItemBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_AuthBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_AboutMeBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_StoreBuyNowBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_BrowseRegionsBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_RegisterUserBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_PutCommentBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_SearchItemsByRegionBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_ViewUserInfoBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_SearchItemsByCategoryBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_PutBidBean
 
dataSource - Variable in class edu.rice.rubis.beans.SB_StoreBidBean
 
dateToString(GregorianCalendar) - Static method in class edu.rice.rubis.beans.TimeManagement
Returns a string representation of a date conforming to the following database format : 'YYYY-MM-DD hh:mm:ss'
diffTime(GregorianCalendar, GregorianCalendar) - Static method in class edu.rice.rubis.beans.TimeManagement
Returns a string representation of the time elapsed between startDate and endDate.
diffTimeInMs(GregorianCalendar, GregorianCalendar) - Static method in class edu.rice.rubis.beans.TimeManagement
Returns the time elapsed between startDate and endDate in milliseconds
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.SearchItemsByCategory
Describe doGet method here.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.StoreBuyNow
Call the doPost method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.BuyNow
Authenticate the user and end the display a buy now form
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.SearchItemsByRegion
Read the parameters, lookup the remote category and region and build the web page with the list of items
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.PutBidAuth
Describe doGet method here.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.BrowseRegions
Display the list of regions
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.StoreBid
Call the doPost method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.RegisterItem
Check the values from the html register item form and create a new item
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.RegisterUser
Describe doGet method here.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.ViewItem
Display all available information on an item.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.PutComment
Describe doGet method here.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.PutBid
Describe doGet method here.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.BuyNowAuth
Display the web page with the form to authenticate the user
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.StoreComment
Call the doPost method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.ViewBidHistory
Call the doPost method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.AboutMe
Call doPost method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.PutCommentAuth
Describe doGet method here.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.SellItemForm
Build the html page for the response
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.ViewUserInfo
Call the doPost method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.BrowseCategories
Build the html page for the response
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.SearchItemsByCategory
Call the doGet method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.StoreBuyNow
Store the BuyNow to the database and display resulting message.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.BuyNow
Call the doGet method
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.SearchItemsByRegion
Call the doGet method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.PutBidAuth
Call the doGet method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.StoreBid
Store the bid to the database and display resulting message.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.RegisterItem
Call the doGet method: check the values from the html register item form and create a new item
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.RegisterUser
Call the doGet method here.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.ViewItem
Call the doGet method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.PutComment
Call the doGet method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.PutBid
Call the doGet method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.BuyNowAuth
Call the doGet method
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.StoreComment
Store the comment to the database and display the resulting message.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.ViewBidHistory
Display the bid history of an item
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.AboutMe
Check username and password and build the web page that display the information about the loged in user.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.PutCommentAuth
Call the doGet method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.SellItemForm
Call the doGet method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.ViewUserInfo
Display information about a user.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.BrowseCategories
Same as doGet.

E

ejbActivate() - Method in class edu.rice.rubis.beans.SB_ViewBidHistoryBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_BrowseCategoriesBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_StoreCommentBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_BuyNowBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_RegisterItemBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_ViewItemBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_AuthBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_AboutMeBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_StoreBuyNowBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_BrowseRegionsBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_RegisterUserBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_PutCommentBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_SearchItemsByRegionBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_ViewUserInfoBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_SearchItemsByCategoryBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_PutBidBean
This method is empty for a stateless session bean
ejbActivate() - Method in class edu.rice.rubis.beans.SB_StoreBidBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_ViewBidHistoryBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_BrowseCategoriesBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_StoreCommentBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_BuyNowBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_RegisterItemBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_ViewItemBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_AuthBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_AboutMeBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_StoreBuyNowBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_BrowseRegionsBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_RegisterUserBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_PutCommentBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_SearchItemsByRegionBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_ViewUserInfoBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_SearchItemsByCategoryBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_PutBidBean
This method is empty for a stateless session bean
ejbCreate() - Method in class edu.rice.rubis.beans.SB_StoreBidBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_ViewBidHistoryBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_BrowseCategoriesBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_StoreCommentBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_BuyNowBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_RegisterItemBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_ViewItemBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_AuthBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_AboutMeBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_StoreBuyNowBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_BrowseRegionsBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_RegisterUserBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_PutCommentBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_SearchItemsByRegionBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_ViewUserInfoBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_SearchItemsByCategoryBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_PutBidBean
This method is empty for a stateless session bean
ejbPassivate() - Method in class edu.rice.rubis.beans.SB_StoreBidBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_ViewBidHistoryBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_BrowseCategoriesBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_StoreCommentBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_BuyNowBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_RegisterItemBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_ViewItemBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_AuthBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_AboutMeBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_StoreBuyNowBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_BrowseRegionsBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_RegisterUserBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_PutCommentBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_SearchItemsByRegionBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_ViewUserInfoBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_SearchItemsByCategoryBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_PutBidBean
This method is empty for a stateless session bean
ejbRemove() - Method in class edu.rice.rubis.beans.SB_StoreBidBean
This method is empty for a stateless session bean

G

getAboutMe(String, String) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
Authenticate the user and get the information about the user.
getAboutMe(String, String) - Method in interface edu.rice.rubis.beans.SB_AboutMe
Authenticate the user and get the information about the user.
getBiddingForm(Integer, String, String) - Method in interface edu.rice.rubis.beans.SB_PutBid
Authenticate the user and get the information to build the html form.
getBiddingForm(Integer, String, String) - Method in class edu.rice.rubis.beans.SB_PutBidBean
Authenticate the user and get the information to build the html form.
getBidHistory(Integer) - Method in class edu.rice.rubis.beans.SB_ViewBidHistoryBean
Get the list of bids related to a specific item.
getBidHistory(Integer) - Method in interface edu.rice.rubis.beans.SB_ViewBidHistory
Get the list of bids related to a specific item.
getBuyNowForm(Integer, String, String) - Method in interface edu.rice.rubis.beans.SB_BuyNow
Authenticate the user and get the information to build the html form.
getBuyNowForm(Integer, String, String) - Method in class edu.rice.rubis.beans.SB_BuyNowBean
Authenticate the user and get the information to build the html form.
getCategories(String, String, String) - Method in class edu.rice.rubis.beans.SB_BrowseCategoriesBean
List all the categories in the database
getCategories(String, String, String) - Method in interface edu.rice.rubis.beans.SB_BrowseCategories
Get all the categories from the database.
getCommentForm(Integer, Integer, String, String) - Method in interface edu.rice.rubis.beans.SB_PutComment
Authenticate the user and get the information to build the html form.
getCommentForm(Integer, Integer, String, String) - Method in class edu.rice.rubis.beans.SB_PutCommentBean
Authenticate the user and get the information to build the html form.
getComments(Integer, Connection) - Method in interface edu.rice.rubis.beans.SB_ViewUserInfo
Get the comment related to a specific user.
getComments(Integer, Connection) - Method in class edu.rice.rubis.beans.SB_ViewUserInfoBean
Get the comment related to a specific user.
getHTMLGeneralUserInformation(String, String, String, String, String, int) - Method in interface edu.rice.rubis.beans.SB_ViewUserInfo
Returns a string displaying general information about the user.
getHTMLGeneralUserInformation(String, String, String, String, String, int) - Method in class edu.rice.rubis.beans.SB_ViewUserInfoBean
Returns a string displaying general information about the user.
getItemDescription(Integer, int) - Method in class edu.rice.rubis.beans.SB_ViewItemBean
Get the full description of an item and the bidding option if userId>0.
getItemDescription(Integer, int) - Method in interface edu.rice.rubis.beans.SB_ViewItem
Get the full description of an item and the bidding option if userId>0.
getItems(Integer, Integer, int, int) - Method in class edu.rice.rubis.beans.SB_SearchItemsByRegionBean
Get the items in a specific category.
getItems(Integer, Integer, int, int) - Method in interface edu.rice.rubis.beans.SB_SearchItemsByRegion
Get the items in a specific category in a specific region.
getItems(Integer, int, int) - Method in interface edu.rice.rubis.beans.SB_SearchItemsByCategory
Get the items in a specific category.
getItems(Integer, int, int) - Method in class edu.rice.rubis.beans.SB_SearchItemsByCategoryBean
Get the items in a specific category.
getRegions() - Method in class edu.rice.rubis.beans.SB_BrowseRegionsBean
Get all the regions.
getRegions() - Method in interface edu.rice.rubis.beans.SB_BrowseRegions
Get all the regions from the database.
getUserInfo(Integer) - Method in interface edu.rice.rubis.beans.SB_ViewUserInfo
Get the information about a user.
getUserInfo(Integer) - Method in class edu.rice.rubis.beans.SB_ViewUserInfoBean
Get the information about a user.

H

HTMLFilesPath - Static variable in class edu.rice.rubis.beans.servlets.Config
Returns the path to the directory where the HTML header and footer are stored.

I

initialContext - Variable in class edu.rice.rubis.beans.SB_ViewBidHistoryBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_BrowseCategoriesBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_StoreCommentBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_BuyNowBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_RegisterItemBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_ViewItemBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_AuthBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_AboutMeBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_StoreBuyNowBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_BrowseRegionsBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_RegisterUserBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_PutCommentBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_SearchItemsByRegionBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_ViewUserInfoBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_SearchItemsByCategoryBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_PutBidBean
 
initialContext - Variable in class edu.rice.rubis.beans.SB_StoreBidBean
 

L

listBids(Integer, String, String, Connection) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
List items the user put a bid on in the last 30 days
listBids(Integer, String, String, Connection) - Method in interface edu.rice.rubis.beans.SB_AboutMe
List items the user put a bid on in the last 30 days
listBoughtItems(Integer, Connection) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
List items the user bought in the last 30 days
listBoughtItems(Integer, Connection) - Method in interface edu.rice.rubis.beans.SB_AboutMe
List items the user bought in the last 30 days
listComments(Integer, Connection) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
List comments about the user
listComments(Integer, Connection) - Method in interface edu.rice.rubis.beans.SB_AboutMe
List comments about the user
listItem(Integer, Connection) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
List items the user is currently selling and sold in the past 30 days
listItem(Integer, Connection) - Method in interface edu.rice.rubis.beans.SB_AboutMe
List items the user is currently selling and sold in the past 30 days
listWonItems(Integer, Connection) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
List items the user won in the last 30 days
listWonItems(Integer, Connection) - Method in interface edu.rice.rubis.beans.SB_AboutMe
List items the user won in the last 30 days

P

printBidHistory(int, String, float, String) - Method in class edu.rice.rubis.beans.SB_ViewBidHistoryBean
Display bid history information as an HTML table row
printBidHistory(int, String, float, String) - Method in interface edu.rice.rubis.beans.SB_ViewBidHistory
Display bid history information as an HTML table row
printBidHistoryFooter() - Method in class edu.rice.rubis.beans.SB_ViewBidHistoryBean
Bids list footer printed function
printBidHistoryFooter() - Method in interface edu.rice.rubis.beans.SB_ViewBidHistory
Bids list footer printed function
printBidHistoryHeader() - Method in class edu.rice.rubis.beans.SB_ViewBidHistoryBean
Bids list header printed function
printBidHistoryHeader() - Method in interface edu.rice.rubis.beans.SB_ViewBidHistory
Bids list header printed function
printCategory(String, int) - Method in class edu.rice.rubis.beans.SB_BrowseCategoriesBean
Display category information for the BrowseCategories servlet
printCategory(String, int) - Method in interface edu.rice.rubis.beans.SB_BrowseCategories
Display category information for the BrowseCategories servlet
printCategoryByRegion(String, int, int) - Method in class edu.rice.rubis.beans.SB_BrowseCategoriesBean
Display category information for the BrowseCategories servlet
printCategoryByRegion(String, int, int) - Method in interface edu.rice.rubis.beans.SB_BrowseCategories
Display category information for the BrowseCategories servlet
printCategoryToSellItem(String, int, int) - Method in class edu.rice.rubis.beans.SB_BrowseCategoriesBean
Display category information for the BrowseCategories servlet
printCategoryToSellItem(String, int, int) - Method in interface edu.rice.rubis.beans.SB_BrowseCategories
Display category information for the BrowseCategories servlet
printComment(String, String, String, int) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
Display comment information as an HTML table row
printComment(String, String, String, int) - Method in interface edu.rice.rubis.beans.SB_ViewUserInfo
Display comment information as an HTML table row
printComment(String, String, String, int) - Method in class edu.rice.rubis.beans.SB_ViewUserInfoBean
Display comment information as an HTML table row
printComment(String, String, String, int) - Method in interface edu.rice.rubis.beans.SB_AboutMe
Display comment information as an HTML table row
printCommentFooter() - Method in class edu.rice.rubis.beans.SB_AboutMeBean
Comment footer printed function
printCommentFooter() - Method in interface edu.rice.rubis.beans.SB_ViewUserInfo
Comment footer printed function
printCommentFooter() - Method in class edu.rice.rubis.beans.SB_ViewUserInfoBean
Comment footer printed function
printCommentFooter() - Method in interface edu.rice.rubis.beans.SB_AboutMe
Comment footer printed function
printCommentHeader() - Method in class edu.rice.rubis.beans.SB_AboutMeBean
Comment header printed function
printCommentHeader() - Method in interface edu.rice.rubis.beans.SB_ViewUserInfo
Comment header printed function
printCommentHeader() - Method in class edu.rice.rubis.beans.SB_ViewUserInfoBean
Comment header printed function
printCommentHeader() - Method in interface edu.rice.rubis.beans.SB_AboutMe
Comment header printed function
printHTMLHighlighted(String) - Method in class edu.rice.rubis.beans.SB_ViewItemBean
Construct a html highlighted string.
printHTMLHighlighted(String) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
Construct a html highlighted string.
printHTMLHighlighted(String) - Method in interface edu.rice.rubis.beans.SB_ViewItem
Construct a html highlighted string.
printHTMLHighlighted(String) - Method in interface edu.rice.rubis.beans.SB_AboutMe
Construct a html highlighted string.
printItem(String, int, float, int, String) - Method in interface edu.rice.rubis.beans.SB_SearchItemsByCategory
Display item information as an HTML table row
printItem(String, int, float, int, String) - Method in class edu.rice.rubis.beans.SB_SearchItemsByRegionBean
Display item information as an HTML table row
printItem(String, int, float, int, String) - Method in class edu.rice.rubis.beans.SB_SearchItemsByCategoryBean
Display item information as an HTML table row
printItem(String, int, float, int, String) - Method in interface edu.rice.rubis.beans.SB_SearchItemsByRegion
Display item information as an HTML table row
printItemDescriptionToBuyNow(int, String, String, float, int, int, String, String, String, int) - Method in interface edu.rice.rubis.beans.SB_BuyNow
Display item information for the Buy Now servlet
printItemDescriptionToBuyNow(int, String, String, float, int, int, String, String, String, int) - Method in class edu.rice.rubis.beans.SB_BuyNowBean
Display item information for the Buy Now servlet
printItemFooter() - Method in class edu.rice.rubis.beans.SB_AboutMeBean
Item footer printed function
printItemFooter() - Method in interface edu.rice.rubis.beans.SB_AboutMe
Item footer printed function
printItemUserHasBidOn(int, String, float, float, float, int, String, String, int, String, String, String) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
Display item information for the AboutMe servlet
printItemUserHasBidOn(int, String, float, float, float, int, String, String, int, String, String, String) - Method in interface edu.rice.rubis.beans.SB_AboutMe
Display item information for the AboutMe servlet
printRegion(String) - Method in class edu.rice.rubis.beans.SB_BrowseRegionsBean
Region related printed functions
printRegion(String) - Method in interface edu.rice.rubis.beans.SB_BrowseRegions
Region related printed functions
printSell(int, String, float, float, int, float, float, String, String) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
Display item information as an HTML table row
printSell(int, String, float, float, int, float, float, String, String) - Method in interface edu.rice.rubis.beans.SB_AboutMe
Display item information as an HTML table row
printSellHeader(String) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
user's sellings header printed function
printSellHeader(String) - Method in interface edu.rice.rubis.beans.SB_AboutMe
user's sellings header printed function
printUserBidsHeader() - Method in class edu.rice.rubis.beans.SB_AboutMeBean
user's bids list header printed function
printUserBidsHeader() - Method in interface edu.rice.rubis.beans.SB_AboutMe
user's bids list header printed function
printUserBoughtItem(int, String, int, float, int, String) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
Display item information for the AboutMe servlet
printUserBoughtItem(int, String, int, float, int, String) - Method in interface edu.rice.rubis.beans.SB_AboutMe
Display item information for the AboutMe servlet
printUserBoughtItemHeader() - Method in class edu.rice.rubis.beans.SB_AboutMeBean
user's bought items list header printed function
printUserBoughtItemHeader() - Method in interface edu.rice.rubis.beans.SB_AboutMe
user's bought items list header printed function
printUserWonItem(int, String, float, int, String) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
Display item information for the AboutMe servlet
printUserWonItem(int, String, float, int, String) - Method in interface edu.rice.rubis.beans.SB_AboutMe
Display item information for the AboutMe servlet
printUserWonItemHeader() - Method in class edu.rice.rubis.beans.SB_AboutMeBean
user's won items list header printed function
printUserWonItemHeader() - Method in interface edu.rice.rubis.beans.SB_AboutMe
user's won items list header printed function
PutBid - class edu.rice.rubis.beans.servlets.PutBid.
This servlets display the page allowing a user to put a bid on an item.
PutBid() - Constructor for class edu.rice.rubis.beans.servlets.PutBid
 
PutBidAuth - class edu.rice.rubis.beans.servlets.PutBidAuth.
This servlets display the page authentifying the user to allow him to put a bid on an item.
PutBidAuth() - Constructor for class edu.rice.rubis.beans.servlets.PutBidAuth
 
PutComment - class edu.rice.rubis.beans.servlets.PutComment.
This servlets display the page allowing a user to put a comment on an item.
PutComment() - Constructor for class edu.rice.rubis.beans.servlets.PutComment
 
PutCommentAuth - class edu.rice.rubis.beans.servlets.PutCommentAuth.
This servlets display the page authentifying the user to allow him to put a comment on another user.
PutCommentAuth() - Constructor for class edu.rice.rubis.beans.servlets.PutCommentAuth
 

R

RegisterItem - class edu.rice.rubis.beans.servlets.RegisterItem.
Add a new item in the database
RegisterItem() - Constructor for class edu.rice.rubis.beans.servlets.RegisterItem
 
RegisterUser - class edu.rice.rubis.beans.servlets.RegisterUser.
This servlet register a new user in the database and display the result of the transaction.
RegisterUser() - Constructor for class edu.rice.rubis.beans.servlets.RegisterUser
 

S

SB_AboutMe - interface edu.rice.rubis.beans.SB_AboutMe.
This is the Remote Interface of the SB_AboutMe Bean
SB_AboutMeBean - class edu.rice.rubis.beans.SB_AboutMeBean.
This is a stateless session bean used to give to a user the information about himself.
SB_AboutMeBean() - Constructor for class edu.rice.rubis.beans.SB_AboutMeBean
 
SB_AboutMeHome - interface edu.rice.rubis.beans.SB_AboutMeHome.
This is the Home interface of the SB_AboutMe Bean
SB_Auth - interface edu.rice.rubis.beans.SB_Auth.
This is the Remote Interface of the SB_Auth Bean
SB_AuthBean - class edu.rice.rubis.beans.SB_AuthBean.
This is a stateless session bean used to provides user authentication services to servlets.
SB_AuthBean() - Constructor for class edu.rice.rubis.beans.SB_AuthBean
 
SB_AuthHome - interface edu.rice.rubis.beans.SB_AuthHome.
This is the Home interface of the SB_Auth Bean
SB_BrowseCategories - interface edu.rice.rubis.beans.SB_BrowseCategories.
This is the Remote Interface of the SB_BrowseCategories Bean
SB_BrowseCategoriesBean - class edu.rice.rubis.beans.SB_BrowseCategoriesBean.
This is a stateless session bean used to get the list of categories from database and return the information to the BrowseRegions servlet.
SB_BrowseCategoriesBean() - Constructor for class edu.rice.rubis.beans.SB_BrowseCategoriesBean
 
SB_BrowseCategoriesHome - interface edu.rice.rubis.beans.SB_BrowseCategoriesHome.
This is the Home interface of the SB_BrowseCategories Bean
SB_BrowseRegions - interface edu.rice.rubis.beans.SB_BrowseRegions.
This is the Remote Interface of the SB_BrowseRegions Bean
SB_BrowseRegionsBean - class edu.rice.rubis.beans.SB_BrowseRegionsBean.
This is a stateless session bean used to get the list of regions from the database.
SB_BrowseRegionsBean() - Constructor for class edu.rice.rubis.beans.SB_BrowseRegionsBean
 
SB_BrowseRegionsHome - interface edu.rice.rubis.beans.SB_BrowseRegionsHome.
This is the Home interface of the SB_BrowseRegions Bean
SB_BuyNow - interface edu.rice.rubis.beans.SB_BuyNow.
This is the Remote Interface of the SB_BuyNow Bean
SB_BuyNowBean - class edu.rice.rubis.beans.SB_BuyNowBean.
This is a stateless session bean used to build the html form to buy an item.
SB_BuyNowBean() - Constructor for class edu.rice.rubis.beans.SB_BuyNowBean
 
SB_BuyNowHome - interface edu.rice.rubis.beans.SB_BuyNowHome.
This is the Home interface of the SB_BuyNow Bean
SB_PutBid - interface edu.rice.rubis.beans.SB_PutBid.
This is the Remote Interface of the SB_PutBid Bean
SB_PutBidBean - class edu.rice.rubis.beans.SB_PutBidBean.
This is a stateless session bean used to build the html form to put a bid.
SB_PutBidBean() - Constructor for class edu.rice.rubis.beans.SB_PutBidBean
 
SB_PutBidHome - interface edu.rice.rubis.beans.SB_PutBidHome.
This is the Home interface of the SB_PutBid Bean
SB_PutComment - interface edu.rice.rubis.beans.SB_PutComment.
This is the Remote Interface of the SB_PutComment Bean
SB_PutCommentBean - class edu.rice.rubis.beans.SB_PutCommentBean.
This is a stateless session bean used to get the information to build the html form used to put a comment on a user.
SB_PutCommentBean() - Constructor for class edu.rice.rubis.beans.SB_PutCommentBean
 
SB_PutCommentHome - interface edu.rice.rubis.beans.SB_PutCommentHome.
This is the Home interface of the SB_PutComment Bean
SB_RegisterItem - interface edu.rice.rubis.beans.SB_RegisterItem.
This is the Remote Interface of the SB_RegisterItem Bean
SB_RegisterItemBean - class edu.rice.rubis.beans.SB_RegisterItemBean.
This is a stateless session bean used to register a new item.
SB_RegisterItemBean() - Constructor for class edu.rice.rubis.beans.SB_RegisterItemBean
 
SB_RegisterItemHome - interface edu.rice.rubis.beans.SB_RegisterItemHome.
This is the Home interface of the SB_RegisterItem Bean
SB_RegisterUser - interface edu.rice.rubis.beans.SB_RegisterUser.
This is the Remote Interface of the SB_RegisterUser Bean
SB_RegisterUserBean - class edu.rice.rubis.beans.SB_RegisterUserBean.
This is a stateless session bean used to register a new user.
SB_RegisterUserBean() - Constructor for class edu.rice.rubis.beans.SB_RegisterUserBean
 
SB_RegisterUserHome - interface edu.rice.rubis.beans.SB_RegisterUserHome.
This is the Home interface of the SB_RegisterUser Bean
SB_SearchItemsByCategory - interface edu.rice.rubis.beans.SB_SearchItemsByCategory.
This is the Remote Interface of the SB_SearchItemsByCategory Bean
SB_SearchItemsByCategoryBean - class edu.rice.rubis.beans.SB_SearchItemsByCategoryBean.
This is a stateless session bean used to get the list of items that belong to a specific category.
SB_SearchItemsByCategoryBean() - Constructor for class edu.rice.rubis.beans.SB_SearchItemsByCategoryBean
 
SB_SearchItemsByCategoryHome - interface edu.rice.rubis.beans.SB_SearchItemsByCategoryHome.
This is the Home interface of the SB_SearchItemsByCategory Bean
SB_SearchItemsByRegion - interface edu.rice.rubis.beans.SB_SearchItemsByRegion.
This is the Remote Interface of the SB_SearchItemsByRegion Bean
SB_SearchItemsByRegionBean - class edu.rice.rubis.beans.SB_SearchItemsByRegionBean.
This is a stateless session bean used to get the list of items that belong to a specific category in a specific region.
SB_SearchItemsByRegionBean() - Constructor for class edu.rice.rubis.beans.SB_SearchItemsByRegionBean
 
SB_SearchItemsByRegionHome - interface edu.rice.rubis.beans.SB_SearchItemsByRegionHome.
This is the Home interface of the SB_SearchItemsByRegion Bean
SB_StoreBid - interface edu.rice.rubis.beans.SB_StoreBid.
This is the Remote Interface of the SB_StoreBid Bean
SB_StoreBidBean - class edu.rice.rubis.beans.SB_StoreBidBean.
This is a stateless session bean used to create e new bid for an item.
SB_StoreBidBean() - Constructor for class edu.rice.rubis.beans.SB_StoreBidBean
 
SB_StoreBidHome - interface edu.rice.rubis.beans.SB_StoreBidHome.
This is the Home interface of the SB_StoreBid Bean
SB_StoreBuyNow - interface edu.rice.rubis.beans.SB_StoreBuyNow.
This is the Remote Interface of the SB_StoreBuyNow Bean
SB_StoreBuyNowBean - class edu.rice.rubis.beans.SB_StoreBuyNowBean.
This is a stateless session bean used when a user buy an item.
SB_StoreBuyNowBean() - Constructor for class edu.rice.rubis.beans.SB_StoreBuyNowBean
 
SB_StoreBuyNowHome - interface edu.rice.rubis.beans.SB_StoreBuyNowHome.
This is the Home interface of the SB_StoreBuyNow Bean
SB_StoreComment - interface edu.rice.rubis.beans.SB_StoreComment.
This is the Remote Interface of the SB_StoreComment Bean
SB_StoreCommentBean - class edu.rice.rubis.beans.SB_StoreCommentBean.
This is a stateless session bean used to create e new comment for a user.
SB_StoreCommentBean() - Constructor for class edu.rice.rubis.beans.SB_StoreCommentBean
 
SB_StoreCommentHome - interface edu.rice.rubis.beans.SB_StoreCommentHome.
This is the Home interface of the SB_StoreComment Bean
SB_ViewBidHistory - interface edu.rice.rubis.beans.SB_ViewBidHistory.
This is the Remote Interface of the SB_ViewBidHistory Bean
SB_ViewBidHistoryBean - class edu.rice.rubis.beans.SB_ViewBidHistoryBean.
This is a stateless session bean used get the bid history of an item.
SB_ViewBidHistoryBean() - Constructor for class edu.rice.rubis.beans.SB_ViewBidHistoryBean
 
SB_ViewBidHistoryHome - interface edu.rice.rubis.beans.SB_ViewBidHistoryHome.
This is the Home interface of the SB_ViewBidHistory Bean
SB_ViewItem - interface edu.rice.rubis.beans.SB_ViewItem.
This is the Remote Interface of the SB_ViewItem Bean
SB_ViewItemBean - class edu.rice.rubis.beans.SB_ViewItemBean.
This is a stateless session bean used to get the information about an item.
SB_ViewItemBean() - Constructor for class edu.rice.rubis.beans.SB_ViewItemBean
 
SB_ViewItemHome - interface edu.rice.rubis.beans.SB_ViewItemHome.
This is the Home interface of the SB_ViewItem Bean
SB_ViewUserInfo - interface edu.rice.rubis.beans.SB_ViewUserInfo.
This is the Remote Interface of the SB_ViewUserInfo Bean
SB_ViewUserInfoBean - class edu.rice.rubis.beans.SB_ViewUserInfoBean.
This is a stateless session bean used to get the information about a user.
SB_ViewUserInfoBean() - Constructor for class edu.rice.rubis.beans.SB_ViewUserInfoBean
 
SB_ViewUserInfoHome - interface edu.rice.rubis.beans.SB_ViewUserInfoHome.
This is the Home interface of the SB_ViewUserInfo Bean
SearchItemsByCategory - class edu.rice.rubis.beans.servlets.SearchItemsByCategory.
This servlets displays a list of items belonging to a specific category.
SearchItemsByCategory() - Constructor for class edu.rice.rubis.beans.servlets.SearchItemsByCategory
 
SearchItemsByRegion - class edu.rice.rubis.beans.servlets.SearchItemsByRegion.
Build the html page with the list of all items for given category and region.
SearchItemsByRegion() - Constructor for class edu.rice.rubis.beans.servlets.SearchItemsByRegion
 
SellItemForm - class edu.rice.rubis.beans.servlets.SellItemForm.
Builds the html page that display the form to register a new item to sell.
SellItemForm() - Constructor for class edu.rice.rubis.beans.servlets.SellItemForm
 
ServletPrinter - class edu.rice.rubis.beans.servlets.ServletPrinter.
In fact, this class is not a servlet itself but it provides output services to servlets to send back HTML files.
ServletPrinter(HttpServletResponse, String) - Constructor for class edu.rice.rubis.beans.servlets.ServletPrinter
Creates a new ServletPrinter instance.
sessionContext - Variable in class edu.rice.rubis.beans.SB_ViewBidHistoryBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_BrowseCategoriesBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_StoreCommentBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_BuyNowBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_RegisterItemBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_ViewItemBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_AuthBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_AboutMeBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_StoreBuyNowBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_BrowseRegionsBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_RegisterUserBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_PutCommentBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_SearchItemsByRegionBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_ViewUserInfoBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_SearchItemsByCategoryBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_PutBidBean
 
sessionContext - Variable in class edu.rice.rubis.beans.SB_StoreBidBean
 
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_ViewBidHistoryBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_BrowseCategoriesBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_StoreCommentBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_BuyNowBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_RegisterItemBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_ViewItemBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_AuthBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_AboutMeBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_StoreBuyNowBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_BrowseRegionsBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_RegisterUserBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_PutCommentBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_SearchItemsByRegionBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_ViewUserInfoBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_SearchItemsByCategoryBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_PutBidBean
Sets the associated session context.
setSessionContext(SessionContext) - Method in class edu.rice.rubis.beans.SB_StoreBidBean
Sets the associated session context.
StoreBid - class edu.rice.rubis.beans.servlets.StoreBid.
This servlet records a bid in the database and display the result of the transaction.
StoreBid() - Constructor for class edu.rice.rubis.beans.servlets.StoreBid
 
StoreBuyNow - class edu.rice.rubis.beans.servlets.StoreBuyNow.
This servlet records a BuyNow in the database and display the result of the transaction.
StoreBuyNow() - Constructor for class edu.rice.rubis.beans.servlets.StoreBuyNow
 
StoreComment - class edu.rice.rubis.beans.servlets.StoreComment.
This servlets records a comment in the database and display the result of the transaction.
StoreComment() - Constructor for class edu.rice.rubis.beans.servlets.StoreComment
 

T

TimeManagement - class edu.rice.rubis.beans.TimeManagement.
This class provides additionnal functions that the GregorianCalendar class does not provide.
TimeManagement() - Constructor for class edu.rice.rubis.beans.TimeManagement
Creates a new TimeManagement instance.

U

UserTransaction - Static variable in class edu.rice.rubis.beans.servlets.Config
Return the UserTransaction name to look for since JBoss does not support full class names JOnAS looks like: utx = (javax.transaction.UserTransaction)initialContext.lookup("java:comp/UserTransaction"); JBoss looks like: utx = (javax.transaction.UserTransaction)initialContext.lookup("UserTransaction");

V

ViewBidHistory - class edu.rice.rubis.beans.servlets.ViewBidHistory.
This servlets displays the list of bids regarding an item.
ViewBidHistory() - Constructor for class edu.rice.rubis.beans.servlets.ViewBidHistory
 
ViewItem - class edu.rice.rubis.beans.servlets.ViewItem.
This servlets displays the full description of a given item and allows the user to bid on this item.
ViewItem() - Constructor for class edu.rice.rubis.beans.servlets.ViewItem
 
ViewUserInfo - class edu.rice.rubis.beans.servlets.ViewUserInfo.
This servlets displays general information about a user.
ViewUserInfo() - Constructor for class edu.rice.rubis.beans.servlets.ViewUserInfo
 

A B C D E G H I L P R S T U V

Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.