com.liferay.portal.model
Interface OrgGroupPermission
- All Superinterfaces:
- BaseModel<OrgGroupPermission>, java.lang.Cloneable, java.lang.Comparable<OrgGroupPermission>, OrgGroupPermissionModel, java.io.Serializable
- All Known Implementing Classes:
- OrgGroupPermissionWrapper
public interface OrgGroupPermission
- extends OrgGroupPermissionModel
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 OrgGroupPermission table in the
database.
Customize OrgGroupPermissionImpl
and rerun the
ServiceBuilder to generate the new methods.
- 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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setOrganizationId, setPermissionId, setPrimaryKey, toEscapedModel, toString, toXmlString |
containsGroup
boolean containsGroup(java.util.List<Group> groups)
containsOrganization
boolean containsOrganization(java.util.List<Organization> organizations)