com.liferay.portal.model
Interface UserGroupRole

All Superinterfaces:
BaseModel<UserGroupRole>, java.lang.Cloneable, java.lang.Comparable<UserGroupRole>, java.io.Serializable, UserGroupRoleModel
All Known Implementing Classes:
UserGroupRoleWrapper

public interface UserGroupRole
extends UserGroupRoleModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the UserGroupRole table in the database.

Customize UserGroupRoleImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
UserGroupRoleModel, UserGroupRoleImpl, UserGroupRoleModelImpl
Generated:

Method Summary
 Group getGroup()
           
 Role getRole()
           
 User getUser()
           
 
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
 

Method Detail

getGroup

Group getGroup()
               throws com.liferay.portal.kernel.exception.PortalException,
                      com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getRole

Role getRole()
             throws com.liferay.portal.kernel.exception.PortalException,
                    com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getUser

User getUser()
             throws com.liferay.portal.kernel.exception.PortalException,
                    com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException