com.liferay.portal.model
Interface UserGroup

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, UserGroupModel

public interface UserGroup
extends UserGroupModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the UserGroup table in the database.

Customize com.liferay.portal.model.impl.UserGroupImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
UserGroupModel, UserGroupImpl, UserGroupModelImpl

Method Summary
 Group getGroup()
           
 int getPrivateLayoutsPageCount()
           
 int getPublicLayoutsPageCount()
           
 boolean hasPrivateLayouts()
           
 boolean hasPublicLayouts()
           
 
Methods inherited from interface com.liferay.portal.model.UserGroupModel
getCompanyId, getDescription, getName, getParentUserGroupId, getPrimaryKey, getUserGroupId, setCompanyId, setDescription, setName, setParentUserGroupId, setPrimaryKey, setUserGroupId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getGroup

Group getGroup()

getPrivateLayoutsPageCount

int getPrivateLayoutsPageCount()

hasPrivateLayouts

boolean hasPrivateLayouts()

getPublicLayoutsPageCount

int getPublicLayoutsPageCount()

hasPublicLayouts

boolean hasPublicLayouts()