com.liferay.portal.model
Interface UserGroup
- All Superinterfaces:
- BaseModel<UserGroup>, ClassedModel, Cloneable, Comparable<UserGroup>, PersistedModel, Serializable, UserGroupModel
- All Known Implementing Classes:
- UserGroupWrapper
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
Methods inherited from interface com.liferay.portal.model.UserGroupModel |
clone, compareTo, getAddedByLDAPImport, getCompanyId, getDescription, getExpandoBridge, getName, getParentUserGroupId, getPrimaryKey, getPrimaryKeyObj, getUserGroupId, hashCode, isAddedByLDAPImport, isCachedModel, isEscapedModel, isNew, setAddedByLDAPImport, setCachedModel, setCompanyId, setDescription, setExpandoBridgeAttributes, setName, setNew, setParentUserGroupId, setPrimaryKey, setPrimaryKeyObj, setUserGroupId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
NAME_ACCESSOR
static final Accessor<UserGroup,String> NAME_ACCESSOR
getGroup
Group getGroup()
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