Class AnnouncementsDeliveryImpl
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
com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryImpl
- 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>
- Author:
- Brian Wing Shun Chan
- See Also:
-
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_BITMASK
Fields 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.AnnouncementsDeliveryBaseImpl
persist
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, 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.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, 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
-
Constructor Details
-
AnnouncementsDeliveryImpl
public AnnouncementsDeliveryImpl()
-