com.liferay.portal.model
Interface OrgGroupRole

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, OrgGroupRoleModel, java.io.Serializable

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 com.liferay.portal.model.impl.OrgGroupRoleImpl and rerun the ServiceBuilder to generate the new methods.

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

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
getGroupId, getOrganizationId, getPrimaryKey, getRoleId, setGroupId, setOrganizationId, setPrimaryKey, setRoleId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

containsOrganization

boolean containsOrganization(java.util.List<Organization> organizations)

containsGroup

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