|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Method Summary | |
java.lang.ClassLoader |
getClassLoader()
Returns the provider's class loader |
ISimpleType |
getCurrencyUnitType(java.lang.String unitKey,
java.util.Locale locale)
Delivers the currency key decimal information The names are choosen according to the following definition Type Type Name Example Content amountType amount A decimal type 123,45 unitKeyType unitKey CURR_PACKAGE.currency EUR unitType unit CURR_PACKAGE.EUR e |
IDataType |
getDataType(java.lang.String name,
java.util.Locale locale)
Returns a dataType |
IDataType |
getDataType(java.lang.String name,
java.util.Locale locale,
java.lang.Object providerInfo)
Returns a dataType |
IDataType |
getDataTypeFromCache(java.lang.String name,
java.util.Locale locale)
Returns a dataType if it is in provider cache |
com.sap.typeservices.ITextServices |
getTextService(ISimpleType simpleType)
Returns a TextService |
ISimpleType |
getUnitOfMeasureType(java.lang.String unitKey,
java.util.Locale locale)
Delivers the unit of measure key decimal information Type Type Name Example Content amountType amount A decimal type 123,45 unitKeyType unitKey CURR_PACKAGE.currency EUR unitType unit CURR_PACKAGE.EUR e |
com.sap.typeservices.ISimpleValueServices |
getValueService(ISimpleType simpleType)
Returns a ValueService |
boolean |
needsTranslator()
Informs if the current translator needs a NameTranslator which changes the names of found objects from internal names of the backendsystem to frontend names |
| Method Detail |
public IDataType getDataType(java.lang.String name,
java.util.Locale locale)
throws com.sap.dictionary.runtime.DdException
name - - contains type-package and type-name
locale - the locale for text-information in dataTypecom.sap.dictionary.runtime.DdException - if dataType could not be found
public IDataType getDataType(java.lang.String name,
java.util.Locale locale,
java.lang.Object providerInfo)
throws com.sap.dictionary.runtime.DdException
name - - contains type-package and type-name
locale - the locale for text-information in dataType
providerInfo - information for all non-java providers
to convert backend namescom.sap.dictionary.runtime.DdException - if dataType could not be found
public IDataType getDataTypeFromCache(java.lang.String name,
java.util.Locale locale)
name - - contains type-package and type-name
locale - the locale for text-information in dataType
public com.sap.typeservices.ISimpleValueServices getValueService(ISimpleType simpleType)
throws com.sap.dictionary.runtime.DdException
simpleType - - the simple Type to take the text information from
public com.sap.typeservices.ITextServices getTextService(ISimpleType simpleType)
throws com.sap.dictionary.runtime.DdException
simpleType - - the simple Type to take the text information from
public ISimpleType getCurrencyUnitType(java.lang.String unitKey,
java.util.Locale locale)
throws com.sap.dictionary.runtime.DdException
unitKey - - the name of the unitKeyType
public ISimpleType getUnitOfMeasureType(java.lang.String unitKey,
java.util.Locale locale)
throws com.sap.dictionary.runtime.DdException
unitKey - - the name of the unitOfMeasureTypepublic java.lang.ClassLoader getClassLoader()
public boolean needsTranslator()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||