Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class OrgGroupRoleBaseImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<OrgGroupRole>
      extended by com.liferay.portal.model.impl.OrgGroupRoleModelImpl
          extended by com.liferay.portal.model.impl.OrgGroupRoleBaseImpl
All Implemented Interfaces:
BaseModel<OrgGroupRole>, ClassedModel, OrgGroupRole, OrgGroupRoleModel, Serializable, Cloneable, Comparable<OrgGroupRole>
Direct Known Subclasses:
OrgGroupRoleImpl

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.

Field Summary
 
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, ROLEID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
OrgGroupRoleBaseImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.OrgGroupRoleModelImpl
clone, compareTo, equals, getColumnBitmask, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOrganizationId, getOriginalGroupId, getOriginalRoleId, getPrimaryKey, getPrimaryKeyObj, getRoleId, hashCode, resetOriginalValues, setGroupId, setModelAttributes, setOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRoleId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.OrgGroupRole
containsGroup, containsOrganization
 
Methods inherited from interface com.liferay.portal.model.OrgGroupRoleModel
clone, compareTo, getExpandoBridge, getGroupId, getOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRoleId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setGroupId, setNew, setOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRoleId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

OrgGroupRoleBaseImpl

public OrgGroupRoleBaseImpl()

Liferay 6.1.2-ce-ga3