|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use C_Feature | |
com.cassinidivision.oce.content | A business framework for modelling arbitrary content classes (structure, behaviour and interactions), in a presentation-independent manner. |
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 C_Feature in com.cassinidivision.oce.content |
Methods in com.cassinidivision.oce.content that return C_Feature | |
C_Feature |
C_PageComponent.feature()
Convenience method: retrieve the feature that this component is part of. |
Uses of C_Feature in com.cassinidivision.oce.navigation |
Methods in com.cassinidivision.oce.navigation that return C_Feature | |
static C_Feature |
N_NavigationUtilities.featureForIndexUrlEO(EOEnterpriseObject anIndexUrlEO)
Given an enterprise object implementing the "indexURL" key, uses the URL value retrieved to fetch the corresponding feature. |
Methods in com.cassinidivision.oce.navigation with parameters of type C_Feature | |
NSArray |
N_Section.sectionsWithIndexFeature(C_Feature aFeature,
EOEditingContext ec)
Fetches and returns all sections which use the given feature as their index feature. |
static void |
N_NavigationUtilities.setFeatureForIndexUrlEO(C_Feature aFeature,
EOEnterpriseObject anIndexUrlEO)
Given a feature and an enterprise object with the "indexURL" key, sets the indexURL to the URL of the given feature. |
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 C_Feature in com.cassinidivision.oce.rendering |
Methods in com.cassinidivision.oce.rendering that return C_Feature | |
static C_Feature |
RenderingHelper.currentFeature(RenderingSession aSession)
Retrieve the current feature recorded in the rendering context (if any). |
Methods in com.cassinidivision.oce.rendering with parameters of type C_Feature | |
static NSArray |
RenderingHelper.visiblePageDetailsForFeature(C_Feature feature,
RenderingSession session)
Returns information for all visible authorized (published) pages of the feature requested. |
static NSArray |
RenderingHelper.visiblePageDetailsForFeature(C_Feature feature,
RenderingSession session,
boolean publishedOnly)
Returns information for all visible pages of the feature requested. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |