Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface UserGroupRole

All Superinterfaces:
BaseModel<UserGroupRole>, ClassedModel, Cloneable, Comparable<UserGroupRole>, PersistedModel, Serializable, UserGroupRoleModel
All Known Implementing Classes:
UserGroupRoleWrapper

@ProviderType
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.

See Also:
UserGroupRoleModel, UserGroupRoleImpl, UserGroupRoleModelImpl

Field Summary
static Accessor<UserGroupRole,Long> GROUP_ID_ACCESSOR
           
static Accessor<UserGroupRole,Long> ROLE_ID_ACCESSOR
           
 
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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setRoleId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

GROUP_ID_ACCESSOR

static final Accessor<UserGroupRole,Long> GROUP_ID_ACCESSOR

ROLE_ID_ACCESSOR

static final Accessor<UserGroupRole,Long> ROLE_ID_ACCESSOR
Method Detail

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

Liferay 6.2-ce-ga5