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

Packages that use Site
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 Site in com.nurelm.nucontent.model
 

Fields in com.nurelm.nucontent.model declared as Site
protected  Site Node.site
           
 

Methods in com.nurelm.nucontent.model that return Site
 Site User.getSite()
          Gets the Site to which this User belongs.
 Site Page.getSite()
          Gets the Site to which this page belongs.
 Site NuSiteManager.getSite()
          Provides access to the current Site object.
 

Uses of Site in com.nurelm.util
 

Methods in com.nurelm.util with parameters of type Site
static RepeatItem JSPUtil.getRepeatItem(Site site, java.lang.String rootPageId, java.lang.String repeatListId, java.lang.String repeatItemId)
          Gets a repeat item from the root page, repeat block and repeat item id specified.
static RepeatItem JSPUtil.getRepeatItem(Site site, java.lang.String rootPageId, java.lang.String repeatListName, java.lang.String contentId, java.lang.String contentValue)
          Gets a repeat item from the root page, repeat block, content id and value specified.
static boolean JSPUtil.repeatItemExists(Site site, java.lang.String rootPageId, java.lang.String repeatListId, java.lang.String contentId, java.lang.String contentValue)
          Gets a repeat item from the root page, repeat block, content id and value specified, and reports if it exists or not.
static java.lang.String NuPlatformUtil.getLockingURL(java.lang.String originatingPageURL, Site site)
          Makes sure that the URL passed in specifies a Locking pageId, rather than the ID of a working 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.isUserExistsInGroup(Site site, java.lang.String username, java.lang.String groupName)
          Checks the user exisats in the group in the site return true if page has.