com.liferay.portlet.announcements.model.impl
Class AnnouncementsFlagBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<AnnouncementsFlag>
com.liferay.portlet.announcements.model.impl.AnnouncementsFlagModelImpl
com.liferay.portlet.announcements.model.impl.AnnouncementsFlagBaseImpl
- All Implemented Interfaces:
- BaseModel<AnnouncementsFlag>, ClassedModel, PersistedModel, AnnouncementsFlag, AnnouncementsFlagModel, Serializable, Cloneable, Comparable<AnnouncementsFlag>
- Direct Known Subclasses:
- AnnouncementsFlagImpl
public abstract class AnnouncementsFlagBaseImpl
- extends AnnouncementsFlagModelImpl
- implements AnnouncementsFlag
The extended model base implementation for the AnnouncementsFlag service. Represents a row in the "AnnouncementsFlag" 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 AnnouncementsFlagImpl
.
- See Also:
AnnouncementsFlagImpl
,
AnnouncementsFlag
,
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.portlet.announcements.model.impl.AnnouncementsFlagModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, ENTRYID_COLUMN_BITMASK, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK, VALUE_COLUMN_BITMASK |
Method Summary |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist. |
Methods inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsFlagModelImpl |
clone, compareTo, equals, getColumnBitmask, getCreateDate, getEntryId, getExpandoBridge, getFlagId, getModelAttributes, getModelClass, getModelClassName, getOriginalEntryId, getOriginalUserId, getOriginalValue, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, getValue, hashCode, resetOriginalValues, setCreateDate, setEntryId, setExpandoBridgeAttributes, setFlagId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, setValue, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString |
Methods inherited from interface com.liferay.portlet.announcements.model.AnnouncementsFlagModel |
clone, compareTo, getCreateDate, getEntryId, getExpandoBridge, getFlagId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCreateDate, setEntryId, setExpandoBridgeAttributes, setFlagId, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, setValue, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
AnnouncementsFlagBaseImpl
public AnnouncementsFlagBaseImpl()
persist
public void persist()
throws SystemException
- Description copied from interface:
PersistedModel
- Updates this model instance in the database or adds it if it does not yet
exist. Also notifies the appropriate model listeners.
- Specified by:
persist
in interface PersistedModel
- Throws:
SystemException
- if a system exception occurred