com.activequant.servicelayer.soap
Class MainService

java.lang.Object
  extended by com.activequant.servicelayer.soap.MainService
All Implemented Interfaces:
IMainService

public class MainService
extends Object
implements IMainService


Constructor Summary
MainService(IDaoFactory daoFactory)
           
 
Method Summary
 int instrumentCount()
           
 String[] instrumentKeys()
           
 Instrument loadInstrument(String primaryKey)
           
 int mdiCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainService

public MainService(IDaoFactory daoFactory)
Method Detail

instrumentKeys

public String[] instrumentKeys()
Specified by:
instrumentKeys in interface IMainService

loadInstrument

public Instrument loadInstrument(String primaryKey)
Specified by:
loadInstrument in interface IMainService

instrumentCount

public int instrumentCount()
Specified by:
instrumentCount in interface IMainService

mdiCount

public int mdiCount()
Specified by:
mdiCount in interface IMainService


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.