|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the Remote Interface of the Category Bean
Method Summary | |
java.lang.Integer |
getId()
Get category's id. |
java.lang.String |
getName()
Get the category name. |
java.lang.String |
printCategory()
Display category information for the BrowseCategories servlet |
java.lang.String |
printCategoryByRegion(int regionId)
Display category information for the BrowseCategories servlet |
java.lang.String |
printCategoryToSellItem(int userId)
Display category information for the BrowseCategories servlet |
void |
setName(java.lang.String newName)
Set category's name |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.Integer getId() throws java.rmi.RemoteException
java.rmi.RemoteException
- if an error occurspublic java.lang.String getName() throws java.rmi.RemoteException
java.rmi.RemoteException
- if an error occurspublic void setName(java.lang.String newName) throws java.rmi.RemoteException
newName
- category namejava.rmi.RemoteException
- if an error occurspublic java.lang.String printCategory() throws java.rmi.RemoteException
String
containing HTML codejava.rmi.RemoteException
- if an error occurspublic java.lang.String printCategoryByRegion(int regionId) throws java.rmi.RemoteException
String
containing HTML codejava.rmi.RemoteException
- if an error occurspublic java.lang.String printCategoryToSellItem(int userId) throws java.rmi.RemoteException
String
containing HTML codejava.rmi.RemoteException
- if an error occurs
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |