com.liferay.portal.model
Interface UserGroup
- All Superinterfaces:
- AuditedModel, BaseModel<UserGroup>, ClassedModel, Cloneable, Comparable<UserGroup>, MVCCModel, PersistedModel, Serializable, ShardedModel, 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
| Methods inherited from interface com.liferay.portal.model.UserGroupModel |
clone, compareTo, getAddedByLDAPImport, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getParentUserGroupId, getPrimaryKey, getPrimaryKeyObj, getUserGroupId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAddedByLDAPImport, isCachedModel, isEscapedModel, isNew, setAddedByLDAPImport, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setNew, setParentUserGroupId, setPrimaryKey, setPrimaryKeyObj, setUserGroupId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
USER_GROUP_ID_ACCESSOR
static final Accessor<UserGroup,Long> USER_GROUP_ID_ACCESSOR
NAME_ACCESSOR
static final Accessor<UserGroup,String> NAME_ACCESSOR
getGroup
Group getGroup()
throws PortalException
- Throws:
PortalException
getGroupId
long getGroupId()
throws PortalException
- Throws:
PortalException
getPrivateLayoutsPageCount
int getPrivateLayoutsPageCount()
throws PortalException
- Throws:
PortalException
getPublicLayoutsPageCount
int getPublicLayoutsPageCount()
throws PortalException
- Throws:
PortalException
hasPrivateLayouts
boolean hasPrivateLayouts()
throws PortalException
- Throws:
PortalException
hasPublicLayouts
boolean hasPublicLayouts()
throws PortalException
- Throws:
PortalException