com.liferay.portal.model
Interface OrgGroupRole
- All Superinterfaces:
- BaseModel<OrgGroupRole>, ClassedModel, Cloneable, Comparable<OrgGroupRole>, OrgGroupRoleModel, Serializable
- All Known Implementing Classes:
- OrgGroupRoleWrapper
@ProviderType
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.
- See Also:
OrgGroupRoleModel
,
OrgGroupRoleImpl
,
OrgGroupRoleModelImpl
Methods inherited from interface com.liferay.portal.model.OrgGroupRoleModel |
clone, compareTo, getExpandoBridge, getGroupId, getOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRoleId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setNew, setOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRoleId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
containsGroup
boolean containsGroup(List<Group> groups)
containsOrganization
boolean containsOrganization(List<Organization> organizations)