Uses of Class
com.nurelm.nucontent.model.Page

Packages that use Page
com.nurelm.nc3to4   
com.nurelm.nc41to42   
com.nurelm.nucontent.model This package provides an object oriented interface to NuContent's data model from which any piece of content in an entire NuContent-powered site can be accessed or modified. 
com.nurelm.util   
 

Uses of Page in com.nurelm.nc3to4
 

Methods in com.nurelm.nc3to4 with parameters of type Page
 void NCMigration.getGroupsAssigned(Page page)
          assigns the groups to the page
 

Uses of Page in com.nurelm.nc41to42
 

Methods in com.nurelm.nc41to42 with parameters of type Page
 void NCMigration.getGroupsAssigned(Page page)
          assigns the groups to the page
 

Uses of Page in com.nurelm.nucontent.model
 

Fields in com.nurelm.nucontent.model declared as Page
protected  Page Page.parent
           
 

Methods in com.nurelm.nucontent.model that return Page
 Page Site.getRootPage(java.lang.String contentGroupId)
          Returns the root Page for the specified contentGroupId.
 Page Site.getRootPageCreateIfNeeded(java.lang.String contentGroupId)
          Returns the specified root Page, but creates it if it does not exist.
 Page Site.getPageCreateRootIfNeeded(java.lang.String contentGroupId, java.lang.String pageId)
          First attempts to find the page based on the pageId.
 Page Site.addRootPage(java.lang.String contentGroupId)
          Creates a new root page containing a default name and short description.
 Page Site.addRootPage(java.lang.String contentGroupId, java.lang.String id)
          Use the other addRootPage method in preference over this one.
 Page Site.getPageLockIfNeeded(java.lang.String id, UserValueObject userVO, java.lang.String pageURI, boolean isLockable)
          Returns the requested Page, but locks it and returns the working copy instead if necessary.
 Page RepeatItem.getLinkedPage()
          Returns the page linked to this item.
 Page Page.lock(java.util.Date requestedCompletionDate, User assignedTo, User assignedBy, java.lang.String pageURI, java.lang.String comment)
          Checks out, or "locks" a page.
 Page Page.getVersion(int version)
          Returns the version of this object with the specified version number.
 Page Page.getCurrentWorkingCopy()
          Gets the current working copy of this object.
 Page Page.getCurrentVersion()
          Gets the current page with this id.
 Page Page.getLockingPage()
          Gets the Page which has this Page locked.
 Page Page.addChildPage(java.lang.String name, java.lang.String shortDesc)
          Adds a new child page and returns it.
 Page Page.addChildPage(java.lang.String name, java.lang.String shortDesc, java.lang.String id)
          Use the other addChildPage method in preference over this one.
 Page Page.addChildPage(java.lang.String name, java.lang.String shortDesc, int orderIndex)
          Adds child at specified index.
 Page Page.addChildPage(java.lang.String name, java.lang.String shortDesc, int orderIndex, java.lang.String id)
          Adds child at specified index and with specified ID.
 Page Page.getParent()
          Returns this page's parent.
 

Methods in com.nurelm.nucontent.model with parameters of type Page
 boolean RepeatList.containsLinkedPage(Page linkedPage)
          Determines if this repeat list contains a repeat item that is linked to the page specified.
 RepeatItem RepeatList.addRepeatItem(int index, Page linkedPage)
          Adds a new RepeatItem at the location specified by the supplied index.
 void RepeatList.removeRepeatItem(int index, Page page)
          Removes a RepeatItem, and any corresponding Image or Content items.
 void RepeatItem.setLinkedPage(Page linkedPage)
          Sets the ID of the page linked to this item.
protected  java.util.List Page.getChildNodeListCopy(Page copyParent)
          Returns a certain type of "shallow" copy of the current Page object's child node list.
 

Constructors in com.nurelm.nucontent.model with parameters of type Page
Page(java.lang.String name, java.lang.String shortDesc, Page parent)
           
Page(java.lang.String name, java.lang.String shortDesc, Page parent, java.lang.String id)
           
Page(java.lang.String name, java.lang.String shortDesc, Page parent, int version)
           
 

Uses of Page in com.nurelm.util
 

Methods in com.nurelm.util that return Page
static Page NuPlatformUtil.getPage(javax.servlet.http.HttpServletRequest request)
          Returns the requested page, does not lock it ever.
static Page NuPlatformUtil.getPageLockIfNeeded(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext servletContext, java.lang.String pageURI)
          Returns the requested Page, but locks it and returns the working copy instead if necessary.
 

Methods in com.nurelm.util with parameters of type Page
static boolean NuPlatformUtil.IsPageHasReviewersfromReviewGroup(Site site, Page page)
          Checks the page in this site has reviewers from reviewer group return true if page has.
static boolean NuPlatformUtil.isUserHasReviewPermissionOnPage(Page page, java.lang.String userName)
          Checks the page in this site has reviewers from reviewer group return true if page has.