Package com.liferay.portal.model.impl
Class LayoutSetModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
com.liferay.portal.model.impl.LayoutSetModelImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutSet>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.LayoutSetModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.LayoutSet>
- Direct Known Subclasses:
LayoutSetBaseImpl
@JSON(strict=true)
public class LayoutSetModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
implements com.liferay.portal.kernel.model.LayoutSetModel
The base model implementation for the LayoutSet service. Represents a row in the "LayoutSet" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LayoutSetModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutSetImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
com.liferay.portal.kernel.model.LayoutSet
int
compareTo
(com.liferay.portal.kernel.model.LayoutSet layoutSet) boolean
Map<String,
BiConsumer<com.liferay.portal.kernel.model.LayoutSet, Object>> long
static long
getColumnBitmask
(String columnName) <T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
getCss()
long
com.liferay.expando.kernel.model.ExpandoBridge
long
long
long
boolean
long
Class<?>
long
long
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
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
boolean
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
boolean
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 replacementboolean
boolean
void
void
setColorSchemeId
(String colorSchemeId) void
setCompanyFallbackVirtualHostname
(String companyFallbackVirtualHostname) void
setCompanyId
(long companyId) void
setCreateDate
(Date createDate) void
void
setCtCollectionId
(long ctCollectionId) void
setExpandoBridgeAttributes
(com.liferay.portal.kernel.service.ServiceContext serviceContext) void
setFaviconFileEntryId
(long faviconFileEntryId) void
setGroupId
(long groupId) void
setLayoutSetId
(long layoutSetId) void
setLayoutSetPrototypeLinkEnabled
(boolean layoutSetPrototypeLinkEnabled) void
setLayoutSetPrototypeUuid
(String layoutSetPrototypeUuid) void
setLogoId
(long logoId) void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) void
setMvccVersion
(long mvccVersion) void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setPrivateLayout
(boolean privateLayout) void
setSettings
(String settings) void
setThemeId
(String themeId) void
setVirtualHostnames
(TreeMap<String, String> virtualHostnames) com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutSet>
com.liferay.portal.kernel.model.LayoutSet
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.LayoutSetModel
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:
-
COMPANYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
GROUPID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
LAYOUTSETPROTOTYPEUUID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
LOGOID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
PRIVATELAYOUT_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
LAYOUTSETID_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
-
LayoutSetModelImpl
public LayoutSetModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutSet>
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutSet>
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>
- 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.LayoutSet>
- 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.LayoutSet>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.portal.kernel.model.LayoutSet, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.portal.kernel.model.LayoutSet, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
- 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.LayoutSetModel
- 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.LayoutSet>
- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutSet>
- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getLayoutSetId
@JSON public long getLayoutSetId()- Specified by:
getLayoutSetId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setLayoutSetId
public void setLayoutSetId(long layoutSetId) - Specified by:
setLayoutSetId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getGroupId
@JSON public long getGroupId()- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getOriginalGroupId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getCreateDate
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setCreateDate
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getModifiedDate
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getPrivateLayout
@JSON public boolean getPrivateLayout()- Specified by:
getPrivateLayout
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
isPrivateLayout
@JSON public boolean isPrivateLayout()- Specified by:
isPrivateLayout
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setPrivateLayout
public void setPrivateLayout(boolean privateLayout) - Specified by:
setPrivateLayout
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getOriginalPrivateLayout
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getLogoId
@JSON public long getLogoId()- Specified by:
getLogoId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setLogoId
public void setLogoId(long logoId) - Specified by:
setLogoId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getOriginalLogoId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getThemeId
- Specified by:
getThemeId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setThemeId
- Specified by:
setThemeId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getColorSchemeId
- Specified by:
getColorSchemeId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setColorSchemeId
- Specified by:
setColorSchemeId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getFaviconFileEntryId
@JSON public long getFaviconFileEntryId()- Specified by:
getFaviconFileEntryId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setFaviconFileEntryId
public void setFaviconFileEntryId(long faviconFileEntryId) - Specified by:
setFaviconFileEntryId
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getCss
- Specified by:
getCss
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setCss
- Specified by:
setCss
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getSettings
- Specified by:
getSettings
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setSettings
- Specified by:
setSettings
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getLayoutSetPrototypeUuid
- Specified by:
getLayoutSetPrototypeUuid
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setLayoutSetPrototypeUuid
- Specified by:
setLayoutSetPrototypeUuid
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getOriginalLayoutSetPrototypeUuid
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getLayoutSetPrototypeLinkEnabled
@JSON public boolean getLayoutSetPrototypeLinkEnabled()- Specified by:
getLayoutSetPrototypeLinkEnabled
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
isLayoutSetPrototypeLinkEnabled
@JSON public boolean isLayoutSetPrototypeLinkEnabled()- Specified by:
isLayoutSetPrototypeLinkEnabled
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setLayoutSetPrototypeLinkEnabled
public void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled) - Specified by:
setLayoutSetPrototypeLinkEnabled
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getCompanyFallbackVirtualHostname
-
setCompanyFallbackVirtualHostname
-
getVirtualHostnames
-
setVirtualHostnames
-
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.LayoutSet>
- 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.LayoutSet>
-
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.LayoutSet>
- Overrides:
setExpandoBridgeAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
-
toEscapedModel
public com.liferay.portal.kernel.model.LayoutSet toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
-
cloneWithOriginalValues
public com.liferay.portal.kernel.model.LayoutSet cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
compareTo
public int compareTo(com.liferay.portal.kernel.model.LayoutSet layoutSet) - Specified by:
compareTo
in interfaceComparable<com.liferay.portal.kernel.model.LayoutSet>
-
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.LayoutSet>
-
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.LayoutSet>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutSet> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-