net.sf.emarket.config.service
Class MarketConfigurationServiceImpl
java.lang.Object
net.sf.emarket.config.service.MarketConfigurationServiceImpl
- All Implemented Interfaces:
- java.io.Serializable, IMarketConfigurationService
@Service
public class MarketConfigurationServiceImpl
- extends java.lang.Object
- implements IMarketConfigurationService
SimpleConfigManager Description.
- Author:
- : snambi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarketConfigurationServiceImpl
public MarketConfigurationServiceImpl()
setMarketDao
public void setMarketDao(IMarketDao dao)
createMarket
public void createMarket(Market mkt)
throws MarketAlreadySetupException
- Specified by:
createMarket
in interface IMarketConfigurationService
- Throws:
MarketAlreadySetupException
isMarketSetup
public boolean isMarketSetup()
- Specified by:
isMarketSetup
in interface IMarketConfigurationService
getMarketDetails
public Market getMarketDetails()
throws MarketNotSetupException
- Specified by:
getMarketDetails
in interface IMarketConfigurationService
- Throws:
MarketNotSetupException
updateMarketDetails
public void updateMarketDetails(Market mkt)
throws MarketNotSetupException
- Specified by:
updateMarketDetails
in interface IMarketConfigurationService
- Throws:
MarketNotSetupException
removeMarket
public void removeMarket()
- Specified by:
removeMarket
in interface IMarketConfigurationService
Copyright © 2009. All Rights Reserved.