Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface OrgGroupRole

All Superinterfaces:
BaseModel<OrgGroupRole>, ClassedModel, Cloneable, Comparable<OrgGroupRole>, OrgGroupRoleModel, Serializable
All Known Implementing Classes:
OrgGroupRoleWrapper

public interface OrgGroupRole
extends OrgGroupRoleModel

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

See Also:
OrgGroupRoleModel, OrgGroupRoleImpl, OrgGroupRoleModelImpl

Method Summary
 boolean containsGroup(List<Group> groups)
           
 boolean containsOrganization(List<Organization> organizations)
           
 
Methods inherited from interface com.liferay.portal.model.OrgGroupRoleModel
clone, compareTo, getExpandoBridge, getGroupId, getOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRoleId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setGroupId, setNew, setOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRoleId, 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