Rakesh API

Package biz.wedoit4u.databeans

This package contains java beans that represent individual records in the wedoit4u schema.

See:
          Description

Class Summary
CategoryBean A Java Bean that is used to represent a record in the categories table.
CategoryHelper A helper class that provides convenient methods to interact with the categories table.
ContentBean The implementation of the entity bean that represents a record in the contents table.
ContentHelper A helper class that provides convenient methods to interact with the contents table.
CustomerBean A java bean that represents a record in the customers table.
CustomerHelper A helper class that provides convenient methods to interact with the customers table.
CustomerStyleBean A Java Bean that represents a record in the customer_styles table.
CustomerStyleHelper A helper class that provides convenient methods to interact with the customer_styles table.
CustomerStylesPK A primary key class for the customer_styles table.
CustomerTypeBean A Java Bean that represents a record in the customer_types table.
CustomerTypeHelper A helper class that provides convenient methods to interact with the customer_types table.
DatabaseHelper A helper class that provides convenient methods to interact with a backend database.
PartnerBean A java bean that represents a record in the partners table.
PartnerHelper A helper class that provides convenient methods to interact with the partners table.
PartnerStyleBean A Java Bean that represents a record in the partner_styles table.
PartnerStyleHelper A helper class that provides convenient methods to interact with the partner_styles table.
PartnerStylesPK A primary key class for the partner_styles table.
SitePropertyBean A Java Bean that represents a record in the site_properties table.
SitePropertyHelper A helper class that provides convenient methods to interact with the site_properties table.
StyleClassBean A Java Bean that represents a record in the style_classes table.
StyleClassHelper A helper class that provides convenient methods to interact with the style_classes table.
 

Package biz.wedoit4u.databeans Description

This package contains java beans that represent individual records in the wedoit4u schema. These beans are used to present an object representation of the records in the database tables within the wedoit4u schema. The databeans als serve to cache the database records for performance. All the data-beans have an associated Helper class, that serves to abstract the datbase interactions out of the bean class.


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan