|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Validation of property values.
| Method Summary | |
String |
getErrorMessage(String errorID,
IMetaNameList metaNames,
Locale locale)
Deprecated. since EP6 SP2 FP, use getErrorMessage(String,IMetaNameList,Locale,Map) |
String |
getErrorMessage(String errorID,
IMetaNameList metaNames,
Locale locale,
Map additionalInfo)
|
String |
getValidationInstanceID()
The validation instance ID is used as a namespace for the error IDs the are returned. |
IValidationErrorList |
validate(IMetaName metaName,
IProperty property,
IMetaContext metaContext)
Validation of properties via predefined validation classes |
| Method Detail |
public IValidationErrorList validate(IMetaName metaName,
IProperty property,
IMetaContext metaContext)
throws PropertyConfigurationServiceException
metaName - meta model information of a property
PropertyConfigurationServiceException
public String getErrorMessage(String errorID,
IMetaNameList metaNames,
Locale locale)
throws PropertyConfigurationServiceException
errorID - validation error IDmetaNames - list of meta names that caused the errorlocale - locale to determine the message language
PropertyConfigurationServiceException
public String getErrorMessage(String errorID,
IMetaNameList metaNames,
Locale locale,
Map additionalInfo)
throws PropertyConfigurationServiceException
errorID - validation error IDmetaNames - list of meta names that caused the errorlocale - locale to determine the message languageadditionalInfo - map with additional information about the error; can be null
PropertyConfigurationServiceExceptionpublic String getValidationInstanceID()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||