Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class UserGroupRoleImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<UserGroupRole>
      extended by com.liferay.portal.model.impl.UserGroupRoleModelImpl
          extended by com.liferay.portal.model.impl.UserGroupRoleBaseImpl
              extended by com.liferay.portal.model.impl.UserGroupRoleImpl
All Implemented Interfaces:
BaseModel<UserGroupRole>, ClassedModel, PersistedModel, UserGroupRole, UserGroupRoleModel, Serializable, Cloneable, Comparable<UserGroupRole>

public class UserGroupRoleImpl
extends UserGroupRoleBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserGroupRoleModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ROLEID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portal.model.UserGroupRole
GROUP_ID_ACCESSOR, ROLE_ID_ACCESSOR
 
Constructor Summary
UserGroupRoleImpl()
           
 
Method Summary
 Group getGroup()
           
 Role getRole()
           
 User getUser()
           
 
Methods inherited from class com.liferay.portal.model.impl.UserGroupRoleBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.UserGroupRoleModelImpl
clone, compareTo, equals, getColumnBitmask, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOriginalGroupId, getOriginalRoleId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserId, getUserUuid, hashCode, resetOriginalValues, setGroupId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setRoleId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.UserGroupRoleModel
clone, compareTo, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, 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
 

Constructor Detail

UserGroupRoleImpl

public UserGroupRoleImpl()
Method Detail

getGroup

public Group getGroup()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getRole

public Role getRole()
             throws PortalException,
                    SystemException
Throws:
PortalException
SystemException

getUser

public User getUser()
             throws PortalException,
                    SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3