Rakesh API

Uses of Class
biz.wedoit4u.databeans.CustomerTypeBean

Packages that use CustomerTypeBean
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 CustomerTypeBean in biz.wedoit4u
 

Methods in biz.wedoit4u that return CustomerTypeBean
 CustomerTypeBean AdminSession.editCustomerType(javax.servlet.http.HttpServletRequest request)
          Create/edit a customer_types record.
 CustomerTypeBean PartnerSession.editCustomerType(javax.servlet.http.HttpServletRequest request)
          Create/edit a customer_types record.
 CustomerTypeBean CMASession.editCustomerType(int customerTypeId, java.lang.String type, java.lang.String description, int partnerId)
          Create/edit a customer_types record.
 CustomerTypeBean[] AdminSession.getCustomerTypeList()
          Return an Array of java bean instances of type CustomerTypeBean.
 CustomerTypeBean[] CMASession.getCustomerTypeList(int partnerId)
          Return an Array of java bean instances of type CustomerTypeBean.
 

Uses of CustomerTypeBean in biz.wedoit4u.databeans
 

Methods in biz.wedoit4u.databeans that return CustomerTypeBean
static CustomerTypeBean CustomerTypeBean.create(int customerTypeId, java.lang.String type, java.lang.String description, int partnerId)
          Create a new instance of the bean that may be used to create a corresponding record in the customer_types table.
static CustomerTypeBean CustomerTypeBean.getInstance(int customerTypeId)
          Fetch the instance of the bean identified by the primary key value specified.
 

Methods in biz.wedoit4u.databeans with parameters of type CustomerTypeBean
static void CustomerTypeBean.delete(CustomerTypeBean cb)
          Delete the specified instance of this class from the system cache as well as from the database.
(package private) static void CustomerTypeHelper.select(CustomerTypeBean ctb)
          Select the specified record from the customer_types table.
static void CustomerTypeBean.setInstance(CustomerTypeBean ctb)
          Add the specified bean instance to the system cache.
(package private) static void CustomerTypeHelper.update(CustomerTypeBean ctb)
          Update the values in the customer_types table with the specified values.
 

Uses of CustomerTypeBean in biz.wedoit4u.ejb.session
 

Methods in biz.wedoit4u.ejb.session that return CustomerTypeBean
 CustomerTypeBean DatabaseActionBean.editCustomerType(int customerTypeId, java.lang.String type, java.lang.String description, int partnerId)
          Create/edit a record in the customer_type table.
 CustomerTypeBean DatabaseAction.editCustomerType(int customerTypeId, java.lang.String type, java.lang.String description, int partnerId)
          Create/edit a record in the customer_types table.
 


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan