com.liferay.portal.model.impl
Class OrgGroupRoleImpl

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

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
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
OrgGroupRoleImpl()
           
 
Method Summary
 boolean containsGroup(java.util.List groups)
           
 boolean containsOrganization(java.util.List organizations)
           
 
Methods inherited from class com.liferay.portal.model.impl.OrgGroupRoleModelImpl
clone, compareTo, equals, getGroupId, getOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRoleId, hashCode, setGroupId, setOrganizationId, setPrimaryKey, setRoleId
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, 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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

OrgGroupRoleImpl

public OrgGroupRoleImpl()
Method Detail

containsOrganization

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

containsGroup

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