Package com.liferay.portal.kernel.theme
Class ThemeCompanyLimit
Object
com.liferay.portal.kernel.theme.ThemeCompanyLimit
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ThemeGroupLimit
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isExcluded
(long companyId) boolean
isIncluded
(long companyId) void
setExcludes
(List<? extends ThemeCompanyId> excludes) void
setIncludes
(List<? extends ThemeCompanyId> includes)
-
Constructor Details
-
ThemeCompanyLimit
public ThemeCompanyLimit()
-
-
Method Details
-
getExcludes
-
getIncludes
-
isExcluded
public boolean isExcluded(long companyId) -
isIncluded
public boolean isIncluded(long companyId) -
setExcludes
-
setIncludes
-