|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomerBean | |
|---|---|
| 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 CustomerBean in biz.wedoit4u |
|---|
| Fields in biz.wedoit4u declared as CustomerBean | |
|---|---|
(package private) CustomerBean |
CDASession.cb
The instance of CustomerBean that is
associated with the user logged in. |
| Methods in biz.wedoit4u that return CustomerBean | |
|---|---|
CustomerBean |
AdminSession.editCustomer(javax.servlet.http.HttpServletRequest request)
Create/edit a customers record. |
CustomerBean |
CMASession.editCustomer(javax.servlet.http.HttpServletRequest request)
Create/edit a customers record. |
private CustomerBean[] |
AdminSession.getCustomerBeans(java.util.Collection collection)
Iterate through the Collection of entity bean
instances of type Customer
and create an array of java beans. |
private CustomerBean[] |
CMASession.getCustomerBeans(java.util.Collection collection)
Iterate through the Collection of entity bean
instances of type Customer
and create an array of java beans. |
CustomerBean[] |
CMASession.getCustomerList()
Return an Array of java bean instances of type
CustomerBean. |
CustomerBean[] |
CMASession.getCustomerList(int customerTypeId)
Return an Array of java bean instances of type
CustomerBean that are associated
with the specified customer_type_id. |
| Uses of CustomerBean in biz.wedoit4u.databeans |
|---|
| Methods in biz.wedoit4u.databeans that return CustomerBean | |
|---|---|
static CustomerBean |
CustomerBean.create(int customerId,
java.lang.String username,
java.lang.String password,
java.lang.String email,
java.lang.String domain,
char active,
java.util.Date activationDate,
java.util.Date expirationDate,
int customerTypeId)
Create a new customers record with the values
specified for all the columns in the table. |
static CustomerBean |
CustomerBean.getInstance(int customerId)
Fetch the instance of the bean from the system cache indentified by the primary key column customerId. |
static CustomerBean |
CustomerBean.getInstance(java.lang.String username,
java.lang.String password)
Return the bean instance identified by the username
and password values specified. |
| Methods in biz.wedoit4u.databeans with parameters of type CustomerBean | |
|---|---|
static void |
CustomerBean.delete(CustomerBean cb)
Delete the specified instance of this class from the system cache as well as from the database. |
(package private) static void |
CustomerHelper.select(CustomerBean cb)
Select the specified record from the customers
table. |
static void |
CustomerBean.setInstance(CustomerBean ctb)
Add the specified bean instance to the system cache. |
(package private) static void |
CustomerHelper.update(CustomerBean cb)
Update the values in the customers table with
the specified values. |
| Uses of CustomerBean in biz.wedoit4u.ejb.session |
|---|
| Methods in biz.wedoit4u.ejb.session that return CustomerBean | |
|---|---|
CustomerBean |
DatabaseActionBean.editCustomer(int customerId,
java.lang.String username,
java.lang.String password,
java.lang.String email,
java.lang.String domain,
java.lang.String activeStr,
java.lang.String activationDateStr,
java.lang.String expirationDateStr,
int customerTypeId)
Create/edit a record in the customers table. |
CustomerBean |
DatabaseAction.editCustomer(int customerId,
java.lang.String username,
java.lang.String password,
java.lang.String email,
java.lang.String domain,
java.lang.String active,
java.lang.String activationDate,
java.lang.String expirationDate,
int customerTypeId)
Create/edit a record in the customers table. |
|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||