com.liferay.portal.model
Interface UserGroupRole
- All Superinterfaces:
- BaseModel<UserGroupRole>, ClassedModel, Cloneable, Comparable<UserGroupRole>, MVCCModel, PersistedModel, Serializable, ShardedModel, UserGroupRoleModel
- All Known Implementing Classes:
- UserGroupRoleWrapper
@ProviderType
public interface UserGroupRole
- extends UserGroupRoleModel, PersistedModel
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.
- See Also:
UserGroupRoleModel,
UserGroupRoleImpl,
UserGroupRoleModelImpl
| Methods inherited from interface com.liferay.portal.model.UserGroupRoleModel |
clone, compareTo, getCompanyId, getExpandoBridge, getGroupId, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setRoleId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
USER_ID_ACCESSOR
static final Accessor<UserGroupRole,Long> USER_ID_ACCESSOR
GROUP_ID_ACCESSOR
static final Accessor<UserGroupRole,Long> GROUP_ID_ACCESSOR
ROLE_ID_ACCESSOR
static final Accessor<UserGroupRole,Long> ROLE_ID_ACCESSOR
getGroup
Group getGroup()
throws PortalException
- Throws:
PortalException
getRole
Role getRole()
throws PortalException
- Throws:
PortalException
getUser
User getUser()
throws PortalException
- Throws:
PortalException