Rakesh API

Uses of Class
biz.wedoit4u.databeans.ContentBean

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

Methods in biz.wedoit4u that return ContentBean
 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.
 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.
 

Uses of ContentBean in biz.wedoit4u.databeans
 

Methods in biz.wedoit4u.databeans that return ContentBean
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 ContentBean ContentBean.getInstance(int contentId)
          Fetch the bean instance uniquely identified by the primary key value specified from the system cache.
 

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

Uses of ContentBean in biz.wedoit4u.ejb.session
 

Methods in biz.wedoit4u.ejb.session that return ContentBean
 ContentBean DatabaseActionBean.editContent(int contentId, int categoryId, java.lang.String title, java.lang.String brief, java.lang.String picture, java.lang.String body)
          Create/edit a record in the contents table.
 ContentBean DatabaseAction.editContent(int contentId, int categoryId, java.lang.String title, java.lang.String brief, java.lang.String picture, java.lang.String body)
          Create/edit a record in the contents table.
 


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan