com.liferay.portal.model
Interface OrgGroupPermission
- All Superinterfaces:
- BaseModel<OrgGroupPermission>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<OrgGroupPermission>, OrgGroupPermissionModel, java.io.Serializable
- All Known Implementing Classes:
- OrgGroupPermissionWrapper
public interface OrgGroupPermission
- extends OrgGroupPermissionModel
The extended model interface for the OrgGroupPermission service. Represents a row in the "OrgGroupPermission" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
OrgGroupPermissionModel,
OrgGroupPermissionImpl,
OrgGroupPermissionModelImpl- Generated:
| Methods inherited from interface com.liferay.portal.model.OrgGroupPermissionModel |
clone, compareTo, getExpandoBridge, getGroupId, getOrganizationId, getPermissionId, getPrimaryKey, getPrimaryKeyObj, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setGroupId, setNew, setOrganizationId, setPermissionId, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toXmlString |
containsGroup
boolean containsGroup(java.util.List<Group> groups)
containsOrganization
boolean containsOrganization(java.util.List<Organization> organizations)