Liferay 6.0.5

com.liferay.portal.model
Interface OrgGroupPermission

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

public interface OrgGroupPermission
extends OrgGroupPermissionModel

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

Never modify this interface directly. Add methods to OrgGroupPermissionImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a org group permission model instance should use the OrgGroupPermission interface instead.

See Also:
OrgGroupPermissionModel, OrgGroupPermissionImpl, OrgGroupPermissionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setOrganizationId, setPermissionId, setPrimaryKey, toEscapedModel, toString, toXmlString
 

Method Detail

containsGroup

boolean containsGroup(List<Group> groups)

containsOrganization

boolean containsOrganization(List<Organization> organizations)

Liferay 6.0.5