Class StyleEditorUtil


  • public class StyleEditorUtil
    extends Object
    Utility methods used by the Style Editor
    Since:
    10.2.0
    Version:
    $Revision: 20412 $ $Date: 2017-07-20 16:55:43 -0300 (Thu, 20 Jul 2017) $
    • Constructor Detail

      • StyleEditorUtil

        public StyleEditorUtil()
    • Method Detail

      • getAppliedThemes

        public static List<String> getAppliedThemes​(String serviceInterfaceInstanceId,
                                                    ITransaction transaction)
                                             throws ManagerException,
                                                    PortalException
        Get the applied themes for this interface. Either by the PageConfig where the interface instance is or by the ChannelConfig where the service instance is.
        Parameters:
        serviceInterfaceInstanceConfig - The service interface instance
        Returns:
        A list of applied themes that best suits the interface instance
        Throws:
        ManagerException
        PortalException
        Since:
        10.2.0