A B C D E G H L M O 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 class edu.rice.rubis.beans.MDB_Auth
Describe authenticate method here.

B

BeanConfig - class edu.rice.rubis.beans.BeanConfig.
This class contains the configuration for the MDB like the topic connection factory name
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.
This class contains the configuration for the servlets like the path of HTML files, etc ...
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 is the name of the war file).
createBid(int, int, float, float, int) - Method in class edu.rice.rubis.beans.MDB_StoreBid
Create a new bid and update the number of bids in the item.
createBuyNow(int, int, int) - Method in class edu.rice.rubis.beans.MDB_StoreBuyNow
Create a buyNow and update the item.
createComment(int, int, int, int, String) - Method in class edu.rice.rubis.beans.MDB_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 class edu.rice.rubis.beans.MDB_RegisterItem
Create a new item.
createUser(String, String, String, String, String, String) - Method in class edu.rice.rubis.beans.MDB_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

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.StoreComment
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.BrowseRegions
Display the list of regions
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.ViewItem
Display all available information on an item.
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.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.ViewUserInfo
Call the doPost method.
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.BuyNow
Authenticate the user and end the display a buy now form
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.PutCommentAuth
Describe doGet method here.
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.BrowseCategories
Build the html page for the response
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.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.RegisterUser
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.ViewBidHistory
Call the doPost 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.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.StoreBuyNow
Store the BuyNow to the database and display resulting message.
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.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.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.ViewUserInfo
Display information about a user.
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.BuyNow
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.PutCommentAuth
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.BrowseCategories
Same as doGet.
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.SearchItemsByRegion
Call the doGet method.
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.SellItemForm
Call the doGet method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.rice.rubis.beans.servlets.ViewBidHistory
Display the bid history of an item

E

ejbCreate() - Method in class edu.rice.rubis.beans.MDB_SearchItemsByCategory
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_StoreBid
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_RegisterItem
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_SearchItemsByRegion
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_RegisterUser
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_Auth
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_BrowseCategories
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_PutBid
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_AboutMe
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_ViewUserInfo
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_ViewBidHistory
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_PutComment
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_StoreBuyNow
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_BrowseRegions
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_BuyNow
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_ViewItem
The Message driven bean must define an ejbCreate methods with no args.
ejbCreate() - Method in class edu.rice.rubis.beans.MDB_StoreComment
The Message driven bean must define an ejbCreate methods with no args.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_SearchItemsByCategory
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_StoreBid
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_RegisterItem
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_SearchItemsByRegion
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_RegisterUser
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_Auth
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_BrowseCategories
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_PutBid
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_AboutMe
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_ViewUserInfo
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_ViewBidHistory
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_PutComment
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_StoreBuyNow
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_BrowseRegions
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_BuyNow
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_ViewItem
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in class edu.rice.rubis.beans.MDB_StoreComment
A container invokes this method before it ends the life of the message-driven object.

G

getAboutMe(String, String) - Method in class edu.rice.rubis.beans.MDB_AboutMe
Authenticate the user and get the information about the user.
getBiddingForm(int, String, String) - Method in class edu.rice.rubis.beans.MDB_PutBid
Authenticate the user and get the information to build the html form.
getBidHistory(int) - Method in class edu.rice.rubis.beans.MDB_ViewBidHistory
Get the list of bids related to a specific item.
getBuyNowForm(int, String, String) - Method in class edu.rice.rubis.beans.MDB_BuyNow
Authenticate the user and get the information to build the html form.
getCategories(String, String, String) - Method in class edu.rice.rubis.beans.MDB_BrowseCategories
List all the categories in the database
getCommentForm(int, int, String, String) - Method in class edu.rice.rubis.beans.MDB_PutComment
Authenticate the user and get the information to build the html form.
getComments(int, Connection) - Method in class edu.rice.rubis.beans.MDB_ViewUserInfo
Get the comment related to a specific user.
getHTMLGeneralUserInformation(String, String, String, String, String, int) - Method in class edu.rice.rubis.beans.MDB_ViewUserInfo
Returns a string displaying general information about the user.
getItemDescription(int, int) - Method in class edu.rice.rubis.beans.MDB_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.MDB_SearchItemsByRegion
Get the items in a specific category.
getItems(Integer, int, int) - Method in class edu.rice.rubis.beans.MDB_SearchItemsByCategory
Get the items in a specific category.
getUserInfo(int) - Method in class edu.rice.rubis.beans.MDB_ViewUserInfo
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.

L

listBids(int, String, String, Connection) - Method in class edu.rice.rubis.beans.MDB_AboutMe
List items the user put a bid on in the last 30 days
listBoughtItems(int, Connection) - Method in class edu.rice.rubis.beans.MDB_AboutMe
List items the user bought in the last 30 days
listComments(int, Connection) - Method in class edu.rice.rubis.beans.MDB_AboutMe
List comments about the user
listItem(int, Connection) - Method in class edu.rice.rubis.beans.MDB_AboutMe
List items the user is currently selling and sold in the past 30 days
listRegions() - Method in class edu.rice.rubis.beans.MDB_BrowseRegions
Retrieve the list of regions from the database.
listWonItems(int, Connection) - Method in class edu.rice.rubis.beans.MDB_AboutMe
List items the user won in the last 30 days

M

MDB_AboutMe - class edu.rice.rubis.beans.MDB_AboutMe.
This is a stateless session bean used to give to a user the information about himself.
MDB_AboutMe() - Constructor for class edu.rice.rubis.beans.MDB_AboutMe
 
MDB_Auth - class edu.rice.rubis.beans.MDB_Auth.
This is a message driven bean used to provides user authentication services to servlets.
MDB_Auth() - Constructor for class edu.rice.rubis.beans.MDB_Auth
 
MDB_BrowseCategories - class edu.rice.rubis.beans.MDB_BrowseCategories.
This is a message driven bean used to get the list of categories from database and return the information to the BrowseCategories servlet.
MDB_BrowseCategories() - Constructor for class edu.rice.rubis.beans.MDB_BrowseCategories
 
MDB_BrowseRegions - class edu.rice.rubis.beans.MDB_BrowseRegions.
This message driven bean gets the list of regions from the database.
MDB_BrowseRegions() - Constructor for class edu.rice.rubis.beans.MDB_BrowseRegions
 
MDB_BuyNow - class edu.rice.rubis.beans.MDB_BuyNow.
This is a stateless session bean used to build the html form to buy an item.
MDB_BuyNow() - Constructor for class edu.rice.rubis.beans.MDB_BuyNow
 
MDB_PutBid - class edu.rice.rubis.beans.MDB_PutBid.
This is a stateless session bean used to build the html form to put a bid.
MDB_PutBid() - Constructor for class edu.rice.rubis.beans.MDB_PutBid
 
MDB_PutComment - class edu.rice.rubis.beans.MDB_PutComment.
This is a stateless session bean used to get the information to build the html form used to put a comment on a user.
MDB_PutComment() - Constructor for class edu.rice.rubis.beans.MDB_PutComment
 
MDB_RegisterItem - class edu.rice.rubis.beans.MDB_RegisterItem.
This is a stateless session bean used to register a new item.
MDB_RegisterItem() - Constructor for class edu.rice.rubis.beans.MDB_RegisterItem
 
MDB_RegisterUser - class edu.rice.rubis.beans.MDB_RegisterUser.
This is a stateless session bean used to register a new user.
MDB_RegisterUser() - Constructor for class edu.rice.rubis.beans.MDB_RegisterUser
 
MDB_SearchItemsByCategory - class edu.rice.rubis.beans.MDB_SearchItemsByCategory.
This is a message driven bean used to get the list of items that belong to a specific category.
MDB_SearchItemsByCategory() - Constructor for class edu.rice.rubis.beans.MDB_SearchItemsByCategory
 
MDB_SearchItemsByRegion - class edu.rice.rubis.beans.MDB_SearchItemsByRegion.
This is a message driven bean used to get the list of items that belong to a specific category in a specific region.
MDB_SearchItemsByRegion() - Constructor for class edu.rice.rubis.beans.MDB_SearchItemsByRegion
 
MDB_StoreBid - class edu.rice.rubis.beans.MDB_StoreBid.
This is a stateless session bean used to create e new bid for an item.
MDB_StoreBid() - Constructor for class edu.rice.rubis.beans.MDB_StoreBid
 
MDB_StoreBuyNow - class edu.rice.rubis.beans.MDB_StoreBuyNow.
This is a stateless session bean used when a user buy an item.
MDB_StoreBuyNow() - Constructor for class edu.rice.rubis.beans.MDB_StoreBuyNow
 
MDB_StoreComment - class edu.rice.rubis.beans.MDB_StoreComment.
This is a stateless session bean used to create e new comment for a user.
MDB_StoreComment() - Constructor for class edu.rice.rubis.beans.MDB_StoreComment
 
MDB_ViewBidHistory - class edu.rice.rubis.beans.MDB_ViewBidHistory.
This is a stateless session bean used get the bid history of an item.
MDB_ViewBidHistory() - Constructor for class edu.rice.rubis.beans.MDB_ViewBidHistory
 
MDB_ViewItem - class edu.rice.rubis.beans.MDB_ViewItem.
This is a stateless session bean used to get the information about an item.
MDB_ViewItem() - Constructor for class edu.rice.rubis.beans.MDB_ViewItem
 
MDB_ViewUserInfo - class edu.rice.rubis.beans.MDB_ViewUserInfo.
This is a stateless session bean used to get the information about a user.
MDB_ViewUserInfo() - Constructor for class edu.rice.rubis.beans.MDB_ViewUserInfo
 

O

onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_SearchItemsByCategory
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_StoreBid
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_RegisterItem
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_SearchItemsByRegion
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_RegisterUser
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_Auth
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_BrowseCategories
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_PutBid
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_AboutMe
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_ViewUserInfo
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_ViewBidHistory
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_PutComment
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_StoreBuyNow
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_BrowseRegions
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_BuyNow
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_ViewItem
 
onMessage(Message) - Method in class edu.rice.rubis.beans.MDB_StoreComment
 

P

PrefixTopicName - Static variable in class edu.rice.rubis.beans.servlets.Config
Return the prefix to add to the topic name at lookup time JOnAS looks like: JBoss looks like: topic/
PrefixTopicName - Static variable in class edu.rice.rubis.beans.BeanConfig
Return the prefix to add to the topic name at lookup time JOnAS looks like: JBoss looks like: topic/
printBidHistory(int, String, float, String) - Method in class edu.rice.rubis.beans.MDB_ViewBidHistory
Display bid history information as an HTML table row
printBidHistoryFooter() - Method in class edu.rice.rubis.beans.MDB_ViewBidHistory
Bids list footer printed function
printBidHistoryHeader() - Method in class edu.rice.rubis.beans.MDB_ViewBidHistory
Bids list header printed function
printCategory(String, int) - Method in class edu.rice.rubis.beans.MDB_BrowseCategories
Display category information for the BrowseCategories servlet
printCategoryByRegion(String, int, int) - Method in class edu.rice.rubis.beans.MDB_BrowseCategories
Display category information for the BrowseCategories servlet
printCategoryToSellItem(String, int, int) - Method in class edu.rice.rubis.beans.MDB_BrowseCategories
Display category information for the BrowseCategories servlet
printComment(String, String, String, int) - Method in class edu.rice.rubis.beans.MDB_AboutMe
Display comment information as an HTML table row
printComment(String, String, String, int) - Method in class edu.rice.rubis.beans.MDB_ViewUserInfo
Display comment information as an HTML table row
printCommentFooter() - Method in class edu.rice.rubis.beans.MDB_AboutMe
Comment footer printed function
printCommentFooter() - Method in class edu.rice.rubis.beans.MDB_ViewUserInfo
Comment footer printed function
printCommentHeader() - Method in class edu.rice.rubis.beans.MDB_AboutMe
Comment header printed function
printCommentHeader() - Method in class edu.rice.rubis.beans.MDB_ViewUserInfo
Comment header printed function
printHTMLHighlighted(String) - Method in class edu.rice.rubis.beans.MDB_AboutMe
Construct a html highlighted string.
printHTMLHighlighted(String) - Method in class edu.rice.rubis.beans.MDB_ViewItem
Construct a html highlighted string.
printItem(String, int, float, int, String) - Method in class edu.rice.rubis.beans.MDB_SearchItemsByCategory
Display item information as an HTML table row
printItem(String, int, float, int, String) - Method in class edu.rice.rubis.beans.MDB_SearchItemsByRegion
Display item information as an HTML table row
printItemDescriptionToBuyNow(int, String, String, float, int, int, String, String, String, int) - Method in class edu.rice.rubis.beans.MDB_BuyNow
Display item information for the Buy Now servlet
printItemFooter() - Method in class edu.rice.rubis.beans.MDB_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.MDB_AboutMe
Display item information for the AboutMe servlet
printRegion(String) - Method in class edu.rice.rubis.beans.MDB_BrowseRegions
Region related printed functions
printSell(int, String, float, float, int, float, float, String, String) - Method in class edu.rice.rubis.beans.MDB_AboutMe
Display item information as an HTML table row
printSellHeader(String) - Method in class edu.rice.rubis.beans.MDB_AboutMe
user's sellings header printed function
printUserBidsHeader() - Method in class edu.rice.rubis.beans.MDB_AboutMe
user's bids list header printed function
printUserBoughtItem(int, String, int, float, int, String) - Method in class edu.rice.rubis.beans.MDB_AboutMe
Display item information for the AboutMe servlet
printUserBoughtItemHeader() - Method in class edu.rice.rubis.beans.MDB_AboutMe
user's bought items list header printed function
printUserWonItem(int, String, float, int, String) - Method in class edu.rice.rubis.beans.MDB_AboutMe
Display item information for the AboutMe servlet
printUserWonItemHeader() - Method in class edu.rice.rubis.beans.MDB_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

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.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_SearchItemsByCategory
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_StoreBid
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_RegisterItem
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_SearchItemsByRegion
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_RegisterUser
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_Auth
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_BrowseCategories
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_PutBid
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_AboutMe
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_ViewUserInfo
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_ViewBidHistory
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_PutComment
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_StoreBuyNow
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_BrowseRegions
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_BuyNow
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_ViewItem
Set the associated context.
setMessageDrivenContext(MessageDrivenContext) - Method in class edu.rice.rubis.beans.MDB_StoreComment
Set the associated 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.
TopicConnectionFactoryName - Static variable in class edu.rice.rubis.beans.servlets.Config
Return the TopicConnectionFactory name to lookup JOnAS looks like: JTCF JBoss looks like: RMIConnectionFactoryw
TopicConnectionFactoryName - Static variable in class edu.rice.rubis.beans.BeanConfig
Return the TopicConnectionFactory name to lookup JOnAS looks like: JTCF JBoss looks like: RMIConnectionFactory

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");
UserTransaction - Static variable in class edu.rice.rubis.beans.BeanConfig
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 L M O P R S T U V

Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.