Interface IServiceInterfaceListManager
-
- All Known Implementing Classes:
ServiceInterfaceListManager
@StableMinor(version="14.0", sinceVersion="4.0") public interface IServiceInterfaceListManager
- Since:
- 4.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 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
-
-