Uses of Class
org.liquidsite.core.data.ContentData

Packages that use ContentData
org.liquidsite.core.content   
org.liquidsite.core.data   
 

Uses of ContentData in org.liquidsite.core.content
 

Constructors in org.liquidsite.core.content with parameters of type ContentData
ContentTranslator(ContentManager manager, ContentData data, DataSource src)
          Creates a new translator.
ContentTopic(ContentManager manager, ContentData data, DataSource src)
          Creates a new topic.
ContentTemplate(ContentManager manager, ContentData data, DataSource src)
          Creates a new template.
ContentSite(ContentManager manager, ContentData data, DataSource src)
          Creates a new site.
ContentSection(ContentManager manager, ContentData data, DataSource src)
          Creates a new section.
ContentPost(ContentManager manager, ContentData data, DataSource src)
          Creates a new post.
ContentPage(ContentManager manager, ContentData data, DataSource src)
          Creates a new page.
ContentForum(ContentManager manager, ContentData data, DataSource src)
          Creates a new forum.
ContentFolder(ContentManager manager, ContentData data, DataSource src)
          Creates a new folder.
ContentFile(ContentManager manager, ContentData data, DataSource src)
          Creates a new file.
ContentDocument(ContentManager manager, ContentData data, DataSource src)
          Creates a new document.
Content(ContentManager manager, ContentData data, DataSource src)
          Creates a new content object.
 

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.