org.moremotion.datasrc
Interface DataService
- All Known Implementing Classes:
- DataSourceTemplate, SystemResourcesDataService
public interface DataService
Interface for MoreMotion Data Services
- Version:
- $Id: DataService.java 51 2008-03-10 11:46:54Z erkan $
|
Method Summary |
void |
doService(ADOM adom,
DataServiceContext dsc)
This method is called by the MoreMotion when the page to be displayed next has a reference to the datasource that
this class is associated. |
doService
void doService(ADOM adom,
DataServiceContext dsc)
throws ServiceException
- This method is called by the MoreMotion when the page to be displayed next has a reference to the datasource that
this class is associated.
- Parameters:
adom - the ADOM to be prepareddsc - DataService Context
- Throws:
ServiceException - If something goes wrong with the data source.
Copyright © 2002-2011 MOR YAZILIM. All Rights Reserved.