Package com.liferay.portal.model.impl
Class UserNotificationDeliveryModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationDelivery>
com.liferay.portal.model.impl.UserNotificationDeliveryModelImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,com.liferay.portal.kernel.model.UserNotificationDeliveryModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.UserNotificationDelivery>
- Direct Known Subclasses:
UserNotificationDeliveryBaseImpl
public class UserNotificationDeliveryModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationDelivery>
implements com.liferay.portal.kernel.model.UserNotificationDeliveryModel
The base model implementation for the UserNotificationDelivery service. Represents a row in the "UserNotificationDelivery" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface UserNotificationDeliveryModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in UserNotificationDeliveryImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Deprecated.static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final String
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
static final String
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
static final Object[][]
static final String
static final String
static final String
static final String
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
com.liferay.portal.kernel.model.UserNotificationDelivery
int
compareTo
(com.liferay.portal.kernel.model.UserNotificationDelivery userNotificationDelivery) boolean
Map<String,
BiConsumer<com.liferay.portal.kernel.model.UserNotificationDelivery, Object>> long
long
static long
getColumnBitmask
(String columnName) <T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
boolean
int
com.liferay.expando.kernel.model.ExpandoBridge
Class<?>
long
int
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
int
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
int
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
long
long
int
hashCode()
boolean
boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementvoid
void
setClassName
(String className) void
setClassNameId
(long classNameId) void
setCompanyId
(long companyId) void
setDeliver
(boolean deliver) void
setDeliveryType
(int deliveryType) void
setExpandoBridgeAttributes
(com.liferay.portal.kernel.service.ServiceContext serviceContext) void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) void
setNotificationType
(int notificationType) void
setPortletId
(String portletId) void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setUserId
(long userId) void
setUserNotificationDeliveryId
(long userNotificationDeliveryId) void
setUserUuid
(String userUuid) com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
com.liferay.portal.kernel.model.UserNotificationDelivery
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
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.UserNotificationDeliveryModel
toXmlString
-
Field Details
-
TABLE_NAME
- See Also:
-
TABLE_COLUMNS
-
TABLE_COLUMNS_MAP
-
TABLE_SQL_CREATE
- See Also:
-
TABLE_SQL_DROP
- See Also:
-
ORDER_BY_JPQL
- See Also:
-
ORDER_BY_SQL
- See Also:
-
DATA_SOURCE
- See Also:
-
SESSION_FACTORY
- See Also:
-
TX_MANAGER
- See Also:
-
ENTITY_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
FINDER_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
COLUMN_BITMASK_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
CLASSNAMEID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
DELIVERYTYPE_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
NOTIFICATIONTYPE_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
PORTLETID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
USERID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
USERNOTIFICATIONDELIVERYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
-
-
Constructor Details
-
UserNotificationDeliveryModelImpl
public UserNotificationDeliveryModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClass
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassName
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.portal.kernel.model.UserNotificationDelivery, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.portal.kernel.model.UserNotificationDelivery, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
getMvccVersion
public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
getUserNotificationDeliveryId
public long getUserNotificationDeliveryId()- Specified by:
getUserNotificationDeliveryId
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
setUserNotificationDeliveryId
public void setUserNotificationDeliveryId(long userNotificationDeliveryId) - Specified by:
setUserNotificationDeliveryId
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
getCompanyId
public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
getUserId
public long getUserId()- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
getUserUuid
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
setUserUuid
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
getOriginalUserId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getPortletId
- Specified by:
getPortletId
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
setPortletId
- Specified by:
setPortletId
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
getOriginalPortletId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getClassName
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
setClassName
- Specified by:
setClassName
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
getClassNameId
public long getClassNameId()- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
setClassNameId
public void setClassNameId(long classNameId) - Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
getOriginalClassNameId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getNotificationType
public int getNotificationType()- Specified by:
getNotificationType
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
setNotificationType
public void setNotificationType(int notificationType) - Specified by:
setNotificationType
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
getOriginalNotificationType
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getDeliveryType
public int getDeliveryType()- Specified by:
getDeliveryType
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
setDeliveryType
public void setDeliveryType(int deliveryType) - Specified by:
setDeliveryType
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
getOriginalDeliveryType
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getDeliver
public boolean getDeliver()- Specified by:
getDeliver
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
isDeliver
public boolean isDeliver()- Specified by:
isDeliver
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
setDeliver
public void setDeliver(boolean deliver) - Specified by:
setDeliver
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
getColumnBitmask
public long getColumnBitmask() -
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.ClassedModel
- Overrides:
getExpandoBridge
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
setExpandoBridgeAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
- Overrides:
setExpandoBridgeAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
toEscapedModel
public com.liferay.portal.kernel.model.UserNotificationDelivery toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
cloneWithOriginalValues
public com.liferay.portal.kernel.model.UserNotificationDelivery cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.UserNotificationDeliveryModel
-
compareTo
public int compareTo(com.liferay.portal.kernel.model.UserNotificationDelivery userNotificationDelivery) - Specified by:
compareTo
in interfaceComparable<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
equals
-
hashCode
public int hashCode() -
isEntityCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isEntityCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.UserNotificationDelivery> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationDelivery>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationDelivery>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-
getColumnBitmask(String)