Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class OrgGroupRoleImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<OrgGroupRole>
      extended by com.liferay.portal.model.impl.OrgGroupRoleModelImpl
          extended by com.liferay.portal.model.impl.OrgGroupRoleBaseImpl
              extended by com.liferay.portal.model.impl.OrgGroupRoleImpl
All Implemented Interfaces:
BaseModel<OrgGroupRole>, ClassedModel, OrgGroupRole, OrgGroupRoleModel, Serializable, Cloneable, Comparable<OrgGroupRole>

public class OrgGroupRoleImpl
extends OrgGroupRoleBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.OrgGroupRoleModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, ORGANIZATIONID_COLUMN_BITMASK, ROLEID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
OrgGroupRoleImpl()
           
 
Method Summary
 boolean containsGroup(List<Group> groups)
           
 boolean containsOrganization(List<Organization> organizations)
           
 
Methods inherited from class com.liferay.portal.model.impl.OrgGroupRoleModelImpl
clone, compareTo, equals, getColumnBitmask, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOrganizationId, getOriginalGroupId, getOriginalRoleId, getPrimaryKey, getPrimaryKeyObj, getRoleId, hashCode, resetOriginalValues, setGroupId, setModelAttributes, setOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRoleId, toCacheModel, toEscapedModel, 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.OrgGroupRoleModel
clone, compareTo, getExpandoBridge, getGroupId, getOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRoleId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setNew, setOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRoleId, 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

OrgGroupRoleImpl

public OrgGroupRoleImpl()
Method Detail

containsGroup

public boolean containsGroup(List<Group> groups)

containsOrganization

public boolean containsOrganization(List<Organization> organizations)

Liferay 6.2-ce-ga5