com.sapportals.wcm.service.propertyconfig.metadataextension

Interface IDynamicValues

All Known Implementing Classes:
DefaultMetadataExtension

public interface IDynamicValues

Providing values for properties.


Method Summary
 IMetaValueList getAllowedValues(IMetaName metaName)
          Returns values depending on the meta name.
 IMetaValueList getAllowedValues(IMetaName metaName, IMetaContext metaContext)
          Returns values depending on the meta name and the resource.
 IMetaValue getDefaultValue(IMetaName metaName)
          Returns a default value depending on the meta name.
 String getPropertyDescription(IMetaName metaName, Locale locale)
          Gets a description for a property depending on the input locale.
 String getPropertyLabel(IMetaName metaName, Locale locale)
          Gets a label for the property name depending on the input locale.
 String getValueLabel(IMetaValue metaValue, Locale locale)
          Gets a label for a property value depending on the input locale.
 IMetaValue searchMetaValue(String value)
          Returns a meta value by its ID (property value ID).
 

Method Detail

getValueLabel

public String getValueLabel(IMetaValue metaValue,
                            Locale locale)
                     throws PropertyConfigurationServiceException
Gets a label for a property value depending on the input locale.

Parameters:
metaValue - metaValue for that a label is requested
locale - locale to determine the lable language
Returns:
label for a property value, returns null if no label can be found for the value
Throws:
PropertyConfigurationServiceException

getAllowedValues

public IMetaValueList getAllowedValues(IMetaName metaName)
                                throws PropertyConfigurationServiceException
Returns values depending on the meta name.

Parameters:
metaName - meta model information of a property
Returns:
list of relevant values (incl. empty list) or null if there is no value domain
Throws:
PropertyConfigurationServiceException

getAllowedValues

public IMetaValueList getAllowedValues(IMetaName metaName,
                                       IMetaContext metaContext)
                                throws PropertyConfigurationServiceException
Returns values depending on the meta name and the resource.

Parameters:
metaName - meta model information of a property
metaContext - context information
Returns:
list of relevant values (incl. empty list) or null if there is no value domain
Throws:
PropertyConfigurationServiceException

getDefaultValue

public IMetaValue getDefaultValue(IMetaName metaName)
Returns a default value depending on the meta name.

Parameters:
metaName - meta model information of a property
Returns:
default value or null

getPropertyLabel

public String getPropertyLabel(IMetaName metaName,
                               Locale locale)
                        throws PropertyConfigurationServiceException
Gets a label for the property name depending on the input locale.

Parameters:
metaName - meta name for that the label is requested
locale - locale to determine the lable language
Returns:
label for a property name, returns null if no label can be found for the name
Throws:
PropertyConfigurationServiceException

getPropertyDescription

public String getPropertyDescription(IMetaName metaName,
                                     Locale locale)
                              throws PropertyConfigurationServiceException
Gets a description for a property depending on the input locale.

Parameters:
metaName - meta name for that the description is requested
locale - locale to determine the description language
Returns:
description for a property, returns null if no description can be found for the property
Throws:
PropertyConfigurationServiceException

searchMetaValue

public IMetaValue searchMetaValue(String value)
                           throws PropertyConfigurationServiceException
Returns a meta value by its ID (property value ID). Returns null if the value provider doesn't know the property value.

Parameters:
value - property value
Returns:
<{IMetaValue}> (0, 1)
Throws:
PropertyConfigurationServiceException


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.