Liferay 6.0.3

com.liferay.portal.model
Interface OrgGroupRole

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

public interface OrgGroupRole
extends OrgGroupRoleModel

This interface is a model that represents the OrgGroupRole table in the database.

Customize OrgGroupRoleImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
OrgGroupRoleModel, OrgGroupRoleImpl, OrgGroupRoleModelImpl
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.OrgGroupRoleModel
clone, compareTo, getExpandoBridge, getGroupId, getOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRoleId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setOrganizationId, setPrimaryKey, setRoleId, toEscapedModel, toString, toXmlString
 

Method Detail

containsOrganization

boolean containsOrganization(List<Organization> organizations)

containsGroup

boolean containsGroup(List<Group> groups)

Liferay 6.0.3