SAP NetWeaver '04

Uses of Class
com.sapportals.wcm.service.propertyconfig.PropertyConfigurationServiceException

Packages that use PropertyConfigurationServiceException
com.sapportals.wcm.service.indexmanagement Provides a service for managing indexes.  
com.sapportals.wcm.service.propertyconfig Provides a service for the administration of metadata for resource properties.  
com.sapportals.wcm.service.propertyconfig.comparator Contains interface for implementing a comparison of properties.  
com.sapportals.wcm.service.propertyconfig.metadataextension Provides a service to enhance property metadata.  
 

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

Methods in com.sapportals.wcm.service.indexmanagement that throw PropertyConfigurationServiceException
 ITaxonomyTransport IIndexService.createTaxonomyTransport()
          This method is only used by internal methods and should not be used programmers using the imdexmanagement API.
 

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

Methods in com.sapportals.wcm.service.propertyconfig that throw PropertyConfigurationServiceException
 IMetaNameListIterator IMetaModel.nameIterator()
          Returns a iterator to get a ordered name list.
 IMetaNameListIterator IMetaModel.nameIterator(IMetaContext metaContext)
          Returns an iterator to get the properties configured for specific resource data
 IMetaNameListIterator IMetaModel.nameIterator(IMetaContext metaContext, IMetaGroup metaGroup)
          Returns an iterator to get the properties configured for specific resource data and with a specific meta group
 IMetaGroupListIterator IMetaModel.groupIterator()
          Returns a iterator to get a ordered group list.
 IMetaName IMetaModel.searchByProperty(IProperty property)
          Search for the meta name that was used to create the passed property.
 IMetaName IMetaModel.searchByPropertyName(IPropertyName propertyName)
          Search for the meta name by a given property name.
 IMetaName IMetaModel.searchById(java.lang.String id)
          Search for a meta name by given id.
 IMetaGroup IMetaModel.searchGroupById(java.lang.String id)
          Search for a meta group by given id.
 IProperty IMetaModel.createProperty(IMetaName name, IMetaValue value)
          Creates a property from meta name and value.
 IValidationErrorList IMetaModel.validate(IPropertyMap properties, IMetaContext metaContext)
          Validation of properties via predefined validation classes
 IValidationErrorList IMetaModel.validate(IProperty property, IMetaContext metaContext)
          Validation of properties via predefined validation classes
 boolean IMetaModel.checkMatchesMetaContext(IMetaName metaName, IMetaContext metaContext)
          Checks if the meta name fulfils all filter criterias to be displayed for the context information.
 IMetaValue IMetaName.searchByProperty(IProperty property)
          Search for the meta value that was used to create the passed property.
 IMetaValueListIterator IMetaName.allowedValueIterator()
          Returns a iterator to get a ordered value list.
 IMetaValueListIterator IMetaName.allowedValueIterator(IMetaContext metaContext)
          Returns a iterator to get a ordered value list.
 IMetaValue IMetaName.searchMetaValue(java.lang.String value)
          Returns a meta value by its id.
 IResourcePropertyComparator IMetaName.getResourcePropertyComparator()
          Returns the comparator class for this meta name.
 IMetaModel IPropertyConfigurationService.getMetaModel()
          Direct access to meta model.
 

Uses of PropertyConfigurationServiceException in com.sapportals.wcm.service.propertyconfig.comparator
 

Methods in com.sapportals.wcm.service.propertyconfig.comparator that throw PropertyConfigurationServiceException
 void PropertyLanguageDependingComparator.setSortMode(int sortMode)
          Determines the sort mode of the resource properties.
 void PropertyLanguageDependingComparator.setSortParameters(IMetaName sortPropertyName, int sortMode)
          Name of the property that is used for sorting and the default sort mode.
 void IResourcePropertyComparator.setSortMode(int sortMode)
          Determines the sort mode of the resource properties.
 void IResourcePropertyComparator.setSortParameters(IMetaName sortPropertyName, int sortMode)
          Name of the property that is used for sorting and the default sort mode.
 void DefaultResourcePropertyComparator.setSortMode(int sortMode)
          Determines the sort mode of the resource properties.
 void DefaultResourcePropertyComparator.setSortParameters(IMetaName sortPropertyName, int sortMode)
          Name of the property that is used for sorting and the default sort mode.
 

Uses of PropertyConfigurationServiceException in com.sapportals.wcm.service.propertyconfig.metadataextension
 

Methods in com.sapportals.wcm.service.propertyconfig.metadataextension that throw PropertyConfigurationServiceException
 java.lang.String IDynamicValues.getValueLabel(IMetaValue metaValue, java.util.Locale locale)
          Gets a label for a property value depending on the input locale.
 IMetaValueList IDynamicValues.getAllowedValues(IMetaName metaName)
          Returns values depending on the meta name.
 IMetaValueList IDynamicValues.getAllowedValues(IMetaName metaName, IMetaContext metaContext)
          Returns values depending on the meta name and the resource.
 java.lang.String IDynamicValues.getPropertyLabel(IMetaName metaName, java.util.Locale locale)
          Gets a label for the property name depending on the input locale.
 java.lang.String IDynamicValues.getPropertyDescription(IMetaName metaName, java.util.Locale locale)
          Gets a description for a property depending on the input locale.
 IMetaValue IDynamicValues.searchMetaValue(java.lang.String value)
          Returns a meta value by its ID (property value ID).
 IMetaValueList DefaultMetadataExtension.getAllowedValues(IMetaName metaName)
          Returns allowed values depending on the meta name.
 IMetaValueList DefaultMetadataExtension.getAllowedValues(IMetaName metaName, IMetaContext metaContext)
          Returns allowed values depending on the meta name.
 java.lang.String DefaultMetadataExtension.getValueLabel(IMetaValue metaValue, java.util.Locale locale)
          Gets a label for a property value depending on the input locale.
 java.lang.String DefaultMetadataExtension.getPropertyLabel(IMetaName metaName, java.util.Locale locale)
          Gets a label for the property name depending on the input locale.
 java.lang.String DefaultMetadataExtension.getPropertyDescription(IMetaName metaName, java.util.Locale locale)
          Gets a description for a property depending on the input locale.
 IValidationErrorList DefaultMetadataExtension.validate(IMetaName metaName, IProperty property, IMetaContext metaContext)
          Validation of properties via predefined validation classes
 java.lang.String DefaultMetadataExtension.getErrorMessage(java.lang.String errorID, IMetaNameList metaNames, java.util.Locale locale)
          Deprecated. since EP6 SP2 FP, use getErrorMessage(String,IMetaNameList,Locale,Map)
 IMetaValue DefaultMetadataExtension.searchMetaValue(java.lang.String value)
          Returns a meta value by its ID (property value ID).
 java.lang.String DefaultMetadataExtension.getErrorMessage(java.lang.String errorID, IMetaNameList metaNames, java.util.Locale locale, java.util.Map additionalInfo)
           
 IValidationErrorList IValidation.validate(IMetaName metaName, IProperty property, IMetaContext metaContext)
          Validation of properties via predefined validation classes
 java.lang.String IValidation.getErrorMessage(java.lang.String errorID, IMetaNameList metaNames, java.util.Locale locale)
          Deprecated. since EP6 SP2 FP, use getErrorMessage(String,IMetaNameList,Locale,Map)
 java.lang.String IValidation.getErrorMessage(java.lang.String errorID, IMetaNameList metaNames, java.util.Locale locale, java.util.Map additionalInfo)
           
 java.lang.String IValidationError.getErrorMessage(java.util.Locale locale)
          Localized error message that describes the error including information about the properties that caused the error.
 


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.