Class AnnouncementsFlagModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsFlag>
com.liferay.portlet.announcements.model.impl.AnnouncementsFlagModelImpl
- All Implemented Interfaces:
com.liferay.announcements.kernel.model.AnnouncementsFlagModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>,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.AnnouncementsFlag>
- Direct Known Subclasses:
AnnouncementsFlagBaseImpl
@JSON(strict=true)
public class AnnouncementsFlagModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsFlag>
implements com.liferay.announcements.kernel.model.AnnouncementsFlagModel
The base model implementation for the AnnouncementsFlag service. Represents a row in the "AnnouncementsFlag" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface AnnouncementsFlagModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AnnouncementsFlagImpl.
- 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 longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic 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 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.AnnouncementsFlagintcompareTo(com.liferay.announcements.kernel.model.AnnouncementsFlag announcementsFlag) booleanMap<String,BiConsumer<com.liferay.announcements.kernel.model.AnnouncementsFlag, Object>> longstatic longgetColumnBitmask(String columnName) <T> TgetColumnOriginalValue(String columnName) <T> TgetColumnValue(String columnName) longlonglongcom.liferay.expando.kernel.model.ExpandoBridgelongClass<?>longlongDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)intDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longlongintgetValue()inthashCode()booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementbooleanDeprecated.As of Athanasius (7.3.x), with no direct replacementvoidvoidsetCompanyId(long companyId) voidsetCreateDate(Date createDate) voidsetCtCollectionId(long ctCollectionId) voidsetEntryId(long entryId) voidsetExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) voidsetFlagId(long flagId) voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) voidsetPrimaryKey(long primaryKey) voidsetPrimaryKeyObj(Serializable primaryKeyObj) voidsetUserId(long userId) voidsetUserUuid(String userUuid) voidsetValue(int value) com.liferay.portal.kernel.model.CacheModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>com.liferay.announcements.kernel.model.AnnouncementsFlagtoString()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.AnnouncementsFlagModel
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:
-
ENTRYID_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:
-
VALUE_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
CREATEDATE_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
-
AnnouncementsFlagModelImpl
public AnnouncementsFlagModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKeyin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKeyin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>- 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.AnnouncementsFlag>- Overrides:
getModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>- Overrides:
setModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.announcements.kernel.model.AnnouncementsFlag, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.announcements.kernel.model.AnnouncementsFlag, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersionin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersionin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
getCtCollectionId
@JSON public long getCtCollectionId()- Specified by:
getCtCollectionIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
getFlagId
@JSON public long getFlagId()- Specified by:
getFlagIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel
-
setFlagId
public void setFlagId(long flagId) - Specified by:
setFlagIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel- 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.AnnouncementsFlagModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel
-
getUserUuid
- Specified by:
getUserUuidin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel
-
setUserUuid
- Specified by:
setUserUuidin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel
-
getOriginalUserId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getCreateDate
- Specified by:
getCreateDatein interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel
-
setCreateDate
- Specified by:
setCreateDatein interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel
-
getEntryId
@JSON public long getEntryId()- Specified by:
getEntryIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel
-
setEntryId
public void setEntryId(long entryId) - Specified by:
setEntryIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel
-
getOriginalEntryId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getValue
@JSON public int getValue()- Specified by:
getValuein interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel
-
setValue
public void setValue(int value) - Specified by:
setValuein interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel
-
getOriginalValue
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
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.AnnouncementsFlag>- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.ClassedModel- Overrides:
getExpandoBridgein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
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.AnnouncementsFlag>- Overrides:
setExpandoBridgeAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
toEscapedModel
public com.liferay.announcements.kernel.model.AnnouncementsFlag toEscapedModel()- Specified by:
toEscapedModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>- Overrides:
toEscapedModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
clone
- Specified by:
clonein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>- Specified by:
clonein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
cloneWithOriginalValues
public com.liferay.announcements.kernel.model.AnnouncementsFlag cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.announcements.kernel.model.AnnouncementsFlagModel- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
compareTo
public int compareTo(com.liferay.announcements.kernel.model.AnnouncementsFlag announcementsFlag) - Specified by:
compareToin interfaceComparable<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
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.AnnouncementsFlag>
-
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.AnnouncementsFlag>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>- Overrides:
resetOriginalValuesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.announcements.kernel.model.AnnouncementsFlag> toCacheModel()- Specified by:
toCacheModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsFlag>- Overrides:
toCacheModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsFlag>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-