Uses of Interface
com.sapportals.wcm.repository.service.appproperties.IAppPropertyMap

Packages that use IAppPropertyMap
com.sapportals.wcm.repository.service.appproperties

Contains classes and interfaces to persist information related to resources on the database. 

 

Uses of IAppPropertyMap in com.sapportals.wcm.repository.service.appproperties
 

Classes in com.sapportals.wcm.repository.service.appproperties that implement IAppPropertyMap
 class MutableAppPropertyMap
          A mutable map of application properties.
 

Methods in com.sapportals.wcm.repository.service.appproperties that return IAppPropertyMap
 IAppPropertyMap IApplicationPropertiesService.getProperties(IResource resource)
           
 IAppPropertyMap IApplicationProperties.getProperties(IResource resource)
           
 IAppPropertyMap IApplicationPropertiesService.getProperties(IResource resource, String userID)
           
 IAppPropertyMap IApplicationProperties.getProperties(IResource resource, String userID)
           
 IAppPropertyMap IApplicationProperties.getProperties(com.sapportals.wcm.util.uri.RID resourceID)
          Deprecated. as of NW04. Use method with resource context parameter
 IAppPropertyMap IApplicationPropertiesService.getProperties(com.sapportals.wcm.util.uri.RID resourceID, IResourceContext context)
          Returns all application properties for the specified RID (not the personalized properties)
 IAppPropertyMap IApplicationProperties.getProperties(com.sapportals.wcm.util.uri.RID resourceID, IResourceContext context)
          Returns all application properties for the specified RID (not the personalized properties)
 IAppPropertyMap IApplicationProperties.getProperties(com.sapportals.wcm.util.uri.RID resourceID, String userID)
          Deprecated. as of NW04. Use method with resource context parameter
 IAppPropertyMap IApplicationPropertiesService.getProperties(com.sapportals.wcm.util.uri.RID resourceID, String userID, IResourceContext context)
          Returns all personalized properties of a resource.
 IAppPropertyMap IApplicationProperties.getProperties(com.sapportals.wcm.util.uri.RID resourceID, String userID, IResourceContext context)
          Returns all personalized properties of a resource.
 IAppPropertyMap IApplicationPropertiesService.getProperties(String namespace, IResource resource)
           
 IAppPropertyMap IApplicationProperties.getProperties(String namespace, IResource resource)
           
 IAppPropertyMap IApplicationPropertiesService.getProperties(String namespace, IResource resource, String userID)
           
 IAppPropertyMap IApplicationProperties.getProperties(String namespace, IResource resource, String userID)
           
 IAppPropertyMap IApplicationProperties.getProperties(String namespace, com.sapportals.wcm.util.uri.RID resourceID)
          Deprecated. as of NW04. Use method with resource context parameter
 IAppPropertyMap IApplicationPropertiesService.getProperties(String namespace, com.sapportals.wcm.util.uri.RID resourceID, IResourceContext context)
          Returns all application properties for the specified namespace and RID (but not the personalized properties).
 IAppPropertyMap IApplicationProperties.getProperties(String namespace, com.sapportals.wcm.util.uri.RID resourceID, IResourceContext context)
          Returns all application properties for the specified namespace and RID (but not the personalized properties).
 IAppPropertyMap IApplicationProperties.getProperties(String namespace, com.sapportals.wcm.util.uri.RID resourceID, String userID)
          Deprecated. as of NW04. Use method with resource context parameter
 IAppPropertyMap IApplicationPropertiesService.getProperties(String namespace, com.sapportals.wcm.util.uri.RID resourceID, String userID, IResourceContext context)
          Returns all personalized properties of a resource for a namespace and the user ID.
 IAppPropertyMap IApplicationProperties.getProperties(String namespace, com.sapportals.wcm.util.uri.RID resourceID, String userID, IResourceContext context)
          Returns all personalized properties of a resource for a namespace and the user ID.
 

Methods in com.sapportals.wcm.repository.service.appproperties with parameters of type IAppPropertyMap
 void IApplicationPropertiesService.setProperties(IAppPropertyMap properties, IAppPropertyMap personalizedProps, com.sapportals.wcm.util.uri.RID resourceID, IResourceContext context)
          Stores all properties contained in the maps for the specified RID.
 



Copyright 2011 SAP AG Complete Copyright Notice