|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use C_MetaSection | |
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. |
Uses of C_MetaSection in com.cassinidivision.oce.content |
Methods in com.cassinidivision.oce.content that return C_MetaSection | |
static C_MetaSection |
C_MetaSection.metaSectionWithNameInEditingContext(String aName,
EOEditingContext ec)
Retrieve an instance of the named metasection from the database. |
Methods in com.cassinidivision.oce.content with parameters of type C_MetaSection | |
void |
C_Feature.setSingleMetaSection(C_MetaSection myMetaSection)
Sets the metasections relationship to point to only a single metasection. |
Uses of C_MetaSection in com.cassinidivision.oce.navigation |
Methods in com.cassinidivision.oce.navigation with parameters of type C_MetaSection | |
NSArray |
N_WebSite.sectionsWithMetaSectionInEditingContext(C_MetaSection aMetaSection,
EOEditingContext anEditingContext)
Fetches all sections allowing the given metasection. |
NSArray |
N_WebSite.sectionsWithMetaSection(C_MetaSection aMetaSection)
Fetches all sections allowing the given metasection, using the editing context of the receiver. |
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 NSArray |
N_Section.allSectionsWithMetaSection(C_MetaSection aMetaSection,
EOEditingContext ec)
Loads and returns all sections which are granted with the given metasection. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |