openfuture.masterdata.test
Class MyMasterDataService

java.lang.Object
  |
  +--openfuture.masterdata.DefaultMasterDataService
        |
        +--openfuture.masterdata.test.MyMasterDataService
All Implemented Interfaces:
IMasterDataService

public class MyMasterDataService
extends 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)


Constructor Summary
MyMasterDataService()
          Constructor
 
Method Summary
 void initialize()
          Initialize the Master Data cache This subclass is a simple exampe how master data can be initialized.
 
Methods inherited from class openfuture.masterdata.DefaultMasterDataService
addMasterDataContainer, getMasterData, getMasterDataCache, setMasterDataCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyMasterDataService

public MyMasterDataService()
Constructor
Method Detail

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)

Overrides:
initialize in class DefaultMasterDataService


Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.