Liferay 7.0-ce-b4

com.liferay.portal.model
Interface UserGroupGroupRole

All Superinterfaces:
BaseModel<UserGroupGroupRole>, ClassedModel, Cloneable, Comparable<UserGroupGroupRole>, MVCCModel, PersistedModel, Serializable, ShardedModel, UserGroupGroupRoleModel
All Known Implementing Classes:
UserGroupGroupRoleBaseImpl, UserGroupGroupRoleImpl, UserGroupGroupRoleWrapper

@ProviderType
public interface UserGroupGroupRole
extends UserGroupGroupRoleModel, PersistedModel

The extended model interface for the UserGroupGroupRole service. Represents a row in the "UserGroupGroupRole" database table, with each column mapped to a property of this class.

See Also:
UserGroupGroupRoleModel, UserGroupGroupRoleImpl, UserGroupGroupRoleModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<UserGroupGroupRole,Long> GROUP_ID_ACCESSOR
           
static Accessor<UserGroupGroupRole,Long> ROLE_ID_ACCESSOR
           
static Accessor<UserGroupGroupRole,Long> USER_GROUP_ID_ACCESSOR
           
 
Method Summary
 Group getGroup()
           
 Role getRole()
           
 UserGroup getUserGroup()
           
 
Methods inherited from interface com.liferay.portal.model.UserGroupGroupRoleModel
clone, compareTo, getCompanyId, getExpandoBridge, getGroupId, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserGroupId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setRoleId, setUserGroupId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, 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

USER_GROUP_ID_ACCESSOR

static final Accessor<UserGroupGroupRole,Long> USER_GROUP_ID_ACCESSOR

GROUP_ID_ACCESSOR

static final Accessor<UserGroupGroupRole,Long> GROUP_ID_ACCESSOR

ROLE_ID_ACCESSOR

static final Accessor<UserGroupGroupRole,Long> ROLE_ID_ACCESSOR
Method Detail

getGroup

Group getGroup()
               throws PortalException
Throws:
PortalException

getRole

Role getRole()
             throws PortalException
Throws:
PortalException

getUserGroup

UserGroup getUserGroup()
                       throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4