Package com.liferay.portal.model.impl
Class LayoutPrototypeModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>
com.liferay.portal.model.impl.LayoutPrototypeModelImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutPrototype>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.LayoutPrototypeModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.LayoutPrototype>
- Direct Known Subclasses:
LayoutPrototypeBaseImpl
@JSON(strict=true)
public class LayoutPrototypeModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>
implements com.liferay.portal.kernel.model.LayoutPrototypeModel
The base model implementation for the LayoutPrototype service. Represents a row in the "LayoutPrototype" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LayoutPrototypeModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutPrototypeImpl
.
- 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 long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final 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
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
static final String
static final String
static final 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)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
com.liferay.portal.kernel.model.LayoutPrototype
int
compareTo
(com.liferay.portal.kernel.model.LayoutPrototype layoutPrototype) boolean
boolean
Map<String,
BiConsumer<com.liferay.portal.kernel.model.LayoutPrototype, Object>> String[]
long
static long
getColumnBitmask
(String columnName) <T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
long
getDescription
(String languageId) getDescription
(String languageId, boolean useDefault) getDescription
(Locale locale) getDescription
(Locale locale, boolean useDefault) com.liferay.expando.kernel.model.ExpandoBridge
long
Class<?>
long
getName()
boolean
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
com.liferay.exportimport.kernel.lar.StagedModelType
long
getUuid()
int
hashCode()
boolean
boolean
isActive()
boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementvoid
void
prepareLocalizedFieldsForImport
(Locale defaultImportLocale) void
void
setActive
(boolean active) void
setCompanyId
(long companyId) void
setCreateDate
(Date createDate) void
setCtCollectionId
(long ctCollectionId) void
setDescription
(String description) void
setDescription
(String description, Locale locale) void
setDescription
(String description, Locale locale, Locale defaultLocale) void
setDescriptionCurrentLanguageId
(String languageId) void
setDescriptionMap
(Map<Locale, String> descriptionMap) void
setDescriptionMap
(Map<Locale, String> descriptionMap, Locale defaultLocale) void
setExpandoBridgeAttributes
(com.liferay.portal.kernel.service.ServiceContext serviceContext) void
setLayoutPrototypeId
(long layoutPrototypeId) void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) void
setMvccVersion
(long mvccVersion) void
void
void
void
setNameCurrentLanguageId
(String languageId) void
setNameMap
(Map<Locale, String> nameMap) void
setNameMap
(Map<Locale, String> nameMap, Locale defaultLocale) void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setSettings
(String settings) void
setUserId
(long userId) void
setUserName
(String userName) void
setUserUuid
(String userUuid) void
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutPrototype>
com.liferay.portal.kernel.model.LayoutPrototype
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.LayoutPrototypeModel
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:
-
ORDER_BY_SQL_INLINE_DISTINCT
- 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:
-
ACTIVE_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
COMPANYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
UUID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
LAYOUTPROTOTYPEID_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
-
LayoutPrototypeModelImpl
public LayoutPrototypeModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutPrototype>
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutPrototype>
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>
- 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.LayoutPrototype>
- 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.LayoutPrototype>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.portal.kernel.model.LayoutPrototype, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.portal.kernel.model.LayoutPrototype, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
getCtCollectionId
@JSON public long getCtCollectionId()- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutPrototype>
- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutPrototype>
- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getUuid
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setUuid
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getOriginalUuid
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getLayoutPrototypeId
@JSON public long getLayoutPrototypeId()- Specified by:
getLayoutPrototypeId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setLayoutPrototypeId
public void setLayoutPrototypeId(long layoutPrototypeId) - Specified by:
setLayoutPrototypeId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getUserId
@JSON public long getUserId()- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getUserUuid
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setUserUuid
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getUserName
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setUserName
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getCreateDate
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setCreateDate
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getModifiedDate
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getName
- Specified by:
getName
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getName
- Specified by:
getName
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getName
- Specified by:
getName
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getName
- Specified by:
getName
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getName
- Specified by:
getName
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getNameCurrentLanguageId
- Specified by:
getNameCurrentLanguageId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getNameCurrentValue
- Specified by:
getNameCurrentValue
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getNameMap
- Specified by:
getNameMap
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setName
- Specified by:
setName
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setName
- Specified by:
setName
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setName
- Specified by:
setName
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setNameCurrentLanguageId
- Specified by:
setNameCurrentLanguageId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setNameMap
- Specified by:
setNameMap
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setNameMap
- Specified by:
setNameMap
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getDescription
- Specified by:
getDescription
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getDescription
- Specified by:
getDescription
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getDescription
- Specified by:
getDescription
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getDescription
- Specified by:
getDescription
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getDescription
- Specified by:
getDescription
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getDescriptionCurrentLanguageId
- Specified by:
getDescriptionCurrentLanguageId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getDescriptionCurrentValue
- Specified by:
getDescriptionCurrentValue
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getDescriptionMap
- Specified by:
getDescriptionMap
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setDescription
- Specified by:
setDescription
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setDescription
- Specified by:
setDescription
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setDescription
- Specified by:
setDescription
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setDescriptionCurrentLanguageId
- Specified by:
setDescriptionCurrentLanguageId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setDescriptionMap
- Specified by:
setDescriptionMap
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setDescriptionMap
- Specified by:
setDescriptionMap
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getSettings
- Specified by:
getSettings
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setSettings
- Specified by:
setSettings
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getActive
@JSON public boolean getActive()- Specified by:
getActive
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
isActive
@JSON public boolean isActive()- Specified by:
isActive
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
setActive
public void setActive(boolean active) - Specified by:
setActive
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
getOriginalActive
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
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.LayoutPrototype>
- 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.LayoutPrototype>
-
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.LayoutPrototype>
- Overrides:
setExpandoBridgeAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
getDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException - Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
toEscapedModel
public com.liferay.portal.kernel.model.LayoutPrototype toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>
-
cloneWithOriginalValues
public com.liferay.portal.kernel.model.LayoutPrototype cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.LayoutPrototypeModel
-
compareTo
public int compareTo(com.liferay.portal.kernel.model.LayoutPrototype layoutPrototype) - Specified by:
compareTo
in interfaceComparable<com.liferay.portal.kernel.model.LayoutPrototype>
-
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.LayoutPrototype>
-
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.LayoutPrototype>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutPrototype> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-
getColumnBitmask(String)