com.liferay.portal.model
Interface UserGroupRole
- All Superinterfaces:
- BaseModel<UserGroupRole>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<UserGroupRole>, PersistedModel, java.io.Serializable, UserGroupRoleModel
- All Known Implementing Classes:
- UserGroupRoleWrapper
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.
- Author:
- Brian Wing Shun Chan
- See Also:
UserGroupRoleModel,
UserGroupRoleImpl,
UserGroupRoleModelImpl- Generated:
| Methods inherited from interface com.liferay.portal.model.UserGroupRoleModel |
clone, compareTo, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setRoleId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString |
GROUP_ID_ACCESSOR
static final Accessor<UserGroupRole,java.lang.Long> GROUP_ID_ACCESSOR
ROLE_ID_ACCESSOR
static final Accessor<UserGroupRole,java.lang.Long> ROLE_ID_ACCESSOR
getGroup
Group getGroup()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getRole
Role getRole()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getUser
User getUser()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException