com.liferay.portal.model
Interface OrgGroupRole
- All Superinterfaces:
- BaseModel<OrgGroupRole>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<OrgGroupRole>, OrgGroupRoleModel, java.io.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.
- Author:
- Brian Wing Shun Chan
- See Also:
OrgGroupRoleModel,
OrgGroupRoleImpl,
OrgGroupRoleModelImpl- Generated:
| 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, toXmlString |
containsGroup
boolean containsGroup(java.util.List<Group> groups)
containsOrganization
boolean containsOrganization(java.util.List<Organization> organizations)