Class AnnouncementsDeliveryBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryModelImpl
com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryBaseImpl
- All Implemented Interfaces:
com.liferay.announcements.kernel.model.AnnouncementsDelivery,com.liferay.announcements.kernel.model.AnnouncementsDeliveryModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
- Direct Known Subclasses:
AnnouncementsDeliveryImpl
public abstract class AnnouncementsDeliveryBaseImpl
extends AnnouncementsDeliveryModelImpl
implements com.liferay.announcements.kernel.model.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.
- Author:
- Brian Wing Shun Chan
- See Also:
-
AnnouncementsDeliveryImplAnnouncementsDelivery- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, DELIVERYID_COLUMN_BITMASK, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID_COLUMN_BITMASKFields inherited from interface com.liferay.announcements.kernel.model.AnnouncementsDelivery
DELIVERY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCtCollectionId, getDeliveryId, getEmail, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalCompanyId, getOriginalType, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getSms, getType, getUserId, getUserUuid, getWebsite, hashCode, isEmail, isEntityCacheEnabled, isFinderCacheEnabled, isSms, isWebsite, resetOriginalValues, setCompanyId, setCtCollectionId, setDeliveryId, setEmail, setExpandoBridgeAttributes, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setSms, setType, setUserId, setUserUuid, setWebsite, 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.announcements.kernel.model.AnnouncementsDeliveryModel
cloneWithOriginalValues, getCompanyId, getCtCollectionId, getDeliveryId, getEmail, getMvccVersion, getPrimaryKey, getSms, getType, getUserId, getUserUuid, getWebsite, isEmail, isSms, isWebsite, setCompanyId, setCtCollectionId, setDeliveryId, setEmail, setMvccVersion, setPrimaryKey, setSms, setType, setUserId, setUserUuid, setWebsite, toXmlStringMethods 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
compareTo
-
Constructor Details
-
AnnouncementsDeliveryBaseImpl
public AnnouncementsDeliveryBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-