com.liferay.portal.model
Interface OrgGroupRole
- All Superinterfaces:
- BaseModel<OrgGroupRole>, java.lang.Cloneable, java.lang.Comparable<OrgGroupRole>, OrgGroupRoleModel, java.io.Serializable
- All Known Implementing Classes:
- OrgGroupRoleWrapper
public interface OrgGroupRole
- extends OrgGroupRoleModel
The model interface for the OrgGroupRole service. Represents a row in the "OrgGroupRole" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to OrgGroupRoleImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a org group role model instance should use the OrgGroupRole interface instead.
- 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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setOrganizationId, setPrimaryKey, setRoleId, toEscapedModel, toString, toXmlString |
containsOrganization
boolean containsOrganization(java.util.List<Organization> organizations)
containsGroup
boolean containsGroup(java.util.List<Group> groups)