Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class OrgGroupPermissionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<OrgGroupPermission>
      extended by com.liferay.portal.model.impl.OrgGroupPermissionModelImpl
          extended by com.liferay.portal.model.impl.OrgGroupPermissionBaseImpl
              extended by com.liferay.portal.model.impl.OrgGroupPermissionImpl
All Implemented Interfaces:
BaseModel<OrgGroupPermission>, ClassedModel, OrgGroupPermission, OrgGroupPermissionModel, Serializable, Cloneable, Comparable<OrgGroupPermission>

public class OrgGroupPermissionImpl
extends OrgGroupPermissionBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.OrgGroupPermissionModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, PERMISSIONID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
OrgGroupPermissionImpl()
           
 
Method Summary
 boolean containsGroup(List<Group> groups)
           
 boolean containsOrganization(List<Organization> organizations)
           
 
Methods inherited from class com.liferay.portal.model.impl.OrgGroupPermissionModelImpl
clone, compareTo, equals, getColumnBitmask, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOrganizationId, getOriginalGroupId, getOriginalPermissionId, getPermissionId, getPrimaryKey, getPrimaryKeyObj, hashCode, resetOriginalValues, setGroupId, setModelAttributes, setOrganizationId, setPermissionId, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.OrgGroupPermissionModel
clone, compareTo, getExpandoBridge, getGroupId, getOrganizationId, getPermissionId, getPrimaryKey, getPrimaryKeyObj, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setGroupId, setNew, setOrganizationId, setPermissionId, setPrimaryKey, setPrimaryKeyObj, 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

OrgGroupPermissionImpl

public OrgGroupPermissionImpl()
Method Detail

containsGroup

public boolean containsGroup(List<Group> groups)

containsOrganization

public boolean containsOrganization(List<Organization> organizations)

Liferay 6.1.2-ce-ga3