Class ServiceInterfaceListManager
- java.lang.Object
-
- lumis.portal.serviceinterface.list.ServiceInterfaceListManager
-
- All Implemented Interfaces:
IServiceInterfaceListManager
public class ServiceInterfaceListManager extends Object implements IServiceInterfaceListManager
-
-
Constructor Summary
Constructors Constructor Description ServiceInterfaceListManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get(SessionConfig sessionConfig, String channelId, ITransaction transaction)
Get the data of the service interface list.
-
-
-
Method Detail
-
get
public String get(SessionConfig sessionConfig, String channelId, ITransaction transaction) throws ManagerException, PortalException
Description copied from interface:IServiceInterfaceListManager
Get the data of the service interface list.- Specified by:
get
in interfaceIServiceInterfaceListManager
- Returns:
- a String.
- Throws:
ManagerException
PortalException
-
-