Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class UserGroupGroupRoleImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<UserGroupGroupRole>
      extended by com.liferay.portal.model.impl.UserGroupGroupRoleModelImpl
          extended by com.liferay.portal.model.impl.UserGroupGroupRoleBaseImpl
              extended by com.liferay.portal.model.impl.UserGroupGroupRoleImpl
All Implemented Interfaces:
BaseModel<UserGroupGroupRole>, ClassedModel, PersistedModel, UserGroupGroupRole, UserGroupGroupRoleModel, Serializable, Cloneable, Comparable<UserGroupGroupRole>

public class UserGroupGroupRoleImpl
extends UserGroupGroupRoleBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserGroupGroupRoleModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, ROLEID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERGROUPID_COLUMN_BITMASK
 
Constructor Summary
UserGroupGroupRoleImpl()
           
 
Method Summary
 Group getGroup()
           
 Role getRole()
           
 UserGroup getUserGroup()
           
 
Methods inherited from class com.liferay.portal.model.impl.UserGroupGroupRoleBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.UserGroupGroupRoleModelImpl
clone, compareTo, equals, getColumnBitmask, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOriginalGroupId, getOriginalRoleId, getOriginalUserGroupId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserGroupId, hashCode, resetOriginalValues, setGroupId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setRoleId, setUserGroupId, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.UserGroupGroupRoleModel
clone, compareTo, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserGroupId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setRoleId, setUserGroupId, 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

UserGroupGroupRoleImpl

public UserGroupGroupRoleImpl()
Method Detail

getGroup

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

getRole

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

getUserGroup

public UserGroup getUserGroup()
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5