com.liferay.portal.model
Interface OrgGroupPermission
- All Superinterfaces:
- BaseModel<OrgGroupPermission>, Cloneable, Comparable<OrgGroupPermission>, OrgGroupPermissionModel, Serializable
- All Known Implementing Classes:
- OrgGroupPermissionImpl, OrgGroupPermissionWrapper
public interface OrgGroupPermission
- extends OrgGroupPermissionModel
The model interface for the OrgGroupPermission service. Represents a row in the "OrgGroupPermission" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to OrgGroupPermissionImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
- See Also:
OrgGroupPermissionModel,
OrgGroupPermissionImpl,
OrgGroupPermissionModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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(List<Group> groups)
containsOrganization
boolean containsOrganization(List<Organization> organizations)