com.liferay.portal.theme
Class ThemeCompanyLimit
java.lang.Object
com.liferay.portal.theme.ThemeCompanyLimit
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ThemeGroupLimit
public class ThemeCompanyLimit
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemeCompanyLimit
public ThemeCompanyLimit()
getExcludes
public List<ThemeCompanyId> getExcludes()
getIncludes
public List<ThemeCompanyId> getIncludes()
isExcluded
public boolean isExcluded(long companyId)
isIncluded
public boolean isIncluded(long companyId)
setExcludes
public void setExcludes(List<? extends ThemeCompanyId> excludes)
setIncludes
public void setIncludes(List<? extends ThemeCompanyId> includes)