java.lang.Object
openfuture.masterdata.DefaultMasterDataService
openfuture.masterdata.test.MyMasterDataService
- All Implemented Interfaces:
- openfuture.masterdata.IMasterDataService
- public class MyMasterDataService
- extends openfuture.masterdata.DefaultMasterDataService
This class extends the DefaultMasterDataService to add some
more behavior for the example: the intialize() method fills
the master data cache with some example data
Creation date: (10.09.00 09:41:52)
Method Summary |
void |
initialize()
Initialize the Master Data cache
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyMasterDataService
public MyMasterDataService()
- Constructor
initialize
public void initialize()
- Initialize the Master Data cache
This subclass is a simple exampe how master data can be initialized.
You might want to create an instance of this class at start-up
of your (server) application and initialize is in order to fetch some data,
e.g. from a legacy system or interface.
Creation date: (10.09.00 09:38:20)