|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CMAException | |
|---|---|
| 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 CMAException in biz.wedoit4u |
|---|
| Methods in biz.wedoit4u that throw CMAException | |
|---|---|
void |
AdminSession.deleteCategory(javax.servlet.http.HttpServletRequest request)
Delete a categories record. |
void |
CMASession.deleteCategory(javax.servlet.http.HttpServletRequest request)
Delete a categories record. |
void |
AdminSession.deleteContent(javax.servlet.http.HttpServletRequest request)
Delete a contents record. |
void |
CMASession.deleteContent(javax.servlet.http.HttpServletRequest request)
Delete a contents record. |
void |
AdminSession.deleteCustomer(javax.servlet.http.HttpServletRequest request)
Delete a customers record. |
void |
CMASession.deleteCustomer(javax.servlet.http.HttpServletRequest request)
Delete a customers record. |
void |
CMASession.deleteCustomerStyle(javax.servlet.http.HttpServletRequest request)
Delete a customer_styles record. |
void |
AdminSession.deleteCustomerType(javax.servlet.http.HttpServletRequest request)
Delete a customer_types record. |
void |
CMASession.deleteCustomerType(javax.servlet.http.HttpServletRequest request)
Delete a customer_types record. |
void |
AdminSession.deletePartner(javax.servlet.http.HttpServletRequest request)
Delete a partners record. |
void |
AdminSession.deleteSiteProperty(javax.servlet.http.HttpServletRequest request)
Delete a site_properties record. |
void |
CMASession.deleteSiteProperty(javax.servlet.http.HttpServletRequest request)
Delete a site_properties record. |
void |
AdminSession.deleteStyleClass(javax.servlet.http.HttpServletRequest request)
Delete a style_classes record. |
void |
CMASession.deleteStyleClass(javax.servlet.http.HttpServletRequest request)
Delete a style_classes record. |
CategoryBean |
AdminSession.editCategory(javax.servlet.http.HttpServletRequest request)
Create/edit a categories record. |
CategoryBean |
CMASession.editCategory(javax.servlet.http.HttpServletRequest request)
Create/edit a categories record. |
ContentBean |
AdminSession.editContent(javax.servlet.http.HttpServletRequest request)
Create/edit a contents record. |
ContentBean |
CMASession.editContent(javax.servlet.http.HttpServletRequest request)
Create/edit a contents record. |
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. |
CustomerStyleBean |
CMASession.editCustomerStyle(javax.servlet.http.HttpServletRequest request)
Create/edit a customer_styles record. |
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. |
PartnerBean |
AdminSession.editPartner(javax.servlet.http.HttpServletRequest request)
Create/edit a partners record. |
PartnerStyleBean |
CMASession.editPartnerStyle(javax.servlet.http.HttpServletRequest request)
Create/edit a partner_styles record. |
SitePropertyBean |
AdminSession.editSiteProperty(javax.servlet.http.HttpServletRequest request)
Create/edit a site_properties record. |
SitePropertyBean |
CMASession.editSiteProperty(javax.servlet.http.HttpServletRequest request)
Create/edit a site_properties record. |
StyleClassBean |
AdminSession.editStyleClass(javax.servlet.http.HttpServletRequest request)
Create/edit a style_classes record. |
StyleClassBean |
CMASession.editStyleClass(javax.servlet.http.HttpServletRequest request)
Create/edit a style_classes record. |
(package private) CategoryBean[] |
Session.getCategoryBeans(java.util.Collection collection)
Iterate through the Collection of entity bean
instances of type Category
and create an array of java beans. |
CategoryBean[] |
AdminSession.getCategoryList()
Return an Array of java bean instances of type
CategoryBean that represents all the
records in the categories table. |
CategoryBean[] |
Session.getCategoryList(int customerId)
Return an Array of java bean instances of type
CategoryBean that represents all the
records in the categories table that are associated
with the specified customer_id. |
ContentBean |
CDASession.getContentBean(int contentId)
Return the ContentBean instance
identified by the contentId primary key value
specified. |
private ContentBean[] |
Session.getContentBeans(java.util.Collection collection)
Iterate through the Collection of entity bean
instances of type Content
and create an array of java beans. |
ContentBean[] |
Session.getContentList()
Return an Array of java bean instances of type
ContentBean that represents all the
records in the contents table. |
ContentBean[] |
Session.getContentList(int categoryId)
Return an Array of java bean instances of type
ContentBean that represents all the
records in the contents table that are associated
with the specified category_id. |
java.lang.String |
CDASession.getCSSContents()
Return the CSS properties for the customer as a
String. |
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. |
CustomerStyleBean[] |
CMASession.getCustomerStyleList(int customerId)
Return an Array of java bean instances of
type CustomerStyleBean that are
associated with the specified customer_id. |
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. |
PartnerBean[] |
AdminSession.getPartnerList()
Return an Array of java bean instances of type
PartnerBean. |
PartnerStyleBean[] |
PartnerSession.getPartnerStyleList()
Return an Array of java bean instances of
type PartnerStyleBean that are
associated with the specified partner_id. |
SitePropertyBean[] |
AdminSession.getSitePropertyList()
Return an Array of java bean instances of
type SitePropertyBean. |
SitePropertyBean[] |
CMASession.getSitePropertyList()
Return an Array of java bean instances of
type SitePropertyBean. |
StyleClassBean[] |
AdminSession.getStyleClassList()
Return an Array of java bean instances of
type StyleClassBean. |
StyleClassBean[] |
CMASession.getStyleClassList()
Return an Array of java bean instances of
type StyleClassBean. |
private void |
CSSGenerator.loadCSSContents()
Fetch all the style attributes associated with the customer, and populate the CSSGenerator.cssContents instance variable. |
void |
PartnerSession.login(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session)
Log the partner in to the CMA. |
void |
CDASession.setCategoryId(java.lang.String category)
Set CDASession.categoryId based upon the String value
specified. |
| Constructors in biz.wedoit4u that throw CMAException | |
|---|---|
CSSGenerator(int customerId)
Create a new instance of the class for the specified customer. |
|
| Uses of CMAException in biz.wedoit4u.databeans |
|---|
| Methods in biz.wedoit4u.databeans that throw CMAException | |
|---|---|
static SitePropertyBean |
SitePropertyBean.create(int customerId)
Create a new instance of the bean for the specified
customer_id with default values. |
static SitePropertyBean |
SitePropertyBean.create(int customerId,
int topRail,
int leftRail,
int rightRail,
int bottomRail,
java.lang.String header,
java.lang.String footer)
Create a new instance of the bean that may be used to create a corresponding record in the site_properties table. |
static ContentBean |
ContentBean.create(int contentId,
int categoryId,
java.lang.String title,
java.lang.String brief,
java.lang.String picture,
java.lang.String body)
Create a new record in the content table with all
the columns specified. |
static CategoryBean |
CategoryBean.create(int categoryId,
int customerId,
java.lang.String menuName,
java.lang.String longName,
java.lang.String brief,
java.lang.String picture,
java.lang.String description,
int sortOrder)
Create a new category record with all the column
values. |
static PartnerStyleBean |
PartnerStyleBean.create(int styleClassId,
int partnerId,
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 style_attributes table. |
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 StyleClassBean |
StyleClassBean.create(int styleClassId,
java.lang.String className,
java.lang.String description)
Create a new instance of the bean that may be used to create a corresponding record in the style_classes table. |
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 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 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 void |
CategoryBean.delete(CategoryBean cb)
Delete the specified instance of this class from the system cache as well as from the database. |
static void |
ContentBean.delete(ContentBean cb)
Delete the specified instance of this class from the system cache as well as from the database. |
static void |
CustomerBean.delete(CustomerBean cb)
Delete the specified instance of this class from the system cache as well as from the database. |
static void |
CustomerStyleBean.delete(CustomerStyleBean sab)
Delete the specified instance of this class from the system cache as well as from the database. |
static void |
CustomerTypeBean.delete(CustomerTypeBean cb)
Delete the specified instance of this class from the system cache as well as from the database. |
static void |
PartnerBean.delete(PartnerBean pb)
Delete the specified instance of this class from the system cache as well as from the database. |
static void |
PartnerStyleBean.delete(PartnerStyleBean sab)
Delete the specified instance of this class from the system cache as well as from the database. |
static void |
SitePropertyBean.delete(SitePropertyBean spb)
Delete the specified instance of this class from the system cache as well as from the database. |
static void |
StyleClassBean.delete(StyleClassBean cb)
Delete the specified instance of this class from the system cache as well as from the database. |
static java.util.Collection |
StyleClassBean.findAll()
Return a Collection of bean instances that represent
all the records in the style_classes table. |
static java.util.Collection |
SitePropertyBean.findAll()
Return a Collection of bean instances that represent
all the records in the site_properties table. |
static java.util.Collection |
PartnerStyleBean.findAll()
Return a Collection of bean instances that represent
all the records in the style_attributes table. |
static java.util.Collection |
PartnerBean.findAll()
Return a Collection of bean instances that represent
all the records in the partners table. |
static java.util.Collection |
CustomerTypeBean.findAll()
Return a Collection of bean instances that represent
all the records in the customer_types table. |
static java.util.Collection |
CustomerStyleBean.findAll()
Return a Collection of bean instances that represent
all the records in the customer_styles table. |
static java.util.Collection |
CustomerBean.findAll()
Return a Collection of bean instances that represent
all the records in the customers table. |
static java.util.Collection |
ContentBean.findAll()
Return a Collection of bean instances that represent
all the records in the categories table. |
static java.util.Collection |
CategoryBean.findAll()
Return a Collection of bean instances that represent
all the records in the categories table. |
static java.util.Collection |
ContentBean.findByCategory(int categoryId)
Return a Collection of bean instances that represent
all the records in the categories table that are
associated with the specified category_id. |
static java.util.Collection |
CustomerStyleBean.findByCustomer(int customerId)
Return a Collection of bean instances that represent
all the records in the customer_styles table that
are associated with the specified customer_id. |
static java.util.Collection |
CategoryBean.findByCustomer(int customerId)
Return a Collection of bean instances that represent
all the records in the categories table that are
associated with the specified customer_id. |
static java.util.Collection |
CustomerBean.findByCustomerType(int customerTypeId)
Return a Collection of bean instances that represent
all the records in the customers table that are
associated with the specified customer_type_id. |
static java.util.Collection |
PartnerStyleBean.findByPartner(int partnerId)
Return a Collection of bean instances that represent
all the records in the style_attributes table that
are associated with the specified partner_id. |
static java.util.Collection |
CustomerTypeBean.findByPartner(int partnerId)
Return a Collection of bean instances that represent
all the records in the customer_types table that
belong to the specified partner. |
private static java.util.Collection |
CustomerBean.getCollection(java.util.Collection list)
Return a Collection of bean instances from the
specified Collection of primary key values. |
private static java.util.Collection |
ContentBean.getCollection(java.util.Collection list)
Return a Collection of bean instances from the
specified Collection of primary key values. |
private static java.util.Collection |
CategoryBean.getCollection(java.util.Collection list)
Return a Collection of bean instances from the
specified Collection of primary key values. |
static CustomerStyleBean |
CustomerStyleBean.getInstance(CustomerStylesPK pk)
Fetch the instance of the bean identified by the primary
key value specified. |
static StyleClassBean |
StyleClassBean.getInstance(int styleClassId)
Fetch the instance of the bean identified by the primary
key value specified. |
static SitePropertyBean |
SitePropertyBean.getInstance(int customerId)
Fetch the instance of the bean identified by the primary
key value specified. |
static PartnerBean |
PartnerBean.getInstance(int partnerId)
Fetch the instance of the bean from the system cache indentified by the primary key column PartnerBean.partnerId. |
static CustomerTypeBean |
CustomerTypeBean.getInstance(int customerTypeId)
Fetch the instance of the bean identified by the primary
key value specified. |
static CustomerBean |
CustomerBean.getInstance(int customerId)
Fetch the instance of the bean from the system cache indentified by the primary key column CustomerBean.customerId. |
static ContentBean |
ContentBean.getInstance(int contentId)
Fetch the bean instance uniquely identified by the primary
key value specified from the system cache. |
static CategoryBean |
CategoryBean.getInstance(int categoryId)
Fetch the instance of the bean identified by the primary
key value specified. |
static PartnerStyleBean |
PartnerStyleBean.getInstance(PartnerStylesPK pk)
Fetch the instance of the bean identified by the primary
key value specified. |
static PartnerBean |
PartnerBean.getInstance(java.lang.String username,
java.lang.String password)
Return the bean instance identified by the PartnerBean.username
and PartnerBean.password values specified. |
static CustomerBean |
CustomerBean.getInstance(java.lang.String username,
java.lang.String password)
Return the bean instance identified by the CustomerBean.username
and CustomerBean.password values specified. |
void |
StyleClassBean.save()
Write back all the values in the bean fields to the database. |
void |
SitePropertyBean.save()
Write back all the values in the bean fields to the database. |
void |
PartnerStyleBean.save()
Write back all the values in the bean fields to the database. |
void |
PartnerBean.save()
Write back all the values in the bean fields to the database. |
void |
CustomerTypeBean.save()
Write back all the values in the bean fields to the database. |
void |
CustomerStyleBean.save()
Write back all the values in the bean fields to the database. |
void |
CustomerBean.save()
Write back all the values in the bean fields to the database. |
void |
ContentBean.save()
Write back all the values in the bean fields to the database. |
void |
CategoryBean.save()
Write back all the values in the bean fields to the database. |
|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||