com.liferay.portal.model
Interface UserGroupGroupRole
- All Superinterfaces:
- BaseModel<UserGroupGroupRole>, ClassedModel, Cloneable, Comparable<UserGroupGroupRole>, MVCCModel, PersistedModel, Serializable, ShardedModel, UserGroupGroupRoleModel
- All Known Implementing Classes:
- UserGroupGroupRoleWrapper
@ProviderType
public interface UserGroupGroupRole
- extends UserGroupGroupRoleModel, PersistedModel
The extended model interface for the UserGroupGroupRole service. Represents a row in the "UserGroupGroupRole" database table, with each column mapped to a property of this class.
- See Also:
UserGroupGroupRoleModel,
UserGroupGroupRoleImpl,
UserGroupGroupRoleModelImpl
| Methods inherited from interface com.liferay.portal.model.UserGroupGroupRoleModel |
clone, compareTo, getCompanyId, getExpandoBridge, getGroupId, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserGroupId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setRoleId, setUserGroupId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
USER_GROUP_ID_ACCESSOR
static final Accessor<UserGroupGroupRole,Long> USER_GROUP_ID_ACCESSOR
GROUP_ID_ACCESSOR
static final Accessor<UserGroupGroupRole,Long> GROUP_ID_ACCESSOR
ROLE_ID_ACCESSOR
static final Accessor<UserGroupGroupRole,Long> ROLE_ID_ACCESSOR
getGroup
Group getGroup()
throws PortalException
- Throws:
PortalException
getRole
Role getRole()
throws PortalException
- Throws:
PortalException
getUserGroup
UserGroup getUserGroup()
throws PortalException
- Throws:
PortalException