com.liferay.portal.model.impl
Class OrgGroupRoleBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<OrgGroupRole>
com.liferay.portal.model.impl.OrgGroupRoleModelImpl
com.liferay.portal.model.impl.OrgGroupRoleBaseImpl
- All Implemented Interfaces:
- BaseModel<OrgGroupRole>, ClassedModel, MVCCModel, OrgGroupRole, OrgGroupRoleModel, ShardedModel, Serializable, Cloneable, Comparable<OrgGroupRole>
- Direct Known Subclasses:
- OrgGroupRoleImpl
@ProviderType
public abstract class OrgGroupRoleBaseImpl
- extends OrgGroupRoleModelImpl
- implements OrgGroupRole
The extended model base implementation for the OrgGroupRole service. Represents a row in the "OrgGroupRole" database table, with each column mapped to a property of this class.
This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in OrgGroupRoleImpl.
- See Also:
OrgGroupRoleImpl,
OrgGroupRole,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Fields inherited from class com.liferay.portal.model.impl.OrgGroupRoleModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, ORGANIZATIONID_COLUMN_BITMASK, ROLEID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
| Methods inherited from class com.liferay.portal.model.impl.OrgGroupRoleModelImpl |
clone, compareTo, equals, getColumnBitmask, getCompanyId, getGroupId, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOrganizationId, getOriginalGroupId, getOriginalRoleId, getPrimaryKey, getPrimaryKeyObj, getRoleId, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setGroupId, setModelAttributes, setMvccVersion, setOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRoleId, toCacheModel, toEscapedModel, toString, toXmlString |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| 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 |
OrgGroupRoleBaseImpl
public OrgGroupRoleBaseImpl()