Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface UserGroup

All Superinterfaces:
AuditedModel, BaseModel<UserGroup>, ClassedModel, Cloneable, Comparable<UserGroup>, PersistedModel, Serializable, StagedAuditedModel, StagedModel, UserGroupModel
All Known Implementing Classes:
UserGroupWrapper

@ProviderType
public interface UserGroup
extends UserGroupModel, PersistedModel

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

See Also:
UserGroupModel, UserGroupImpl, UserGroupModelImpl

Field Summary
static Accessor<UserGroup,String> NAME_ACCESSOR
           
 
Method Summary
 Group getGroup()
           
 long getGroupId()
           
 int getPrivateLayoutsPageCount()
           
 int getPublicLayoutsPageCount()
           
 boolean hasPrivateLayouts()
           
 boolean hasPublicLayouts()
           
 
Methods inherited from interface com.liferay.portal.model.UserGroupModel
clone, compareTo, getAddedByLDAPImport, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getModifiedDate, getName, getParentUserGroupId, getPrimaryKey, getPrimaryKeyObj, getUserGroupId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAddedByLDAPImport, isCachedModel, isEscapedModel, isNew, setAddedByLDAPImport, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setName, setNew, setParentUserGroupId, setPrimaryKey, setPrimaryKeyObj, setUserGroupId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

NAME_ACCESSOR

static final Accessor<UserGroup,String> NAME_ACCESSOR
Method Detail

getGroup

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

getGroupId

long getGroupId()
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

getPrivateLayoutsPageCount

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

getPublicLayoutsPageCount

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

hasPrivateLayouts

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

hasPublicLayouts

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

Liferay 6.2-ce-ga5