net.sf.emarket.config.service
Interface IMarketConfigurationService
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- MarketConfigurationServiceImpl
public interface IMarketConfigurationService
- extends java.io.Serializable
IConfigManager Description.
- Author:
- : snambi
isMarketSetup
boolean isMarketSetup()
createMarket
void createMarket(Market mkt)
throws MarketAlreadySetupException
- Throws:
MarketAlreadySetupException
getMarketDetails
Market getMarketDetails()
throws MarketNotSetupException
- Throws:
MarketNotSetupException
updateMarketDetails
void updateMarketDetails(Market mkt)
throws MarketNotSetupException
- Throws:
MarketNotSetupException
removeMarket
void removeMarket()
Copyright © 2009. All Rights Reserved.