com.liferay.portal.model.impl
Class OrgGroupRoleImpl

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

public class OrgGroupRoleImpl
extends OrgGroupRoleModelImpl
implements com.liferay.portal.model.OrgGroupRole

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.OrgGroupRoleModelImpl
CACHE_ENABLED, DATA_SOURCE, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
OrgGroupRoleImpl()
           
 
Method Summary
 boolean containsGroup(java.util.List<com.liferay.portal.model.Group> groups)
           
 boolean containsOrganization(java.util.List<com.liferay.portal.model.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, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.OrgGroupRoleModel
getGroupId, getOrganizationId, getPrimaryKey, getRoleId, setGroupId, setOrganizationId, setPrimaryKey, setRoleId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

OrgGroupRoleImpl

public OrgGroupRoleImpl()
Method Detail

containsOrganization

public boolean containsOrganization(java.util.List<com.liferay.portal.model.Organization> organizations)
Specified by:
containsOrganization in interface com.liferay.portal.model.OrgGroupRole

containsGroup

public boolean containsGroup(java.util.List<com.liferay.portal.model.Group> groups)
Specified by:
containsGroup in interface com.liferay.portal.model.OrgGroupRole