Uses of Class
ccc.api.core.Page

Packages that use Page
ccc.api.core   
ccc.api.jaxrs   
ccc.client.actions   
ccc.client.gwt.remoting   
ccc.client.gwt.views.gxt   
ccc.commands Commands available in CCC. 
ccc.domain The core domain model for CCC. 
ccc.migration Classes for migration of CCC6 content to CCC7. 
ccc.plugins.s11n.json   
ccc.services   
ccc.services.ejb3 EJB3 implementation of the CCC API. 
 

Uses of Page in ccc.api.core
 

Methods in ccc.api.core that return Page
static Page Page.delta(java.util.Set<Paragraph> paragraphs)
          Deprecated. 
 Page Pages.retrieve(java.util.UUID pageId)
          Retrieve the page.
 Page Pages.retrieveWorkingCopy(java.util.UUID pageId)
          Retrieve the working copy for a page.
 

Methods in ccc.api.core with parameters of type Page
 ResourceSummary Pages.create(Page page)
          Creates a new page.
 void Pages.update(java.util.UUID pageId, Page delta)
          Update the specified page on the server.
 void Pages.updateWorkingCopy(java.util.UUID pageId, Page delta)
          Update the working copy of the specified page.
 java.lang.String Pages.validate(Page page)
          Validate a set of paragraphs against a given definition.
 

Uses of Page in ccc.api.jaxrs
 

Methods in ccc.api.jaxrs that return Page
 Page PagesImpl.retrieve(java.util.UUID pageId)
          Retrieve the page.
 Page PagesImpl.retrieveWorkingCopy(java.util.UUID pageId)
          Retrieve the working copy for a page.
 

Methods in ccc.api.jaxrs with parameters of type Page
 ResourceSummary PagesImpl.create(Page page)
          Creates a new page.
 void PagesImpl.update(java.util.UUID pageId, Page json)
          Update the specified page on the server.
 void PagesImpl.updateWorkingCopy(java.util.UUID pageId, Page delta)
          Update the working copy of the specified page.
 java.lang.String PagesImpl.validate(Page page)
          Validate a set of paragraphs against a given definition.
 

Uses of Page in ccc.client.actions
 

Methods in ccc.client.actions with parameters of type Page
 Request CreatePageAction.createPage(Page page)
          Create a new page.
 

Constructors in ccc.client.actions with parameters of type Page
CreatePageAction(Page page)
          Constructor.
 

Uses of Page in ccc.client.gwt.remoting
 

Methods in ccc.client.gwt.remoting with parameters of type Page
protected abstract  void PageDeltaAction.execute(Page delta)
          Handle a successful execution.
 

Constructors in ccc.client.gwt.remoting with parameters of type Page
UpdatePageAction(Page details)
          Constructor.
UpdateWorkingCopyAction(Page workingCopy)
          Constructor.
ValidateFieldAction(Page page)
          Constructor.
 

Uses of Page in ccc.client.gwt.views.gxt
 

Constructors in ccc.client.gwt.views.gxt with parameters of type Page
UpdatePageDialog(Page page, Template template, ResourceTable rt)
          Constructor.
 

Uses of Page in ccc.commands
 

Methods in ccc.commands with parameters of type Page
 Command<PageEntity> CommandFactory.createPageCommand(java.util.UUID parentId, Page page)
          Create a 'create page' command.
 void UpdateWorkingCopyCommand.execute(UserEntity actor, java.util.Date happenedOn, java.util.UUID resourceId, Page delta)
          Updates the working copy.
 

Constructors in ccc.commands with parameters of type Page
UpdatePageCommand(IRepositoryFactory repoFactory, java.util.UUID id, Page delta)
          Constructor.
 

Uses of Page in ccc.domain
 

Methods in ccc.domain that return Page
protected  Page PageWorkingCopy.delta()
          Retrieve the working copy's state.
protected  Page PageRevision.delta()
          Retrieve the revision's state.
 Page PageEntity.deltaPage()
          Create a delta for a page.
 Page PageEntity.forCurrentRevision()
          Create a snapshot for the current revision.
 Page PageEntity.forSpecificRevision(int revNo)
          Create a snapshot for the specified revision.
 Page PageEntity.forWorkingCopy()
          Create a snapshot for the working copy.
 

Methods in ccc.domain with parameters of type Page
protected  PageWorkingCopy PageEntity.createWorkingCopy(Page delta)
          Create a working copy from a delta.
 void PageWorkingCopy.delta(Page snapshot)
          Update this working copy.
protected  void PageEntity.update(Page delta, RevisionMetadata metadata)
          Update the resource from the specified delta.
 

Constructors in ccc.domain with parameters of type Page
PageWorkingCopy(Page content)
          Constructor.
 

Uses of Page in ccc.migration
 

Methods in ccc.migration that return Page
protected  Page BaseMigrations.assemblePage(ResourceBean r, int version)
          Assemble a page delta from the specified CCC6 resource.
 

Methods in ccc.migration with parameters of type Page
protected  ResourceSummary BaseMigrations.createPage(java.util.UUID parentFolderId, ResourceBean r, java.lang.Integer version, LogEntryBean le, Page delta)
           
 

Uses of Page in ccc.plugins.s11n.json
 

Methods in ccc.plugins.s11n.json that return Page
protected  Page PageSerializer.createObject()
          Create a new instance of type T.
 Page PageSerializer.read(Json json)
          Deserialize from a representation.
 

Methods in ccc.plugins.s11n.json with parameters of type Page
 Json PageSerializer.write(Json json, Page instance)
          Serialize to representation.
 

Uses of Page in ccc.services
 

Methods in ccc.services with parameters of type Page
 ResourceSummary Migration.createPage(java.util.UUID parentId, Page delta, boolean publish, java.util.UUID actorId, java.util.Date happenedOn)
          Creates a new page.
 void Migration.updatePage(java.util.UUID pageId, Page delta, java.util.UUID actorId, java.util.Date happenedOn)
          Update the specified page on the server.
 

Uses of Page in ccc.services.ejb3
 

Methods in ccc.services.ejb3 that return Page
 Page PagesEJB.retrieve(java.util.UUID pageId)
          Retrieve the page.
 Page PagesEJB.retrieveWorkingCopy(java.util.UUID pageId)
          Retrieve the working copy for a page.
 

Methods in ccc.services.ejb3 with parameters of type Page
 ResourceSummary PagesEJB.create(Page page)
          Creates a new page.
 ResourceSummary MigrationEJB.createPage(java.util.UUID parentId, Page delta, boolean publish, java.util.UUID actorId, java.util.Date happenedOn)
          Creates a new page.
 void PagesEJB.update(java.util.UUID pageId, Page delta)
          Update the specified page on the server.
 void MigrationEJB.updatePage(java.util.UUID pageId, Page delta, java.util.UUID actorId, java.util.Date happenedOn)
          Update the specified page on the server.
 void PagesEJB.updateWorkingCopy(java.util.UUID pageId, Page delta)
          Update the working copy of the specified page.
 java.lang.String PagesEJB.validate(Page page)
          Validate a set of paragraphs against a given definition.
 



Copyright © 2010. All Rights Reserved.