Rakesh API

Uses of Class
biz.wedoit4u.databeans.CustomerStyleBean

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

Methods in biz.wedoit4u that return CustomerStyleBean
 CustomerStyleBean CMASession.editCustomerStyle(javax.servlet.http.HttpServletRequest request)
          Create/edit a customer_styles record.
 CustomerStyleBean[] CMASession.getCustomerStyleList(int customerId)
          Return an Array of java bean instances of type CustomerStyleBean that are associated with the specified customer_id.
 

Uses of CustomerStyleBean in biz.wedoit4u.databeans
 

Methods in biz.wedoit4u.databeans that return CustomerStyleBean
static CustomerStyleBean CustomerStyleBean.create(int styleClassId, int customerId, java.lang.String color, java.lang.String fontFamily, java.lang.String fontWeight, java.lang.String fontSize, java.lang.String backgroundColor, java.lang.String textAlign, java.lang.String verticalAlign, java.lang.String width, java.lang.String height, java.lang.String borderStyle, java.lang.String borderWidth, int paddingTop, int paddingLeft, int paddingRight, int paddingBottom, java.lang.String textDecoration)
          Create a new instance of the bean that may be used to create a corresponding record in the customer_styles table.
static CustomerStyleBean CustomerStyleBean.getInstance(CustomerStylesPK pk)
          Fetch the instance of the bean identified by the primary key value specified.
 

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


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan