net.sf.emarket.quote.service
Class InstrumentManagerImpl
java.lang.Object
net.sf.emarket.quote.service.InstrumentManagerImpl
- All Implemented Interfaces:
- IInstrumentManager
@Service
public class InstrumentManagerImpl
- extends java.lang.Object
- implements IInstrumentManager
Created by IntelliJ IDEA.
User: snambi
Date: Mar 25, 2009
Time: 11:45:23 PM
To change this template use File | Settings | File Templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstrumentManagerImpl
public InstrumentManagerImpl()
setInstrumentDao
public void setInstrumentDao(IInstrumentDao dao)
addInstrument
public void addInstrument(Instrument instrument)
- Specified by:
addInstrument
in interface IInstrumentManager
getInstrument
public Instrument getInstrument(java.lang.String symbol)
- Specified by:
getInstrument
in interface IInstrumentManager
updateInstrument
public Instrument updateInstrument(Instrument instrument)
- Specified by:
updateInstrument
in interface IInstrumentManager
deleteInstrument
public Instrument deleteInstrument(Instrument instrument)
- Specified by:
deleteInstrument
in interface IInstrumentManager
Copyright © 2009. All Rights Reserved.