Uses of Class
com.cassinidivision.oce.navigation.N_Section

Packages that use N_Section
com.cassinidivision.oce.navigation A business framework for constructing web site navigation systems. 
com.cassinidivision.oce.rendering The OCE core rendering functionality, templates, components and exceptions. 
 

Uses of N_Section in com.cassinidivision.oce.navigation
 

Methods in com.cassinidivision.oce.navigation that return N_Section
 N_Section N_WebSite.sectionWithName(String aName)
          Locates the first section with the given name within this site.
 N_Section N_WebSite.sectionWithSectionPath(String sectionPath)
          Locates and returns the section with the given path.
static N_Section N_Section.sectionWithMetaSectionInSite(C_MetaSection aMetaSection, N_WebSite aSite, EOEditingContext anEditingContext)
          Loads and returns one of the sections in the given site which is granted the given metasection.
static N_Section N_Section.sectionWithMetaSection(C_MetaSection aMetaSection, EOEditingContext ec)
          Loads and returns one of the sections which is granted the given metasection.
static N_Section N_Section.sectionWithSectionPathInSite(String aSectionPath, N_WebSite aSite, EOEditingContext anEditingContext)
          Retrieves the section for the given section path and site, using the given editing context.
static N_Section C_Feature_NavigationHelper.nearestSectionInSiteToSectionForFeature(N_WebSite currentSite, N_Section currentSection, C_Feature aFeature)
          Locates the closest section to the given site/section which is deemed a legal location for the given feature.
 

Methods in com.cassinidivision.oce.navigation with parameters of type N_Section
 int N_Section.compareBySiteAndName(N_Section anotherSection)
          A comparison method comparing first the website names, and then, if equal, the section names.
static N_Section C_Feature_NavigationHelper.nearestSectionInSiteToSectionForFeature(N_WebSite currentSite, N_Section currentSection, C_Feature aFeature)
          Locates the closest section to the given site/section which is deemed a legal location for the given feature.
 

Uses of N_Section in com.cassinidivision.oce.rendering
 

Methods in com.cassinidivision.oce.rendering that return N_Section
static N_Section URLParser.sectionForRequest(WORequest aRequest, EOEditingContext editingContext, N_WebSite aSite)
          Retrieve the current OCE section relating to the request received.
static N_Section RenderingHelper.currentSection(RenderingSession aSession)
          Retrieve the current section recorded in the rendering context (if any).
 

Methods in com.cassinidivision.oce.rendering with parameters of type N_Section
static NSArray URLParser.handlerURIComponentsForRequest(WORequest aRequest, N_WebSite aSite, N_Section aSection)
          Retrieve the handler URI components from the request.