openfuture.masterdata
Interface IMasterDataProvider
- All Known Implementing Classes:
- DefaultMasterDataProvider, MasterDataProvider
- 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 |
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
- Parameters:
type
- (String) the md type
getMasterData
public IMasterData getMasterData(java.lang.String type,
java.lang.String id)
- get some master data from the cache for a given language
- Parameters:
type
- (String) the md type
Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.