Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface OrgGroupPermission

All Superinterfaces:
BaseModel<OrgGroupPermission>, ClassedModel, Cloneable, Comparable<OrgGroupPermission>, OrgGroupPermissionModel, Serializable
All Known Implementing Classes:
OrgGroupPermissionBaseImpl, OrgGroupPermissionImpl, OrgGroupPermissionWrapper

public interface OrgGroupPermission
extends OrgGroupPermissionModel

The extended model interface for the OrgGroupPermission service. Represents a row in the "OrgGroupPermission" database table, with each column mapped to a property of this class.

See Also:
OrgGroupPermissionModel, OrgGroupPermissionImpl, OrgGroupPermissionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 boolean containsGroup(List<Group> groups)
           
 boolean containsOrganization(List<Organization> organizations)
           
 
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
 

Method Detail

containsGroup

boolean containsGroup(List<Group> groups)

containsOrganization

boolean containsOrganization(List<Organization> organizations)

Liferay 6.1.2-ce-ga3