|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the local 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.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.Integer getId()
public java.lang.String getName()
public void setName(java.lang.String newName)
newName
- category namepublic java.lang.String printCategory()
String
containing HTML codepublic java.lang.String printCategoryByRegion(int regionId)
String
containing HTML codepublic java.lang.String printCategoryToSellItem(int userId)
String
containing HTML code
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |