com.liferay.portal.model
Interface UserGroup

All Superinterfaces:
BaseModel<UserGroup>, java.lang.Cloneable, java.lang.Comparable<UserGroup>, java.io.Serializable, UserGroupModel
All Known Implementing Classes:
UserGroupWrapper

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 UserGroupImpl and rerun the ServiceBuilder to generate the new methods.

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

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

Method Detail

getGroup

Group getGroup()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getPrivateLayoutsPageCount

int getPrivateLayoutsPageCount()
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

hasPrivateLayouts

boolean hasPrivateLayouts()
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

getPublicLayoutsPageCount

int getPublicLayoutsPageCount()
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

hasPublicLayouts

boolean hasPublicLayouts()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException