|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PartnerBean | |
|---|---|
| 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. |
| Uses of PartnerBean in biz.wedoit4u |
|---|
| Methods in biz.wedoit4u that return PartnerBean | |
|---|---|
PartnerBean |
AdminSession.editPartner(javax.servlet.http.HttpServletRequest request)
Create/edit a partners record. |
PartnerBean[] |
AdminSession.getPartnerList()
Return an Array of java bean instances of type
PartnerBean. |
| Uses of PartnerBean in biz.wedoit4u.databeans |
|---|
| Methods in biz.wedoit4u.databeans that return PartnerBean | |
|---|---|
static PartnerBean |
PartnerBean.create(int partnerId,
java.lang.String username,
java.lang.String password,
char active,
java.util.Date expirationDate,
java.lang.String partnerName,
java.lang.String description,
java.lang.String email,
java.lang.String telephone,
java.lang.String mobilePhone)
Create a new partners record with the values
specified for all the columns in the table. |
static PartnerBean |
PartnerBean.getInstance(int partnerId)
Fetch the instance of the bean from the system cache indentified by the primary key column partnerId. |
static PartnerBean |
PartnerBean.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 PartnerBean | |
|---|---|
static void |
PartnerBean.delete(PartnerBean pb)
Delete the specified instance of this class from the system cache as well as from the database. |
(package private) static void |
PartnerHelper.select(PartnerBean pb)
Select the specified record from the partners
table. |
static void |
PartnerBean.setInstance(PartnerBean ctb)
Add the specified bean instance to the system cache. |
(package private) static void |
PartnerHelper.update(PartnerBean pb)
Update the values in the partners table with
the specified values. |
|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||