Class StyleEditorUtil


  • public class StyleEditorUtil
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      StyleEditorUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.String> getAppliedThemes​(java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
      Get the applied themes for this interface.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StyleEditorUtil

        public StyleEditorUtil()
    • Method Detail

      • getAppliedThemes

        public static java.util.List<java.lang.String> getAppliedThemes​(java.lang.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