Interface IServiceInterfaceListDao
-
- All Known Implementing Classes:
ServiceInterfaceListDaoJdbc
public interface IServiceInterfaceListDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getData(String channelId, ITransaction transaction)
Get the data of the service's interface list.
-
-
-
Method Detail
-
getData
String getData(String channelId, ITransaction transaction) throws DaoException, PortalException
Get the data of the service's interface list.- Parameters:
channelId
-transaction
-- Returns:
- Throws:
DaoException
PortalException
-
-