|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ContentData | |
| org.liquidsite.core.content | |
| org.liquidsite.core.data | |
| Uses of ContentData in org.liquidsite.core.content |
| Uses of ContentData in org.liquidsite.core.data |
| Methods in org.liquidsite.core.data that return ContentData | |
static ContentData |
ContentPeer.doSelectByRevision(DataSource src,
int id,
int revision)
Returns the content object with the specified id and revision. |
static ContentData |
ContentPeer.doSelectByMaxRevision(DataSource src,
int id,
boolean maxIsZero)
Returns the content object with the specified id and highest revision. |
static ContentData |
ContentPeer.doSelectByName(DataSource src,
java.lang.String domain,
int parent,
java.lang.String name,
boolean maxIsZero)
Returns the content object with the specified parent and name. |
| Methods in org.liquidsite.core.data with parameters of type ContentData | |
static void |
ContentPeer.doInsert(DataSource src,
ContentData data)
Inserts a new content object into the data source. |
static void |
ContentPeer.doUpdate(DataSource src,
ContentData data)
Updates a content object in the data source. |
static void |
ContentPeer.doDelete(DataSource src,
ContentData data)
Deletes a content object from the data source. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||