Rakesh API

Uses of Interface
biz.wedoit4u.ejb.entity.Category

Packages that use Category
biz.wedoit4u.ejb.entity   
 

Uses of Category in biz.wedoit4u.ejb.entity
 

Methods in biz.wedoit4u.ejb.entity that return Category
 Category Categories.create(Customer customer, java.lang.String menuName, java.lang.String longName)
          Create a new category record with just the required values.
 Category Categories.create(Customer customer, java.lang.String menuName, java.lang.String longName, java.lang.String brief, java.lang.String picture, java.lang.String description)
          Create a new category record with all the column values.
 Category Categories.findByPrimaryKey(int categoryId)
          Return the entity bean instance that represents the record in the categories table identified by the primary key column (category_id).
abstract  Category ContentBean.getCategory()
          Return the value in the category_id column as a reference to the Category entity bean instance representing the value.
 Category Content.getCategory()
          Return the value in the category_id column as a reference to the Category entity bean instance representing the value.
static Category EntityBeanProvider.getCategory(int categoryId)
          Return a reference to the Category entity bean identified by the primary key value specified.
 

Methods in biz.wedoit4u.ejb.entity with parameters of type Category
 Content Contents.create(Category category, java.lang.String title)
          Create a new record in the content table with just the required columns.
 Content Contents.create(Category category, 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 except the Date columns that are populated by database triggers.
 Content Contents.create(Category category, java.lang.String title, java.lang.String brief, java.lang.String picture, java.lang.String body, java.util.Date creationDate, java.util.Date modificationDate)
          Create a new record in the content table with all the columns specified.
 java.lang.Integer ContentBean.ejbCreate(Category category, java.lang.String title)
          Create a new record in the content table with just the required columns.
 java.lang.Integer ContentBean.ejbCreate(Category category, 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.
 java.lang.Integer ContentBean.ejbCreate(Category category, java.lang.String title, java.lang.String brief, java.lang.String picture, java.lang.String body, java.util.Date creationDate, java.util.Date modificationDate)
          Create a new record in the content table with all the columns specified.
 void ContentBean.ejbPostCreate(Category category, java.lang.String title)
          Mandatory matching postCreate method to the ContentBean.ejbCreate( Category, String ) method.
 void ContentBean.ejbPostCreate(Category category, java.lang.String title, java.lang.String brief, java.lang.String picture, java.lang.String body)
          Mandatory matching postCreate method to the ContentBean.ejbCreate( Category, String ) method.
 void ContentBean.ejbPostCreate(Category category, java.lang.String title, java.lang.String brief, java.lang.String picture, java.lang.String body, java.util.Date creationDate, java.util.Date modificationDate)
          Mandatory matching postCreate method to the ContentBean.ejbCreate( Category, String ) method.
 java.util.Collection Contents.findByCategory(Category category)
          Return the entity bean intances that are associated with the specified category_id.
static java.util.Collection EntityBeanProvider.getContentByCategory(Category category)
          Return a Collection of Content entity bean instances that are associated with the specified Category.
abstract  void ContentBean.setCategory(Category category)
          Set the value of the category_id column.
 void Content.setCategory(Category category)
          Set the value in the category_id column based upon the reference to the Category entity bean instance representing the value.
 


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan