Liferay 6.0.5

com.liferay.portal.model
Interface UserGroup

All Superinterfaces:
BaseModel<UserGroup>, Cloneable, Comparable<UserGroup>, Serializable, UserGroupModel
All Known Implementing Classes:
UserGroupImpl, UserGroupWrapper

public interface UserGroup
extends UserGroupModel

The model interface for the UserGroup service. Represents a row in the "UserGroup" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to UserGroupImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a user group model instance should use the UserGroup interface instead.

See Also:
UserGroupModel, UserGroupImpl, UserGroupModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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

Liferay 6.0.5