Liferay 7.0-ce-b4

com.liferay.portal.model
Interface OrgGroupRole

All Superinterfaces:
BaseModel<OrgGroupRole>, ClassedModel, Cloneable, Comparable<OrgGroupRole>, MVCCModel, OrgGroupRoleModel, Serializable, ShardedModel
All Known Implementing Classes:
OrgGroupRoleBaseImpl, OrgGroupRoleImpl, OrgGroupRoleWrapper

@ProviderType
public interface OrgGroupRole
extends OrgGroupRoleModel

The extended model interface for the OrgGroupRole service. Represents a row in the "OrgGroupRole" database table, with each column mapped to a property of this class.

See Also:
OrgGroupRoleModel, OrgGroupRoleImpl, OrgGroupRoleModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<OrgGroupRole,Long> GROUP_ID_ACCESSOR
           
static Accessor<OrgGroupRole,Long> ORGANIZATION_ID_ACCESSOR
           
static Accessor<OrgGroupRole,Long> ROLE_ID_ACCESSOR
           
 
Method Summary
 boolean containsGroup(List<Group> groups)
           
 boolean containsOrganization(List<Organization> organizations)
           
 
Methods inherited from interface com.liferay.portal.model.OrgGroupRoleModel
clone, compareTo, getCompanyId, getExpandoBridge, getGroupId, getMvccVersion, getOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRoleId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setMvccVersion, setNew, setOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRoleId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Field Detail

ORGANIZATION_ID_ACCESSOR

static final Accessor<OrgGroupRole,Long> ORGANIZATION_ID_ACCESSOR

GROUP_ID_ACCESSOR

static final Accessor<OrgGroupRole,Long> GROUP_ID_ACCESSOR

ROLE_ID_ACCESSOR

static final Accessor<OrgGroupRole,Long> ROLE_ID_ACCESSOR
Method Detail

containsGroup

boolean containsGroup(List<Group> groups)

containsOrganization

boolean containsOrganization(List<Organization> organizations)

Liferay 7.0-ce-b4