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
This interface is a model that represents the OrgGroupRole table in the
database.
Customize OrgGroupRoleImpl and rerun the
ServiceBuilder to generate the new methods.
- 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)