Interface IServiceInterfaceListManager
-
- All Known Implementing Classes:
ServiceInterfaceListManager
@StableMinor(version="16.1", sinceVersion="4.0") public interface IServiceInterfaceListManager
- Since:
- 4.0.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
get(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get the data of the service interface list.
-
-
-
Method Detail
-
get
java.lang.String get(SessionConfig sessionConfig, java.lang.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
-
-