Liferay 6.0.5

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.OrgGroupRoleImpl
All Implemented Interfaces:
BaseModel<OrgGroupRole>, OrgGroupRole, OrgGroupRoleModel, Serializable, Cloneable, Comparable<OrgGroupRole>

public class OrgGroupRoleImpl
extends OrgGroupRoleModelImpl
implements OrgGroupRole

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.OrgGroupRoleModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, 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, getGroupId, getOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRoleId, hashCode, setGroupId, setOrganizationId, setPrimaryKey, setRoleId, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setNew
 
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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setOrganizationId, setPrimaryKey, setRoleId, toEscapedModel, toString, toXmlString
 

Constructor Detail

OrgGroupRoleImpl

public OrgGroupRoleImpl()
Method Detail

containsOrganization

public boolean containsOrganization(List<Organization> organizations)
Specified by:
containsOrganization in interface OrgGroupRole

containsGroup

public boolean containsGroup(List<Group> groups)
Specified by:
containsGroup in interface OrgGroupRole

Liferay 6.0.5