Class AnnouncementsEntryBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsEntry>
com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl
com.liferay.portlet.announcements.model.impl.AnnouncementsEntryBaseImpl
- All Implemented Interfaces:
com.liferay.announcements.kernel.model.AnnouncementsEntry
,com.liferay.announcements.kernel.model.AnnouncementsEntryModel
,com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>
,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.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.TypedModel
,Serializable
,Cloneable
,Comparable<com.liferay.announcements.kernel.model.AnnouncementsEntry>
- Direct Known Subclasses:
AnnouncementsEntryImpl
public abstract class AnnouncementsEntryBaseImpl
extends AnnouncementsEntryModelImpl
implements com.liferay.announcements.kernel.model.AnnouncementsEntry
The extended model base implementation for the AnnouncementsEntry service. Represents a row in the "AnnouncementsEntry" 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 AnnouncementsEntryImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
AnnouncementsEntryImpl
AnnouncementsEntry
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl
ALERT_COLUMN_BITMASK, CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, MODIFIEDDATE_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, ORDER_BY_SQL_INLINE_DISTINCT, PRIORITY_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK
Fields inherited from interface com.liferay.announcements.kernel.model.AnnouncementsEntry
ENTRY_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAlert, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getContent, getCreateDate, getCtCollectionId, getDisplayDate, getEntryId, getExpandoBridge, getExpirationDate, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getOriginalAlert, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalUserId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getPriority, getStagedModelType, getTitle, getType, getUrl, getUserId, getUserName, getUserUuid, getUuid, hashCode, hasSetModifiedDate, isAlert, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setAlert, setClassName, setClassNameId, setClassPK, setCompanyId, setContent, setCreateDate, setCtCollectionId, setDisplayDate, setEntryId, setExpandoBridgeAttributes, setExpirationDate, setModelAttributes, setModifiedDate, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setPriority, setTitle, setType, setUrl, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.announcements.kernel.model.AnnouncementsEntry
getGroupId
Methods inherited from interface com.liferay.announcements.kernel.model.AnnouncementsEntryModel
cloneWithOriginalValues, getAlert, getClassName, getClassNameId, getClassPK, getCompanyId, getContent, getCreateDate, getCtCollectionId, getDisplayDate, getEntryId, getExpirationDate, getModifiedDate, getMvccVersion, getPrimaryKey, getPriority, getTitle, getType, getUrl, getUserId, getUserName, getUserUuid, getUuid, isAlert, setAlert, setClassName, setClassNameId, setClassPK, setCompanyId, setContent, setCreateDate, setCtCollectionId, setDisplayDate, setEntryId, setExpirationDate, setModifiedDate, setMvccVersion, setPrimaryKey, setPriority, setTitle, setType, setUrl, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Constructor Details
-
AnnouncementsEntryBaseImpl
public AnnouncementsEntryBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-