Class ThemeApplianceHelper
- java.lang.Object
-
- lumis.service.portalmanagement.theme.ThemeApplianceHelper
-
public class ThemeApplianceHelper extends Object
Helper class for constructingThemeUsageConfig
.- Since:
- 7.0.0
- Version:
- $Revision: 15056 $ $Date: 2012-11-29 18:51:41 -0200 (Thu, 29 Nov 2012) $
-
-
Constructor Summary
Constructors Constructor Description ThemeApplianceHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ThemeUsageConfig
from(ProcessActionHandler<?> processActionHandler, String appliedThemeIdsParameterName, String inheritingThemeIdsParameterName)
Constructs aThemeUsageConfig
from the givenProcessActionHandler
using the indicated parameters.
-
-
-
Method Detail
-
from
public static ThemeUsageConfig from(ProcessActionHandler<?> processActionHandler, String appliedThemeIdsParameterName, String inheritingThemeIdsParameterName) throws PortalException
Constructs aThemeUsageConfig
from the givenProcessActionHandler
using the indicated parameters.- Parameters:
processActionHandler
- theProcessActionHandler
.appliedThemeIdsParameterName
- the applied theme identifiers parameter name.inheritingThemeIdsParameterName
- the inheriting theme identifiers parameter name.- Returns:
- a
ThemeUsageConfig
from the givenProcessActionHandler
using the indicated parameters. - Throws:
PortalException
- Since:
- 7.0.0
-
-