|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CategoryBean | |
|---|---|
| biz.wedoit4u | This package contains general purpose classes for the wedoit4u.biz site. |
| biz.wedoit4u.databeans | This package contains java beans that represent individual records
in the wedoit4u schema. |
| biz.wedoit4u.ejb.session | This package contains Session Beans developed for the wedoit4u.biz site. |
| Uses of CategoryBean in biz.wedoit4u |
|---|
| Methods in biz.wedoit4u that return CategoryBean | |
|---|---|
CategoryBean |
AdminSession.editCategory(javax.servlet.http.HttpServletRequest request)
Create/edit a categories record. |
CategoryBean |
CMASession.editCategory(javax.servlet.http.HttpServletRequest request)
Create/edit a categories record. |
(package private) CategoryBean[] |
Session.getCategoryBeans(java.util.Collection collection)
Iterate through the Collection of entity bean
instances of type Category
and create an array of java beans. |
CategoryBean[] |
AdminSession.getCategoryList()
Return an Array of java bean instances of type
CategoryBean that represents all the
records in the categories table. |
CategoryBean[] |
Session.getCategoryList(int customerId)
Return an Array of java bean instances of type
CategoryBean that represents all the
records in the categories table that are associated
with the specified customer_id. |
| Uses of CategoryBean in biz.wedoit4u.databeans |
|---|
| Methods in biz.wedoit4u.databeans that return CategoryBean | |
|---|---|
static CategoryBean |
CategoryBean.create(int categoryId,
int customerId,
java.lang.String menuName,
java.lang.String longName,
java.lang.String brief,
java.lang.String picture,
java.lang.String description,
int sortOrder)
Create a new category record with all the column
values. |
static CategoryBean |
CategoryBean.getInstance(int categoryId)
Fetch the instance of the bean identified by the primary
key value specified. |
| Methods in biz.wedoit4u.databeans with parameters of type CategoryBean | |
|---|---|
static void |
CategoryBean.delete(CategoryBean cb)
Delete the specified instance of this class from the system cache as well as from the database. |
(package private) static void |
CategoryHelper.select(CategoryBean cb)
Select the specified record from the categories
table. |
static void |
CategoryBean.setInstance(CategoryBean ctb)
Add the specified bean instance to the system cache. |
(package private) static void |
CategoryHelper.update(CategoryBean cb)
Update the values in the categories table with
the specified values. |
| Uses of CategoryBean in biz.wedoit4u.ejb.session |
|---|
| Methods in biz.wedoit4u.ejb.session that return CategoryBean | |
|---|---|
CategoryBean |
DatabaseActionBean.editCategory(int categoryId,
int customerId,
java.lang.String menuName,
java.lang.String longName,
java.lang.String brief,
java.lang.String picture,
java.lang.String description)
Create/edit a record in the categories table. |
CategoryBean |
DatabaseAction.editCategory(int categoryId,
int customerId,
java.lang.String menuName,
java.lang.String longName,
java.lang.String brief,
java.lang.String picture,
java.lang.String description)
Create/edit a record in the categories table. |
|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||