Liferay 6.0.5

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

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

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

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

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.5