|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Content | |
|---|---|
| biz.wedoit4u.ejb.entity | |
| Uses of Content in biz.wedoit4u.ejb.entity |
|---|
| Methods in biz.wedoit4u.ejb.entity that return Content | |
|---|---|
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. |
Content |
Contents.findByPrimaryKey(int contentId)
Return the entity bean instance identified by the primary
key value specified. |
static Content |
EntityBeanProvider.getContent(int contentId)
Return a reference to the Content entity bean identified
by the primary key value specified. |
|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||