Class ServiceInterfaceListDaoJdbc
- java.lang.Object
-
- lumis.portal.serviceinterface.list.ServiceInterfaceListDaoJdbc
-
- All Implemented Interfaces:
IServiceInterfaceListDao
public class ServiceInterfaceListDaoJdbc extends Object implements IServiceInterfaceListDao
- Since:
- 4.0.0
- Version:
- $Revision: 4708 $ $Date: 2006-10-17 18:32:49 -0300 (Tue, 17 Oct 2006) $
-
-
Constructor Summary
Constructors Constructor Description ServiceInterfaceListDaoJdbc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getData(String channelId, ITransaction transaction)
Get the data of the service's interface list.
-
-
-
Method Detail
-
getData
public String getData(String channelId, ITransaction transaction) throws DaoException, PortalException
Description copied from interface:IServiceInterfaceListDao
Get the data of the service's interface list.- Specified by:
getData
in interfaceIServiceInterfaceListDao
- Returns:
- Throws:
DaoException
PortalException
-
-