com.liferay.portal.model
Interface OrgGroupRole

All Superinterfaces:
BaseModel<OrgGroupRole>, java.lang.Cloneable, java.lang.Comparable<OrgGroupRole>, OrgGroupRoleModel, java.io.Serializable
All Known Implementing Classes:
OrgGroupRoleWrapper

public interface OrgGroupRole
extends OrgGroupRoleModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

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

Author:
Brian Wing Shun Chan
See Also:
OrgGroupRoleModel, OrgGroupRoleImpl, OrgGroupRoleModelImpl
Generated:

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

containsGroup

boolean containsGroup(java.util.List<Group> groups)