Class ThemeCompanyLimit

Object
com.liferay.portal.kernel.theme.ThemeCompanyLimit
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ThemeGroupLimit

public class ThemeCompanyLimit extends Object implements Serializable
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • ThemeCompanyLimit

      public ThemeCompanyLimit()
  • Method Details

    • 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)