com.liferay.portlet.announcements.model.impl
Class AnnouncementsDeliveryBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<AnnouncementsDelivery>
com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryModelImpl
com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryBaseImpl
- All Implemented Interfaces:
- BaseModel<AnnouncementsDelivery>, ClassedModel, PersistedModel, AnnouncementsDelivery, AnnouncementsDeliveryModel, Serializable, Cloneable, Comparable<AnnouncementsDelivery>
- Direct Known Subclasses:
- AnnouncementsDeliveryImpl
public abstract class AnnouncementsDeliveryBaseImpl
- extends AnnouncementsDeliveryModelImpl
- implements AnnouncementsDelivery
The extended model base implementation for the AnnouncementsDelivery service. Represents a row in the "AnnouncementsDelivery" 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 AnnouncementsDeliveryImpl
.
- See Also:
AnnouncementsDeliveryImpl
,
AnnouncementsDelivery
,
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.AnnouncementsDeliveryModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID_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.AnnouncementsDeliveryModelImpl |
clone, compareTo, equals, getColumnBitmask, getCompanyId, getDeliveryId, getEmail, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalType, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getSms, getType, getUserId, getUserUuid, getWebsite, hashCode, isEmail, isSms, isWebsite, resetOriginalValues, setCompanyId, setDeliveryId, setEmail, setExpandoBridgeAttributes, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setSms, setType, setUserId, setUserUuid, setWebsite, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString |
Methods inherited from interface com.liferay.portlet.announcements.model.AnnouncementsDeliveryModel |
clone, compareTo, getCompanyId, getDeliveryId, getEmail, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getSms, getType, getUserId, getUserUuid, getWebsite, hashCode, isCachedModel, isEmail, isEscapedModel, isNew, isSms, isWebsite, setCachedModel, setCompanyId, setDeliveryId, setEmail, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setSms, setType, setUserId, setUserUuid, setWebsite, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
AnnouncementsDeliveryBaseImpl
public AnnouncementsDeliveryBaseImpl()
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