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 TypeMethodDescriptionbooleanisExcluded(long companyId) booleanisIncluded(long companyId) voidsetExcludes(List<? extends ThemeCompanyId> excludes) voidsetIncludes(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
-