Liferay 6.1.2-ce-ga3

com.liferay.portal.theme
Class ThemeCompanyLimit

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

public class ThemeCompanyLimit
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ThemeCompanyLimit()
           
 
Method Summary
 List<ThemeCompanyId> getExcludes()
           
 List<ThemeCompanyId> getIncludes()
           
 boolean isExcluded(long companyId)
           
 boolean isIncluded(long companyId)
           
 void setExcludes(List<? extends ThemeCompanyId> excludes)
           
 void setIncludes(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

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)

Liferay 6.1.2-ce-ga3