com.liferay.portal.theme
Class ThemeCompanyLimit

java.lang.Object
  extended bycom.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 getExcludes()
           
 java.util.List getIncludes()
           
 boolean isExcluded(long companyId)
           
 boolean isIncluded(long companyId)
           
 void setExcludes(java.util.List excludes)
           
 void setIncludes(java.util.List 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 getIncludes()

setIncludes

public void setIncludes(java.util.List includes)

isIncluded

public boolean isIncluded(long companyId)

getExcludes

public java.util.List getExcludes()

setExcludes

public void setExcludes(java.util.List excludes)

isExcluded

public boolean isExcluded(long companyId)