Package com.liferay.portal.kernel.model
Interface UserGroupRole
- All Superinterfaces:
BaseModel<UserGroupRole>
,ClassedModel
,Cloneable
,Comparable<UserGroupRole>
,CTModel<UserGroupRole>
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
,UserGroupRoleModel
- All Known Implementing Classes:
UserGroupRoleWrapper
The extended model interface for the UserGroupRole service. Represents a row in the "UserGroupRole" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Accessor<UserGroupRole,
Long> static final Accessor<UserGroupRole,
Long> static final Accessor<UserGroupRole,
Long> static final Accessor<UserGroupRole,
Long> -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.UserGroupRoleModel
cloneWithOriginalValues, getCompanyId, getCtCollectionId, getGroupId, getMvccVersion, getPrimaryKey, getRoleId, getUserGroupRoleId, getUserId, getUserUuid, setCompanyId, setCtCollectionId, setGroupId, setMvccVersion, setPrimaryKey, setRoleId, setUserGroupRoleId, setUserId, setUserUuid, toXmlString
-
Field Details
-
USER_GROUP_ROLE_ID_ACCESSOR
-
USER_ID_ACCESSOR
-
GROUP_ID_ACCESSOR
-
ROLE_ID_ACCESSOR
-
-
Method Details
-
equals
-
getGroup
- Throws:
PortalException
-
getRole
- Throws:
PortalException
-
getUser
- Throws:
PortalException
-
hashCode
int hashCode() -
hasOrganizationRole
boolean hasOrganizationRole() -
hasSiteRole
boolean hasSiteRole()
-