@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
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.
LayoutSetImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
COMPANYID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
GROUPID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LAYOUTSETID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LAYOUTSETPROTOTYPEUUID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LOCK_EXPIRATION_TIME |
static long |
LOGOID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
PRIVATELAYOUT_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
| Constructor and Description |
|---|
LayoutSetModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
com.liferay.portal.kernel.model.LayoutSet |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.portal.kernel.model.LayoutSet layoutSet) |
boolean |
equals(java.lang.Object object) |
java.util.Map<java.lang.String,java.util.function.Function<com.liferay.portal.kernel.model.LayoutSet,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<com.liferay.portal.kernel.model.LayoutSet,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String |
getColorSchemeId() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(java.lang.String columnName) |
<T> T |
getColumnOriginalValue(java.lang.String columnName) |
<T> T |
getColumnValue(java.lang.String columnName) |
java.lang.String |
getCompanyFallbackVirtualHostname() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
java.lang.String |
getCss() |
long |
getCtCollectionId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getFaviconFileEntryId() |
long |
getGroupId() |
long |
getLayoutSetId() |
boolean |
getLayoutSetPrototypeLinkEnabled() |
java.lang.String |
getLayoutSetPrototypeUuid() |
long |
getLogoId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
long |
getMvccVersion() |
long |
getOriginalCompanyId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalGroupId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
java.lang.String |
getOriginalLayoutSetPrototypeUuid()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalLogoId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
boolean |
getOriginalPrivateLayout()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
boolean |
getPrivateLayout() |
java.lang.String |
getSettings() |
java.lang.String |
getThemeId() |
java.util.TreeMap<java.lang.String,java.lang.String> |
getVirtualHostnames() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isLayoutSetPrototypeLinkEnabled() |
boolean |
isPrivateLayout() |
void |
resetOriginalValues() |
void |
setColorSchemeId(java.lang.String colorSchemeId) |
void |
setCompanyFallbackVirtualHostname(java.lang.String companyFallbackVirtualHostname) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setCss(java.lang.String css) |
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(java.lang.String layoutSetPrototypeUuid) |
void |
setLogoId(long logoId) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setPrivateLayout(boolean privateLayout) |
void |
setSettings(java.lang.String settings) |
void |
setThemeId(java.lang.String themeId) |
void |
setVirtualHostnames(java.util.TreeMap<java.lang.String,java.lang.String> virtualHostnames) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutSet> |
toCacheModel() |
com.liferay.portal.kernel.model.LayoutSet |
toEscapedModel() |
java.lang.String |
toString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
@Deprecated public static final long COMPANYID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long GROUPID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long LAYOUTSETPROTOTYPEUUID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long LOGOID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long PRIVATELAYOUT_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long LAYOUTSETID_COLUMN_BITMASK
getColumnBitmask(String)public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutSet>getPrimaryKey in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutSet>setPrimaryKey in interface com.liferay.portal.kernel.model.LayoutSetModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>public java.util.Map<java.lang.String,java.util.function.Function<com.liferay.portal.kernel.model.LayoutSet,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>public java.util.Map<java.lang.String,java.util.function.BiConsumer<com.liferay.portal.kernel.model.LayoutSet,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.LayoutSetModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.LayoutSetModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel@JSON public long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutSet>getCtCollectionId in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutSet>setCtCollectionId in interface com.liferay.portal.kernel.model.LayoutSetModel@JSON public long getLayoutSetId()
getLayoutSetId in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setLayoutSetId(long layoutSetId)
setLayoutSetId in interface com.liferay.portal.kernel.model.LayoutSetModel@JSON public long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.LayoutSetModel@Deprecated public long getOriginalGroupId()
getColumnOriginalValue(String)@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.LayoutSetModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.LayoutSetModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModel@Deprecated public long getOriginalCompanyId()
getColumnOriginalValue(String)@JSON public java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.LayoutSetModel@JSON public java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.LayoutSetModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.LayoutSetModel@JSON public boolean getPrivateLayout()
getPrivateLayout in interface com.liferay.portal.kernel.model.LayoutSetModel@JSON public boolean isPrivateLayout()
isPrivateLayout in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface com.liferay.portal.kernel.model.LayoutSetModel@Deprecated public boolean getOriginalPrivateLayout()
getColumnOriginalValue(String)@JSON public long getLogoId()
getLogoId in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setLogoId(long logoId)
setLogoId in interface com.liferay.portal.kernel.model.LayoutSetModel@Deprecated public long getOriginalLogoId()
getColumnOriginalValue(String)@JSON public java.lang.String getThemeId()
getThemeId in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setThemeId(java.lang.String themeId)
setThemeId in interface com.liferay.portal.kernel.model.LayoutSetModel@JSON public java.lang.String getColorSchemeId()
getColorSchemeId in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setColorSchemeId(java.lang.String colorSchemeId)
setColorSchemeId in interface com.liferay.portal.kernel.model.LayoutSetModel@JSON public long getFaviconFileEntryId()
getFaviconFileEntryId in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setFaviconFileEntryId(long faviconFileEntryId)
setFaviconFileEntryId in interface com.liferay.portal.kernel.model.LayoutSetModel@JSON public java.lang.String getCss()
getCss in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setCss(java.lang.String css)
setCss in interface com.liferay.portal.kernel.model.LayoutSetModel@JSON public java.lang.String getSettings()
getSettings in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setSettings(java.lang.String settings)
setSettings in interface com.liferay.portal.kernel.model.LayoutSetModel@JSON public java.lang.String getLayoutSetPrototypeUuid()
getLayoutSetPrototypeUuid in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setLayoutSetPrototypeUuid(java.lang.String layoutSetPrototypeUuid)
setLayoutSetPrototypeUuid in interface com.liferay.portal.kernel.model.LayoutSetModel@Deprecated public java.lang.String getOriginalLayoutSetPrototypeUuid()
getColumnOriginalValue(String)@JSON public boolean getLayoutSetPrototypeLinkEnabled()
getLayoutSetPrototypeLinkEnabled in interface com.liferay.portal.kernel.model.LayoutSetModel@JSON public boolean isLayoutSetPrototypeLinkEnabled()
isLayoutSetPrototypeLinkEnabled in interface com.liferay.portal.kernel.model.LayoutSetModelpublic void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
setLayoutSetPrototypeLinkEnabled in interface com.liferay.portal.kernel.model.LayoutSetModelpublic java.lang.String getCompanyFallbackVirtualHostname()
public void setCompanyFallbackVirtualHostname(java.lang.String companyFallbackVirtualHostname)
public java.util.TreeMap<java.lang.String,java.lang.String> getVirtualHostnames()
public void setVirtualHostnames(java.util.TreeMap<java.lang.String,java.lang.String> virtualHostnames)
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>public com.liferay.portal.kernel.model.LayoutSet toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>public com.liferay.portal.kernel.model.LayoutSet cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>cloneWithOriginalValues in interface com.liferay.portal.kernel.model.LayoutSetModelpublic int compareTo(com.liferay.portal.kernel.model.LayoutSet layoutSet)
compareTo in interface java.lang.Comparable<com.liferay.portal.kernel.model.LayoutSet>public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutSet> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>public java.lang.String toString()
toString in class java.lang.Objectpublic <T> T getColumnValue(java.lang.String columnName)
public <T> T getColumnOriginalValue(java.lang.String columnName)
public static long getColumnBitmask(java.lang.String columnName)