@ProviderType public interface UserGroup extends PersistedModel, UserGroupModel
UserGroupModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<UserGroup,String> |
NAME_ACCESSOR |
static Accessor<UserGroup,Long> |
USER_GROUP_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
getGroup() |
long |
getGroupId() |
int |
getPrivateLayoutsPageCount() |
int |
getPublicLayoutsPageCount() |
boolean |
hasPrivateLayouts() |
boolean |
hasPublicLayouts() |
persistgetAddedByLDAPImport, getCompanyId, getCreateDate, getDescription, getExternalReferenceCode, getModifiedDate, getMvccVersion, getName, getParentUserGroupId, getPrimaryKey, getUserGroupId, getUserId, getUserName, getUserUuid, getUuid, isAddedByLDAPImport, setAddedByLDAPImport, setCompanyId, setCreateDate, setDescription, setExternalReferenceCode, setModifiedDate, setMvccVersion, setName, setParentUserGroupId, setPrimaryKey, setUserGroupId, setUserId, setUserName, setUserUuid, setUuidclone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclone, getStagedModelTypegetModelClass, getModelClassNamestatic final Accessor<UserGroup,Long> USER_GROUP_ID_ACCESSOR
com.liferay.portal.model.impl.UserGroupImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.Group getGroup() throws PortalException
PortalExceptionlong getGroupId()
throws PortalException
PortalExceptionint getPrivateLayoutsPageCount()
throws PortalException
PortalExceptionint getPublicLayoutsPageCount()
throws PortalException
PortalExceptionboolean hasPrivateLayouts()
throws PortalException
PortalExceptionboolean hasPublicLayouts()
throws PortalException
PortalException