com.liferay.portal.model
Interface UserGroupRole

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, UserGroupRoleModel

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 com.liferay.portal.model.impl.UserGroupRoleImpl and rerun the ServiceBuilder to generate the new methods.

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

Method Summary
 Group getGroup()
           
 Role getRole()
           
 User getUser()
           
 
Methods inherited from interface com.liferay.portal.model.UserGroupRoleModel
getGroupId, getPrimaryKey, getRoleId, getUserId, setGroupId, setPrimaryKey, setRoleId, setUserId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getGroup

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

getRole

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

getUser

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