|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--openfuture.masterdata.DefaultMasterDataService | +--openfuture.masterdata.test.MyMasterDataService
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 |
public MyMasterDataService()
Method Detail |
public void initialize()
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)
initialize
in class DefaultMasterDataService
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |