SAP NetWeaver '04

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

Packages that use IPropertyNameList
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.rendering.resource Contains interfaces for rendering a resource on the user interface.  
com.sapportals.wcm.rendering.uicommand Contains interfaces to render and execute commands for one or more resources.  
com.sapportals.wcm.repository Contains the repository framework interfaces and classes.  
com.sapportals.wcm.repository.batch   
com.sapportals.wcm.repository.filter Contains interfaces and classes to define repository filters.  
com.sapportals.wcm.service.propertyconfig Provides a service for the administration of metadata for resource properties.  
com.sapportals.wcm.service.relation Provides a service to persist relationships between relation operands.  
 

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

Methods in com.sapportals.wcm.rendering.base that return IPropertyNameList
 IPropertyNameList ResourcePropertyAmalgamation.declareUnavailable(IResource resource, IPropertyNameList list)
          marks the given property names as unavailable from the framework so that no calls to the framework will be made to retrieve them.
 

Methods in com.sapportals.wcm.rendering.base with parameters of type IPropertyNameList
 void ResourcePropertyAmalgamation.readProperties(IResourceList resources, IPropertyNameList names)
           
 IPropertyMap ResourcePropertyAmalgamation.getProperties(IResource resource, IPropertyNameList list)
          returns the properties defined for the given resource which are accessed through the given list.
 IPropertyNameList ResourcePropertyAmalgamation.declareUnavailable(IResource resource, IPropertyNameList list)
          marks the given property names as unavailable from the framework so that no calls to the framework will be made to retrieve them.
 void ResourcePropertyAmalgamation.UnavailableEntries.add(IResource res, IPropertyNameList list)
          adds the names to the list of unavailabe entries for the given resource. creates a new entry in the internal map if no entry has yet been made for this resource.
 

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

Methods in com.sapportals.wcm.rendering.collection that return IPropertyNameList
 IPropertyNameList LightCollectionRenderer.getPropertyNames()
           
 IPropertyNameList AbstractCollectionRenderer.getPropertyNames()
          Gets the propertyNames attribute of the AbstractCollectionRenderer object
 

Methods in com.sapportals.wcm.rendering.collection with parameters of type IPropertyNameList
 void LightCollectionRenderer.setPropertyNames(IPropertyNameList nameList)
           
protected  void LightCollectionRenderer.sortResourceList(IPropertyNameList list, SortDefinition sd)
           
 ResourcePropertyComparator SortHandler.comparator(IPropertyNameList list, SortDefinition sd)
           
 void AbstractCollectionRenderer.setPropertyNames(IPropertyNameList nameList)
          Sets the propertyNames attribute of the AbstractCollectionRenderer object
 

Uses of IPropertyNameList in com.sapportals.wcm.rendering.resource
 

Methods in com.sapportals.wcm.rendering.resource that return IPropertyNameList
protected  IPropertyNameList AbstractResourceRenderer.getPropertyNameList()
           
 

Methods in com.sapportals.wcm.rendering.resource with parameters of type IPropertyNameList
 void AbstractResourceRenderer.setPropertyNameList(IPropertyNameList propnamelist)
          Sets the propertyNameList attribute of the AbstractResourceRenderer object
 void IResourceRenderer.setPropertyNameList(IPropertyNameList propnamelist)
           
 

Uses of IPropertyNameList in com.sapportals.wcm.rendering.uicommand
 

Methods in com.sapportals.wcm.rendering.uicommand that return IPropertyNameList
 IPropertyNameList PropertyInformation.getRequiredPropertyNames()
           
 IPropertyNameList UICommandFactory.getRequiredProperties(java.lang.String groupID)
           
 

Constructors in com.sapportals.wcm.rendering.uicommand with parameters of type IPropertyNameList
PropertyInformation(IPropertyNameList names)
          standard constructor that will set the local IPropertyNameList attribute with the given parameter.
 

Uses of IPropertyNameList in com.sapportals.wcm.repository
 

Classes in com.sapportals.wcm.repository that implement IPropertyNameList
 class PropertyNameList
          This interface defines a list of IPropertyNameList objects.
 

Methods in com.sapportals.wcm.repository that return IPropertyNameList
 IPropertyNameList PropertyNameList.getListWithoutSystemPropertyNames()
           
 

Methods in com.sapportals.wcm.repository with parameters of type IPropertyNameList
 IPropertyMap IResource.getProperties(IPropertyNameList propNameList)
          Returns a map with IProperty references for the resource.
 IResourceList ICollection.getChildren(Selector childrenSelector, Collator sortBy, IPropertyNameList propertyPrefill)
          Returns the children of this collection.
 IResourceList ICollection.getChildren(Selector childrenSelector, Collator sortBy, IPropertyNameList propertyPrefill, java.lang.String[] permissionNames)
          Returns the children of this collection.
 

Uses of IPropertyNameList in com.sapportals.wcm.repository.batch
 

Methods in com.sapportals.wcm.repository.batch that return IPropertyNameList
 IPropertyNameList ResourcePropertyMap.calculateNotContainedNames(RID rid, IPropertyNameList checkNames)
          Returns a list of names of properties that are not contained in the map for the specified RID.
 IPropertyNameList ResourcePropertyMap.calculateContainedNames(RID rid, IPropertyNameList checkNames)
          Returns a list of names of properties that are contained in the map for the specified RID.
 

Methods in com.sapportals.wcm.repository.batch with parameters of type IPropertyNameList
 IPropertyNameList ResourcePropertyMap.calculateNotContainedNames(RID rid, IPropertyNameList checkNames)
          Returns a list of names of properties that are not contained in the map for the specified RID.
 IPropertyNameList ResourcePropertyMap.calculateContainedNames(RID rid, IPropertyNameList checkNames)
          Returns a list of names of properties that are contained in the map for the specified RID.
 

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

Methods in com.sapportals.wcm.repository.filter that return IPropertyNameList
 IPropertyNameList AbstractPropertyFilterManager.getFilteredPropertyNamesForRead()
          Returns the names used by this filter for adding properties.
 IPropertyNameList AbstractPropertyFilter.getPropertyNameList()
           
 IPropertyNameList IPropertyFilter.getPropertyNameList()
          Get the property name list if mode is SINGLE_PROPERTY or PROPERTY_LIST.
 

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

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

Uses of IPropertyNameList in com.sapportals.wcm.service.relation
 

Methods in com.sapportals.wcm.service.relation that return IPropertyNameList
 IPropertyNameList IRelationTypeAttributes.getRequiredProperties()
          Get the list of required properties for the relations of this type.
 

Methods in com.sapportals.wcm.service.relation with parameters of type IPropertyNameList
 IRelationTypeAttributes IRelationService.getRelationTypeAttributes(IRelationTypeHandler typeHandler, IPropertyNameList requiredProperties, boolean oneToOne, boolean ordered, boolean sourceDeleteTracking, boolean targetDeleteTracking, boolean sourceChangeTracking, boolean targetChangeTracking)
          Same as IRelationService.getRelationTypeAttributes(IRelationTypeHandler, IPropertyNameList, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) with sourceCopyTracking and targetCopyTracking set to false
 IRelationTypeAttributes IRelationService.getRelationTypeAttributes(IRelationTypeHandler typeHandler, IPropertyNameList requiredProperties, boolean oneToOne, boolean ordered, boolean sourceDeleteTracking, boolean targetDeleteTracking, boolean sourceChangeTracking, boolean targetChangeTracking, boolean sourceCopyTracking, boolean targetCopyTracking)
          Get a set of unchecked attributes which can be use to created a IRelationType .
 IPropertyMap IRelation.getProperties(IPropertyNameList propertyNameList)
          Get several specified properties.
 void IRelation.deleteProperties(IPropertyNameList propertyNameList)
          Delete several specified properties (if they exist).
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
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.