com.liferay.portal.model
Interface UserGroupRole
- All Superinterfaces:
- BaseModel<UserGroupRole>, Cloneable, Comparable<UserGroupRole>, Serializable, UserGroupRoleModel
- All Known Implementing Classes:
- UserGroupRoleImpl, UserGroupRoleWrapper
public interface UserGroupRole
- extends UserGroupRoleModel
The model interface for the UserGroupRole service. Represents a row in the "UserGroupRole" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to UserGroupRoleImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
- See Also:
UserGroupRoleModel,
UserGroupRoleImpl,
UserGroupRoleModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| Methods inherited from interface com.liferay.portal.model.UserGroupRoleModel |
clone, compareTo, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setRoleId, setUserId, setUserUuid, toEscapedModel, toString, toXmlString |
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