com.liferay.portal.model
Interface OrgGroupRole
- All Superinterfaces:
- BaseModel<OrgGroupRole>, Cloneable, Comparable<OrgGroupRole>, OrgGroupRoleModel, Serializable
- All Known Implementing Classes:
- OrgGroupRoleImpl, 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.
- See Also:
OrgGroupRoleModel,
OrgGroupRoleImpl,
OrgGroupRoleModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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(List<Organization> organizations)
containsGroup
boolean containsGroup(List<Group> groups)