Interface IServiceInterfaceInstanceManagerSPI

    • Method Detail

      • clearTimeoutCache

        void clearTimeoutCache​(java.lang.String serviceInterfaceInstanceId,
                               ITransaction transaction)
                        throws PortalException
        Clears the cache for the timeout cache value.
        Parameters:
        serviceInterfaceInstanceId - of which the timeout has changed.
        transaction - in which the method should participate.
        Throws:
        PortalException
        Since:
        7.0.0
      • clearHtmlCache

        void clearHtmlCache​(java.lang.String serviceInterfaceInstanceId)
                     throws PortalException
        Clears the HTML cache of a service interface instance.
        Parameters:
        serviceInterfaceInstanceId - the service interface instance identifier.
        Throws:
        PortalException
        Since:
        8.0.1
      • generateMenu

        java.lang.String generateMenu​(org.w3c.dom.Node menuDefinition,
                                      IMenuItemParser menuItemParser,
                                      org.w3c.dom.Element defaultMenu)
                               throws PortalException
        Generates a configuration menu XML definition for use by Portal Studio.
        Parameters:
        menuDefinition - the menu to be included.
        menuItemParser - the parser is able to process menu items.
        defaultMenu - the default menu definition.
        Returns:
        the menu XML.
        Throws:
        PortalException - if the menu cannot be generated.
        Since:
        8.2.0
      • clearInterfaceInstanceCacheKeyProviderCache

        void clearInterfaceInstanceCacheKeyProviderCache()
        Clears the cache for interface instance cache key provider classes.
        Since:
        10.0.0
      • getMenuItemXml

        java.lang.String getMenuItemXml​(SessionConfig sessionConfig,
                                        java.lang.String serviceInterfaceInstanceId,
                                        ServiceInterfaceMenuLevel menuLevel,
                                        java.lang.String menuItemId,
                                        ITransaction transaction)
                                 throws PortalException
        Returns the XML for the menu item in the specified service interface instance and menu level.
        Parameters:
        sessionConfig - the user session information.
        serviceInterfaceInstanceId - the identifier of the service interface instance.
        menuLevel - the menu level.
        menuItemId - the menu item identifier.
        transaction - transaction for persistence access.
        Returns:
        a XML with the menu item.
        Throws:
        PortalException
        Since:
        10.2.0
      • getIdsByBaseServiceInterfaceInstance

        java.util.Collection<java.lang.String> getIdsByBaseServiceInterfaceInstance​(SessionConfig sessionConfig,
                                                                                    java.lang.String serviceInterfaceInstanceId,
                                                                                    ITransaction transaction)
                                                                             throws PortalException
        Returns the identifiers of derived interface instances that derives from the interface instance with the given identifier.
        Parameters:
        sessionConfig - the user session.
        serviceInterfaceInstanceId - the base interface instance identifier.
        transaction - the transaction.
        Returns:
        the identifiers of derived interface instances that derives from the interface instance with the given identifier.
        Throws:
        PortalException
        Since:
        11.0.0
      • clearInterfaceFiltersCache

        void clearInterfaceFiltersCache()
        Clears all interface filters-related cache.
        Since:
        17.1.0
      • clearInterfaceAvailableFiltersCache

        void clearInterfaceAvailableFiltersCache()
        Clears interface available filters cache.
        Since:
        17.1.0
      • getAvailableFilters

        java.util.Set<java.lang.Class<? extends IServiceInterfaceFilter>> getAvailableFilters()
                                                                                       throws PortalException
        Returns all available filters that can be applied in service interface instances.
        Returns:
        the available filter classes.
        Throws:
        PortalException
        Since:
        17.1.0