Interface IServiceInterfaceListManager
-
- All Known Implementing Classes:
ServiceInterfaceListManager
@StableMinor(version="14.1", sinceVersion="4.0") public interface IServiceInterfaceListManager
- Since:
- 4.0.0
- Version:
- $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract 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
String get(SessionConfig sessionConfig, String channelId, ITransaction transaction) throws ManagerException, PortalException
Get the data of the service interface list.- Parameters:
sessionConfig
-channelId
-transaction
-- Returns:
- a String.
- Throws:
ManagerException
PortalException
-
-