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
This interface is a model that represents the UserGroupRole table in the
database.
Customize UserGroupRoleImpl and rerun the
ServiceBuilder to generate the new methods.
- 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