Class AnnouncementsDeliveryModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryModelImpl
- All Implemented Interfaces:
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.ShardedModel,Serializable,Cloneable,Comparable<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
- Direct Known Subclasses:
AnnouncementsDeliveryBaseImpl
@JSON(strict=true)
public class AnnouncementsDeliveryModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
implements com.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
The base model implementation for the AnnouncementsDelivery service. Represents a row in the "AnnouncementsDelivery" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface AnnouncementsDeliveryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AnnouncementsDeliveryImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final longstatic final Stringstatic final Stringstatic final Stringstatic final Object[][]static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()com.liferay.announcements.kernel.model.AnnouncementsDeliveryintcompareTo(com.liferay.announcements.kernel.model.AnnouncementsDelivery announcementsDelivery) booleanMap<String,BiConsumer<com.liferay.announcements.kernel.model.AnnouncementsDelivery, Object>> longstatic longgetColumnBitmask(String columnName) <T> TgetColumnOriginalValue(String columnName) <T> TgetColumnValue(String columnName) longlonglongbooleangetEmail()com.liferay.expando.kernel.model.ExpandoBridgeClass<?>longlongDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longbooleangetSms()getType()longbooleaninthashCode()booleanisEmail()booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementbooleanDeprecated.As of Athanasius (7.3.x), with no direct replacementbooleanisSms()booleanvoidvoidsetCompanyId(long companyId) voidsetCtCollectionId(long ctCollectionId) voidsetDeliveryId(long deliveryId) voidsetEmail(boolean email) voidsetExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) voidsetPrimaryKey(long primaryKey) voidsetPrimaryKeyObj(Serializable primaryKeyObj) voidsetSms(boolean sms) voidvoidsetUserId(long userId) voidsetUserUuid(String userUuid) voidsetWebsite(boolean website) com.liferay.portal.kernel.model.CacheModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>com.liferay.announcements.kernel.model.AnnouncementsDeliverytoString()Methods 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
toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
-
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:
-
COMPANYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
TYPE_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:
-
DELIVERYID_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
-
AnnouncementsDeliveryModelImpl
public AnnouncementsDeliveryModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKeyin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKeyin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassNamein interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>- Overrides:
getModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>- Overrides:
setModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.announcements.kernel.model.AnnouncementsDelivery, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.announcements.kernel.model.AnnouncementsDelivery, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersionin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersionin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
getCtCollectionId
@JSON public long getCtCollectionId()- Specified by:
getCtCollectionIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
getDeliveryId
@JSON public long getDeliveryId()- Specified by:
getDeliveryIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
setDeliveryId
public void setDeliveryId(long deliveryId) - Specified by:
setDeliveryIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getUserId
@JSON public long getUserId()- Specified by:
getUserIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
getUserUuid
- Specified by:
getUserUuidin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
setUserUuid
- Specified by:
setUserUuidin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
getOriginalUserId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getType
- Specified by:
getTypein interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
setType
- Specified by:
setTypein interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
getOriginalType
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getEmail
@JSON public boolean getEmail()- Specified by:
getEmailin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
isEmail
@JSON public boolean isEmail()- Specified by:
isEmailin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
setEmail
public void setEmail(boolean email) - Specified by:
setEmailin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
getSms
@JSON public boolean getSms()- Specified by:
getSmsin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
isSms
@JSON public boolean isSms()- Specified by:
isSmsin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
setSms
public void setSms(boolean sms) - Specified by:
setSmsin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
getWebsite
@JSON public boolean getWebsite()- Specified by:
getWebsitein interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
isWebsite
@JSON public boolean isWebsite()- Specified by:
isWebsitein interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
setWebsite
public void setWebsite(boolean website) - Specified by:
setWebsitein interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel
-
getColumnBitmask
public long getColumnBitmask() -
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.ClassedModel- Overrides:
getExpandoBridgein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
setExpandoBridgeAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>- Overrides:
setExpandoBridgeAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
toEscapedModel
public com.liferay.announcements.kernel.model.AnnouncementsDelivery toEscapedModel()- Specified by:
toEscapedModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>- Overrides:
toEscapedModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
clone
- Specified by:
clonein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>- Specified by:
clonein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
cloneWithOriginalValues
public com.liferay.announcements.kernel.model.AnnouncementsDelivery cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.announcements.kernel.model.AnnouncementsDeliveryModel- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
compareTo
public int compareTo(com.liferay.announcements.kernel.model.AnnouncementsDelivery announcementsDelivery) - Specified by:
compareToin interfaceComparable<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
equals
-
hashCode
public int hashCode() -
isEntityCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isEntityCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>- Overrides:
resetOriginalValuesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery> toCacheModel()- Specified by:
toCacheModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsDelivery>- Overrides:
toCacheModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsDelivery>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-