|
|||||||||
Home >> All >> openfuture >> [ masterdata overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
openfuture.masterdata
Interface IMasterDataProvider

- All Known Implementing Classes:
- DefaultMasterDataProvider
- public interface IMasterDataProvider
This interface defines the services a Master Data Provider must implement Creation date: (09.09.00 21:52:30)
Method Summary | |
java.util.Vector |
getMasterData(java.lang.String type)
get some master data from the cache; if no data available in the provider, data are fetched from the service |
IMasterData |
getMasterData(java.lang.String type,
java.lang.String id)
get some master data from the cache for a given language |
Method Detail |
getMasterData
public java.util.Vector getMasterData(java.lang.String type)
- get some master data from the cache; if no data available in the provider,
data are fetched from the service
getMasterData
public IMasterData getMasterData(java.lang.String type, java.lang.String id)
- get some master data from the cache for a given language
|
|||||||||
Home >> All >> openfuture >> [ masterdata overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |