com.liferay.portal.theme
Class ThemeCompanyLimit

java.lang.Object
  extended by com.liferay.portal.theme.ThemeCompanyLimit
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ThemeGroupLimit

public class ThemeCompanyLimit
extends java.lang.Object
implements java.io.Serializable

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
ThemeCompanyLimit()
           
 
Method Summary
 java.util.List<ThemeCompanyId> getExcludes()
           
 java.util.List<ThemeCompanyId> getIncludes()
           
 boolean isExcluded(long companyId)
           
 boolean isIncluded(long companyId)
           
 void setExcludes(java.util.List<? extends ThemeCompanyId> excludes)
           
 void setIncludes(java.util.List<? extends ThemeCompanyId> includes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeCompanyLimit

public ThemeCompanyLimit()
Method Detail

getIncludes

public java.util.List<ThemeCompanyId> getIncludes()

setIncludes

public void setIncludes(java.util.List<? extends ThemeCompanyId> includes)

isIncluded

public boolean isIncluded(long companyId)

getExcludes

public java.util.List<ThemeCompanyId> getExcludes()

setExcludes

public void setExcludes(java.util.List<? extends ThemeCompanyId> excludes)

isExcluded

public boolean isExcluded(long companyId)