Class SocialRequestBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRequest>
com.liferay.portlet.social.model.impl.SocialRequestModelImpl
com.liferay.portlet.social.model.impl.SocialRequestBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialRequest>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel,com.liferay.social.kernel.model.SocialRequest,com.liferay.social.kernel.model.SocialRequestModel,Serializable,Cloneable,Comparable<com.liferay.social.kernel.model.SocialRequest>
- Direct Known Subclasses:
SocialRequestImpl
public abstract class SocialRequestBaseImpl
extends SocialRequestModelImpl
implements com.liferay.social.kernel.model.SocialRequest
The extended model base implementation for the SocialRequest service. Represents a row in the "SocialRequest" 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 SocialRequestImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
-
SocialRequestImplSocialRequest- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portlet.social.model.impl.SocialRequestModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, RECEIVERUSERID_COLUMN_BITMASK, REQUESTID_COLUMN_BITMASK, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASKFields inherited from interface com.liferay.social.kernel.model.SocialRequest
REQUEST_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.social.model.impl.SocialRequestModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCreateDate, getCtCollectionId, getExpandoBridge, getExtraData, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalGroupId, getOriginalReceiverUserId, getOriginalStatus, getOriginalType, getOriginalUserId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getReceiverUserUuid, getRequestId, getStatus, getType, getUserId, getUserUuid, getUuid, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setExpandoBridgeAttributes, setExtraData, setGroupId, setModelAttributes, setModifiedDate, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setReceiverUserId, setReceiverUserUuid, setRequestId, setStatus, setType, setUserId, setUserUuid, setUuid, toCacheModel, toEscapedModel, toStringMethods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.social.kernel.model.SocialRequestModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getExtraData, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, getReceiverUserId, getReceiverUserUuid, getRequestId, getStatus, getType, getUserId, getUserUuid, getUuid, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setExtraData, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, setReceiverUserId, setReceiverUserUuid, setRequestId, setStatus, setType, setUserId, setUserUuid, setUuid, toXmlString
-
Constructor Details
-
SocialRequestBaseImpl
public SocialRequestBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-