Interface IServiceInterfaceListManager
-
- All Known Implementing Classes:
ServiceInterfaceListManager
@StableMinor(version="16.0", sinceVersion="4.0") public interface IServiceInterfaceListManager
- Since:
- 4.0.0
- Version:
- $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
-
-
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
-
-