Uses of Interface
com.sapportals.wcm.repository.ICollection

Packages that use ICollection
com.sapportals.wcm.rendering.base Contains interfaces for flexible rendering of explorer controls.  
com.sapportals.wcm.rendering.collection Contains interfaces for flexible rendering of collections or lists of resources.  
com.sapportals.wcm.repository Contains the repository framework interfaces and classes.  
com.sapportals.wcm.repository.filter Contains interfaces and classes to define repository filters.  
com.sapportals.wcm.repository.manager.entrypoints API for implementing entry point providers Package Specification Purpose The entrypoints package contains interfaces and abstract classes, which are offering all neccessary methods to act as an entry points provider.  
com.sapportals.wcm.repository.service.discussion The Discussion Thread Repository Service is responsible for creating, deleting and keeping track of discussions.  
com.sapportals.wcm.repository.service.layout   
com.sapportals.wcm.repository.service.layout.customizing   
com.sapportals.wcm.repository.service.statemanagement Provides a service that keeps track of the status of resources.  
com.sapportals.wcm.repository.service.timebasedpublish Provides a service that controls when resources in a repository are visible or hidden.  
com.sapportals.wcm.rfadapter   
com.sapportals.wcm.service.indexmanagement Provides a service for managing indexes.  
com.sapportals.wcm.service.indexmanagement.retrieval.classification Provides functions for taxonomies and classification.  
com.sapportals.wcm.service.indexmanagement.retrieval.search Provides functions for searching and textmining.  
com.sapportals.wcm.service.propertyconfig Provides a service for the administration of metadata for resource properties.  
com.sapportals.wcm.service.reporting.walker   
com.sapportals.wcm.service.resourcelistfilter   
com.sapportals.wcm.service.template   
com.sapportals.wcm.service.urlgenerator Provides a service that returns URLs to access resources in the CM system.  
com.sapportals.wcm.service.xmlforms Provides interfaces for the creation of forms and XML documents.  
 

Uses of ICollection in com.sapportals.wcm.rendering.base
 

Methods in com.sapportals.wcm.rendering.base that return ICollection
 ICollection IRendererStatus.getParent()
          returns the ICollection, whose children are handled within this status.
 

Methods in com.sapportals.wcm.rendering.base with parameters of type ICollection
 IConfigurableRendererStatus StatusFactory.getStatusInstance(ICollection resource, IDebugContainer container)
          Returns a new instance of a ILayoutController If no configuration for the set of parameters can be retrieved or the mapping entry is faulty, the default LayoutController of the factory is returned.
 void IRendererStatus.setParent(ICollection parent)
          sets the collection whose children are to be handled within this status.
 String IProxy.createNavigationTarget(ICollection p0)
          creates the needed information for a Link or Button to offer navigation to the given ICollection.
abstract  String AbstractProxyControl.createNavigationTarget(ICollection collection)
          creates the needed information for a Link or Button to offer navigation to the given ICollection.
 

Uses of ICollection in com.sapportals.wcm.rendering.collection
 

Methods in com.sapportals.wcm.rendering.collection that return ICollection
 ICollection LightCollectionRenderer.getParentCollection()
           
 ICollection ComponentValueMap.getParent()
           
 ICollection AbstractRendererStatus.getParent()
           
 ICollection AbstractCollectionRenderer.getParentCollection()
          Gets the parentCollection attribute of the AbstractCollectionRenderer object
 

Methods in com.sapportals.wcm.rendering.collection with parameters of type ICollection
 void LightCollectionRenderer.setParentCollection(ICollection parent)
           
 void ICollectionRenderer.setParentCollection(ICollection collection)
          is called from the factory after instantiating a new collection renderer to set the collection which has to be rendered.
 void ComponentValueMap.setParent(ICollection coll)
           
 ICollectionRenderer CollectionRendererFactory.getCollectionRenderer(IProxy proxy, ICollection collection, IFlavor flavor)
           
 ICollectionRenderer CollectionRendererFactory.getCollectionRenderer(IProxy proxy, ICollection currentFolder, ICollection customizingCollection, IFlavor flavor)
           
 void AbstractRendererStatus.setParent(ICollection collection)
          sets the parent collection for the status.
 void AbstractCollectionRenderer.setParentCollection(ICollection parent)
          Sets the parentCollection attribute of the AbstractCollectionRenderer object
 

Uses of ICollection in com.sapportals.wcm.repository
 

Methods in com.sapportals.wcm.repository that return ICollection
 ICollection IResource.getParentCollection()
          Returns the parent collection of this resource.
 ICollection IExtendedCollection.createWorkspace(String name, IPosition position)
          Creates a new workspace resource.
 ICollection ICollection.createCollection(String name, IPropertyMap properties)
          Creates a new sub collection in a collection.
 ICollection ICollection.createCollection(String name, IPosition position, IPropertyMap properties)
          Creates a new sub collection in a collection that supports ordering.
 ICollection ICollection.createCollection(String name, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new sub collection in a collection.
 ICollection ICollection.createCollection(String name, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new sub collection in a collection that supports ordering.
 

Uses of ICollection in com.sapportals.wcm.repository.filter
 

Methods in com.sapportals.wcm.repository.filter that return ICollection
 ICollection INamespaceFilter.getCollection()
          Returns the collection if the filter is applied on getChilden().
 

Uses of ICollection in com.sapportals.wcm.repository.manager.entrypoints
 

Methods in com.sapportals.wcm.repository.manager.entrypoints with parameters of type ICollection
 void IEntryPointsProvider.addAndRemoveRootEntryPoints(ICollection parentCollection, IEntryPointList entryPoints, DisplayMode displayMode)
          Handles the already existing list of entry points on the first level of the entry points hierarchy.
 IEntryPointList IEntryPointsProvider.getEntryPointChildren(ICollection parentCollection, IEntryPoint parentEntryPoint, DisplayMode displayMode)
          Gets entry points as children for a specific folder inside a entry points hierarchy.
 void AbstractEntryPointsProvider.addAndRemoveRootEntryPoints(ICollection parentCollection, IEntryPointList entryPoints, DisplayMode displayMode)
          Handles the already existing list of entry points on the first level of the entry points hierarchy.
 IEntryPointList AbstractEntryPointsProvider.getEntryPointChildren(ICollection parentCollection, IEntryPoint parentEntryPoint, DisplayMode displayMode)
          Gets entry points as children for a specific folder inside a entry points hierarchy.
 

Uses of ICollection in com.sapportals.wcm.repository.service.discussion
 

Methods in com.sapportals.wcm.repository.service.discussion that return ICollection
 ICollection IDiscussionManager.getDiscussionsCollection()
          Gets ICollection, the root folder where all discussions of this service are stored.
 ICollection IDiscussionItem.getReplyCollection()
          Get the ReplyCollection attribute of the IDiscussionItem object.
 

Uses of ICollection in com.sapportals.wcm.repository.service.layout
 

Methods in com.sapportals.wcm.repository.service.layout with parameters of type ICollection
 boolean ILayoutService.saveProfile(ICollection impCollection, IProfile impProfile, ILayoutContext context)
           
 IProfile ILayoutService.readProfile(ICollection impCollection, ILayoutContext context)
           
 boolean ILayoutService.saveParametersForCollection(ICollection impCollection, ILayoutSet impParameters, ILayoutContext context)
           
 ILayoutSet ILayoutService.readParametersForCollection(ICollection impCollection, ILayoutContext context)
           
 Properties ILayoutService.readPropertiesForCollection(ICollection impCollection, ILayoutContext context)
           
 boolean ILayoutService.deleteParametersForCollection(ICollection impCollection, ILayoutContext context)
           
 boolean ILayoutService.isWriteAllowed(ICollection impCollection, ILayoutContext context)
           
 Set ILayoutSearch.searchSettingsContexts(ICollection impCollection)
           
 Set ILayoutSearch.searchSettingsContexts(ICollection impCollection, com.sapportals.portal.security.usermanagement.IUser user)
           
 

Uses of ICollection in com.sapportals.wcm.repository.service.layout.customizing
 

Methods in com.sapportals.wcm.repository.service.layout.customizing with parameters of type ICollection
static ICustomizingController CustomizingControllerFactory.getCustomizingController(ICollection leadingResource, Hashtable urlSettings, IDebugContainer debugcontainer)
          Construct object of class CustomizingController.
 

Uses of ICollection in com.sapportals.wcm.repository.service.statemanagement
 

Methods in com.sapportals.wcm.repository.service.statemanagement with parameters of type ICollection
 void IStatemanagementUtils.setStatemanagementEnabled(ICollection impCollection, boolean enabled)
          Deprecated. Enables or disables the statemanagement for a folder.
 

Uses of ICollection in com.sapportals.wcm.repository.service.timebasedpublish
 

Methods in com.sapportals.wcm.repository.service.timebasedpublish with parameters of type ICollection
 void ITimebasedPublishServiceManager.setTimebasePublishEnabled(ICollection impFolder, boolean enabled)
          Enables the time-based publishing service for a folder When the time-based publishing service is enabled for a folder, the visibility of all children within this folder is controlled by the time-based publishing service.
 

Uses of ICollection in com.sapportals.wcm.rfadapter
 

Methods in com.sapportals.wcm.rfadapter with parameters of type ICollection
 IDResolver.Status IDResolver.checkID(String id, ICollection targetfolder)
          checks if the given id would be a valid id within the given folder.
 IDResolver.IDProposal IDResolver.generateID(String displayname, ICollection targetfolder)
          generates an ID proposal based on the given displayname that is valid within the given targetfolder.
 List IDResolver.generateIDs(List displaynames, ICollection targetfolder)
          generates ID proposals based on the list with displaynames that are valid within the given targetfolder.
 

Constructors in com.sapportals.wcm.rfadapter with parameters of type ICollection
ResourceCreator(ICollection parent, DataPack dp)
           
MoveUtility(IResource source, ICollection target)
           
CopyUtility(IResource source, ICollection target)
           
 

Uses of ICollection in com.sapportals.wcm.service.indexmanagement
 

Methods in com.sapportals.wcm.service.indexmanagement with parameters of type ICollection
 void ITaskQueueHandler.startTrainingCrawler(String taxonomyName, ICollection taxonomyCollection, IClassificationIndex index, boolean isSearchRelevant)
          Runs a taxonomy training crawler as a separate thread.
 void ITaskQueueHandler.createTaxonomyHierarchyByCopiing(String taxonomyName, ICollection existingHierarchy, IClassificationIndex index)
          The taxonomy hierarchy is created by copiing an existing hierarchy.
 void IIndexService.startXTaxRetrainCrawler(IIndex index, String taxonomyName, ICollection taxonomyCollection, boolean isSearchRelevant)
          This method is only used by internal methods and should not be used programmers using the imdexmanagement API.
 

Uses of ICollection in com.sapportals.wcm.service.indexmanagement.retrieval.classification
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that return ICollection
 ICollection ITaxonomyCollection.getDataCollection()
          Gets the collection object of the repository that holds the taxonomy hierarchies.
 ICollection IModificationObject.getLeftCategory()
          see getOperation()
 ICollection IModificationObject.getRightCategory()
          see getOperation()
protected  ICollection AbstractClassificationIndex.createTaxRmIndexFolder(IResourceContext context)
          Creates the folder that represents the index in the taxonomy repository.
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type ICollection
 void ITaxonomyTransport.exportTaxonomy(ICollection collection, String outputResource, IClassificationIndex index, String taxname)
          Exports a taxonomy to a resource.
 IResource ITaxonomyTransport.exportDTD(ICollection exportColl)
           
 IResourceList IClassificationIndex.getClassDocuments(ICollection taxonomyClass)
          Gets all documents of a taxonomy class
The taxonomy class is a folder in the taxonomy repository To get the resource ID of a taxonomy class, first the resource ID of the taxonomy root must be determined by using the getSpecialFolderRID(taxonomyName,SpecialFolder.TAXONOMY) method.
 Runnable IClassificationIndex.getTaxonomyTrainingCrawler(ICollection taxonomyCollection, boolean isSearchRelevant)
          Deprecated. as of NW04. Use startTaxonomyTrainingCrawler
 void IClassificationIndex.startTaxonomyTrainingCrawler(ICollection taxonomyCollection, boolean isSearchRelevant)
          Deprecated. as of NW04. Crawlers can only be queued - use queueTaxonomyTrainingCrawler(String,ICollection,boolean)
 void IClassificationIndex.startTaxonomyTrainingCrawler(ICollection taxonomyCollection, boolean isSearchRelevant, boolean clearVisitedList, ISemaphore semaphore)
          Deprecated. as of NW04. Use startTaxonomyTrainingCrawler(String,ICollection,boolean,boolean,ISemaphore)
 void IClassificationIndex.startTaxonomyTrainingCrawler(String taxonomyName, ICollection taxonomyCollection, boolean isSearchRelevant, boolean clearVisitedList, ISemaphore semaphore)
          Runs a taxonomy training crawler.
 void IClassificationIndex.queueTaxonomyTrainingCrawler(ICollection taxonomyCollection, boolean isSearchRelevant)
          Deprecated. as of NW04. Use queueTaxonomyTrainingCrawler(String,ICollection,boolean)
 void IClassificationIndex.queueTaxonomyTrainingCrawler(String taxonomyName, ICollection taxonomyCollection, boolean isSearchRelevant)
          Adds a taxonomy training crawler to the index management crawler queue.
 void IClassificationIndex.createTaxonomyHierarchyByCopiing(String taxonomyName, ICollection existingHierarchy)
          The taxonomy hierarchy is created by copiing an existing hierarchy.
 void IClassificationIndex.removeCategoryAssignments(ICollection deletedCategoryFolder)
          Removes the assignment to a deleted category for all documents in the index
 IResourceList AbstractClassificationIndex.getClassDocuments(ICollection taxonomyClass)
          Gets all documents of a taxonomy class
 IRidList AbstractClassificationIndex.getClassDocumentRids(ICollection taxonomyClass)
          Gets the resource IDs of all documents of a taxonomy class
 IRidList AbstractClassificationIndex.getClassDocumentRids(ICollection taxonomyClass, List appPropServices)
           
 void AbstractClassificationIndex.removeCategoryAssignments(ICollection deletedCategoryFolder)
          Removes the assignment of all documents of the index to a category.
 void AbstractClassificationIndex.startTaxonomyTrainingCrawler(ICollection taxonomyCollection, boolean isSearchRelevant)
          Deprecated. as of NW04. Crawlers can only be queued - use queueTaxonomyTrainingCrawler
abstract  void AbstractClassificationIndex.startTaxonomyTrainingCrawler(String taxonomyName, ICollection taxonomyCollection, boolean isSearchRelevant, boolean clearVisitedList, ISemaphore semaphore)
          Runs a taxonomy training crawler.
static void AbstractClassificationIndex.getAllCollections(ICollection col, IResourceList resources)
           
 

Uses of ICollection in com.sapportals.wcm.service.indexmanagement.retrieval.search
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type ICollection
 ISearchResultList ISearchIndexCollection.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults, ICollection searchFromHere)
          Executes the search
 ISearchResultList ISearchIndexCollection.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults, ICollection searchFromHere, Set languages)
          Executes the search
 ISearchSession ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, ICollection searchFromHere)
          Executes the search
 ISearchSession ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, ICollection searchFromHere)
          Executes the search
 ISearchSession ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, ICollection searchFromHere, ISortPropertyName sortProperty)
          Executes the search
 ISearchSession ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, ICollection searchFromHere, ISortPropertyName sortProperty, Set languages)
          Executes the search
 IPropertyDistributionList ISearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISearchIndex index)
          Returns basic information about the distribution of the properties of an index, only considering the documents fullfilling the search restriction.
 IPropertyDistributionList ISearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, Collection indexList)
          Returns basic information about the distribution of the properties of the indexes, only considering the documents fullfilling the search restriction.
 IPropertyDistributionList ISearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
          Returns basic information about the distribution of the properties of the indexes, of the SearchIndexCollection only considering the documents fullfilling the search restriction.
 IPropertyRangeList ISearchIndexCollection.getPropertyRanges(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISearchIndex index)
          Returns the ranges of the properties of an index, only considering the documents fullfilling the search restriction.
 IPropertyRangeList ISearchIndexCollection.getPropertyRanges(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, Collection indexList)
          Returns the ranges of the properties of the indexes, only considering the documents fullfilling the search restriction.
 IPropertyRangeList ISearchIndexCollection.getPropertyRanges(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
          Returns the ranges of the properties of the indexes of the ISearchIndexCollection, only considering the documents fullfilling the search restriction.
 Collection ISearchIndexCollection.getPropertyValues(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISearchIndex index)
          Returns the distinct property values of an index, only considering the documents fullfilling the search restriction.
 Collection ISearchIndexCollection.getPropertyValues(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, Collection indexes)
          Returns the distinct property values of the indexes for the specified property, only considering the documents fullfilling the search restriction.
 Collection ISearchIndexCollection.getPropertyValues(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
          Returns the distinct property values of all indexes of the ISearchIndexCollection for the specified property, only considering the documents fullfilling the search restriction.
 ISearchResultList ISearchIndex.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults, ICollection searchFromHere)
          Executes the search
 ISearchSession ISearchIndex.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, ICollection searchFromHere)
          Executes the search
 ISearchResultList IFederatedSearch.search(IQueryEntryList queryEntryList, ICollection searchFromHere, int maxResults, IResourceContext context)
          Performs a search within a list of search indexes restricted by a path.
 ISearchSession IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
          Performs a search within a list of search indexes restricted by a path.
 ISearchSession IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISortPropertyName sortProperty)
          Performs a search within a list of search indexes restricted by a path.
 ISearchSession IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISortPropertyName sortProperty, Set languages)
          Performs a search within a list of search indexes restricted by a path.
abstract  ISearchResultList AbstractSearchIndexCollection.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults, ICollection searchFromHere)
           
abstract  ISearchResultList AbstractSearchIndexCollection.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults, ICollection searchFromHere, Set languages)
           
abstract  ISearchSession AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, ICollection searchFromHere)
           
abstract  ISearchSession AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, ICollection searchFromHere)
           
abstract  ISearchSession AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, ICollection searchFromHere, ISortPropertyName sortProperty)
           
 ISearchSession AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, ICollection searchFromHere, ISortPropertyName sortProperty, Set languages)
           
 IPropertyDistributionList AbstractSearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISearchIndex index)
           
 IPropertyDistributionList AbstractSearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, Collection indexList)
           
 IPropertyDistributionList AbstractSearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
           
 IPropertyRangeList AbstractSearchIndexCollection.getPropertyRanges(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISearchIndex index)
           
 IPropertyRangeList AbstractSearchIndexCollection.getPropertyRanges(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, Collection indexList)
           
 IPropertyRangeList AbstractSearchIndexCollection.getPropertyRanges(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
           
 Collection AbstractSearchIndexCollection.getPropertyValues(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISearchIndex index)
           
 Collection AbstractSearchIndexCollection.getPropertyValues(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, Collection indexes)
           
 Collection AbstractSearchIndexCollection.getPropertyValues(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
           
 

Uses of ICollection in com.sapportals.wcm.service.propertyconfig
 

Methods in com.sapportals.wcm.service.propertyconfig that return ICollection
 ICollection IMetaContext.getParentCollection()
           
 

Methods in com.sapportals.wcm.service.propertyconfig with parameters of type ICollection
 void IMetaModelExport.exportMetaDataScheme(ICollection collection, String outputResource, IPropertyNameList propertyNameList)
          Exports the specified properties to an XML file stored as a resource under the collection with the ID outputResource.
 void IMetaModelExport.exportMetaDataScheme(ICollection collection, String outputResource, Collection propertyIdList)
           
 void IMetaContext.setParentCollection(ICollection parentCollection)
           
 

Uses of ICollection in com.sapportals.wcm.service.reporting.walker
 

Methods in com.sapportals.wcm.service.reporting.walker with parameters of type ICollection
 boolean IResourceObserver.startCollection(ICollection col)
          Invoked before a collection is entered.
 void IResourceObserver.endCollection(ICollection col)
          Invoked when traversal of a collection was finished.
 

Uses of ICollection in com.sapportals.wcm.service.resourcelistfilter
 

Methods in com.sapportals.wcm.service.resourcelistfilter with parameters of type ICollection
 IResourceListFilter IResourceListFilterService.getResourceListFilter(ICollection collection, Hashtable table, IFlavor flavor, IDebugContainer debugcontainer)
          Returns a new instance of the matching IResourceListFilter.
 IResourceList ICollectionListFilter.getChildren(ICollection parent, IParameters parameters, IPropertyNameList list)
          retrieves the children of the given parent folder.
 

Uses of ICollection in com.sapportals.wcm.service.template
 

Methods in com.sapportals.wcm.service.template that return ICollection
 ICollection IProfile.getStorageCollection(IResourceContext context)
          Returns the collection which represents the profile
 

Methods in com.sapportals.wcm.service.template with parameters of type ICollection
 boolean ITemplateService.assignTemplates(ICollection collection, ITemplateList templateList, ITemplate template, IProfileList profileList, IProfile profile, boolean asSubmenu)
           
 ITemplateList ITemplateService.getSingleTemplates(ICollection collection)
           
 IProfileList ITemplateService.getProfiles(ICollection collection)
           
 ITemplateList ITemplateService.getAssignedSingleTemplates(ICollection collection)
           
 IProfileList ITemplateService.getAssignedProfiles(ICollection collection)
           
 boolean ITemplateService.isAssignedAsSubmenu(ICollection collection)
           
 boolean ITemplateService.isAvailable(ICollection collection)
           
 boolean ITemplateService.canAssignTemplates(ICollection collection)
           
 boolean ITemplateService.canAssignGlobalTemplates(ICollection collection)
           
 IResource ITemplateService.createFromTemplate(ICollection collection, ITemplate template)
           
 

Uses of ICollection in com.sapportals.wcm.service.urlgenerator
 

Methods in com.sapportals.wcm.service.urlgenerator with parameters of type ICollection
 RID IURLGenerator.getCompleteRIDToShowFolder(ICollection folder)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.createLinkToExplorerPageRID(RID)
 URI IURLGenerator.getCompleteURIToShowFolder(ICollection folder)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getCompleteRIDToShowFolder(ICollection)
 

Uses of ICollection in com.sapportals.wcm.service.xmlforms
 

Methods in com.sapportals.wcm.service.xmlforms with parameters of type ICollection
 Map IXFService.getXFProjects(ICollection collection)
          Gets all projects from the XML Forms framework, which are allowed in a specific collection.
 



Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.