Package com.liferay.portal.model.impl
Class UserNotificationEventBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
com.liferay.portal.model.impl.UserNotificationEventModelImpl
com.liferay.portal.model.impl.UserNotificationEventBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationEvent>
,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.UserNotificationEvent
,com.liferay.portal.kernel.model.UserNotificationEventModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.UserNotificationEvent>
- Direct Known Subclasses:
UserNotificationEventImpl
public abstract class UserNotificationEventBaseImpl
extends UserNotificationEventModelImpl
implements com.liferay.portal.kernel.model.UserNotificationEvent
The extended model base implementation for the UserNotificationEvent service. Represents a row in the "UserNotificationEvent" 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 UserNotificationEventImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
UserNotificationEventImpl
UserNotificationEvent
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.UserNotificationEventModelImpl
ACTIONREQUIRED_COLUMN_BITMASK, ARCHIVED_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, DELIVERED_COLUMN_BITMASK, DELIVERYTYPE_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, TIMESTAMP_COLUMN_BITMASK, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK
Fields inherited from interface com.liferay.portal.kernel.model.UserNotificationEvent
USER_NOTIFICATION_EVENT_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.model.impl.UserNotificationEventModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getActionRequired, getArchived, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getDeliverBy, getDelivered, getDeliveryType, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalActionRequired, getOriginalArchived, getOriginalCompanyId, getOriginalDelivered, getOriginalDeliveryType, getOriginalTimestamp, getOriginalType, getOriginalUserId, getOriginalUuid, getPayload, getPrimaryKey, getPrimaryKeyObj, getTimestamp, getType, getUserId, getUserNotificationEventId, getUserUuid, getUuid, hashCode, isActionRequired, isArchived, isDelivered, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setActionRequired, setArchived, setCompanyId, setDeliverBy, setDelivered, setDeliveryType, setExpandoBridgeAttributes, setModelAttributes, setMvccVersion, setPayload, setPrimaryKey, setPrimaryKeyObj, setTimestamp, setType, setUserId, setUserNotificationEventId, 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.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.UserNotificationEventModel
cloneWithOriginalValues, getActionRequired, getArchived, getCompanyId, getDeliverBy, getDelivered, getDeliveryType, getMvccVersion, getPayload, getPrimaryKey, getTimestamp, getType, getUserId, getUserNotificationEventId, getUserUuid, getUuid, isActionRequired, isArchived, isDelivered, setActionRequired, setArchived, setCompanyId, setDeliverBy, setDelivered, setDeliveryType, setMvccVersion, setPayload, setPrimaryKey, setTimestamp, setType, setUserId, setUserNotificationEventId, setUserUuid, setUuid, toXmlString
-
Constructor Details
-
UserNotificationEventBaseImpl
public UserNotificationEventBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-