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 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 booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic 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 longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final Stringstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final Object[][]static final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()com.liferay.portal.kernel.model.LayoutSetintcompareTo(com.liferay.portal.kernel.model.LayoutSet layoutSet) booleanMap<String,BiConsumer<com.liferay.portal.kernel.model.LayoutSet, Object>> longstatic longgetColumnBitmask(String columnName) <T> TgetColumnOriginalValue(String columnName) <T> TgetColumnValue(String columnName) longgetCss()longcom.liferay.expando.kernel.model.ExpandoBridgelonglonglongbooleanlongClass<?>longlongDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.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)booleanDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longbooleaninthashCode()booleanbooleanDeprecated.As of Athanasius (7.3.x), with no direct replacementbooleanDeprecated.As of Athanasius (7.3.x), with no direct replacementbooleanbooleanvoidvoidsetColorSchemeId(String colorSchemeId) voidsetCompanyFallbackVirtualHostname(String companyFallbackVirtualHostname) voidsetCompanyId(long companyId) voidsetCreateDate(Date createDate) voidvoidsetCtCollectionId(long ctCollectionId) voidsetExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) voidsetFaviconFileEntryId(long faviconFileEntryId) voidsetGroupId(long groupId) voidsetLayoutSetId(long layoutSetId) voidsetLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled) voidsetLayoutSetPrototypeUuid(String layoutSetPrototypeUuid) voidsetLogoId(long logoId) voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) voidsetMvccVersion(long mvccVersion) voidsetPrimaryKey(long primaryKey) voidsetPrimaryKeyObj(Serializable primaryKeyObj) voidsetPrivateLayout(boolean privateLayout) voidsetSettings(String settings) voidsetThemeId(String themeId) voidsetVirtualHostnames(TreeMap<String, String> virtualHostnames) com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutSet>com.liferay.portal.kernel.model.LayoutSettoString()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.portal.kernel.model.BaseModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods 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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutSet>- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutSet>- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>- 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.portal.kernel.model.LayoutSet>- Overrides:
getModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>- Overrides:
setModelAttributesin 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:
getAttributeGetterFunctionsin 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:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.LayoutSetModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.LayoutSetModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
getCtCollectionId
@JSON public long getCtCollectionId()- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutSet>- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutSet>- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getLayoutSetId
@JSON public long getLayoutSetId()- Specified by:
getLayoutSetIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setLayoutSetId
public void setLayoutSetId(long layoutSetId) - Specified by:
setLayoutSetIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getGroupId
@JSON public long getGroupId()- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getOriginalGroupId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getCreateDate
- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setCreateDate
- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getModifiedDate
- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getPrivateLayout
@JSON public boolean getPrivateLayout()- Specified by:
getPrivateLayoutin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
isPrivateLayout
@JSON public boolean isPrivateLayout()- Specified by:
isPrivateLayoutin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setPrivateLayout
public void setPrivateLayout(boolean privateLayout) - Specified by:
setPrivateLayoutin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getOriginalPrivateLayout
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getLogoId
@JSON public long getLogoId()- Specified by:
getLogoIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setLogoId
public void setLogoId(long logoId) - Specified by:
setLogoIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getOriginalLogoId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getThemeId
- Specified by:
getThemeIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setThemeId
- Specified by:
setThemeIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getColorSchemeId
- Specified by:
getColorSchemeIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setColorSchemeId
- Specified by:
setColorSchemeIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getFaviconFileEntryId
@JSON public long getFaviconFileEntryId()- Specified by:
getFaviconFileEntryIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setFaviconFileEntryId
public void setFaviconFileEntryId(long faviconFileEntryId) - Specified by:
setFaviconFileEntryIdin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getCss
- Specified by:
getCssin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setCss
- Specified by:
setCssin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getSettings
- Specified by:
getSettingsin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setSettings
- Specified by:
setSettingsin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getLayoutSetPrototypeUuid
- Specified by:
getLayoutSetPrototypeUuidin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setLayoutSetPrototypeUuid
- Specified by:
setLayoutSetPrototypeUuidin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
getOriginalLayoutSetPrototypeUuid
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getLayoutSetPrototypeLinkEnabled
@JSON public boolean getLayoutSetPrototypeLinkEnabled()- Specified by:
getLayoutSetPrototypeLinkEnabledin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
isLayoutSetPrototypeLinkEnabled
@JSON public boolean isLayoutSetPrototypeLinkEnabled()- Specified by:
isLayoutSetPrototypeLinkEnabledin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
setLayoutSetPrototypeLinkEnabled
public void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled) - Specified by:
setLayoutSetPrototypeLinkEnabledin 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:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.ClassedModel- Overrides:
getExpandoBridgein 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:
setExpandoBridgeAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>- Overrides:
setExpandoBridgeAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
-
toEscapedModel
public com.liferay.portal.kernel.model.LayoutSet toEscapedModel()- Specified by:
toEscapedModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>- Overrides:
toEscapedModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
-
clone
- Specified by:
clonein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>- Specified by:
clonein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
-
cloneWithOriginalValues
public com.liferay.portal.kernel.model.LayoutSet cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.LayoutSetModel
-
compareTo
public int compareTo(com.liferay.portal.kernel.model.LayoutSet layoutSet) - Specified by:
compareToin 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:
isEntityCacheEnabledin 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:
isFinderCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>- Overrides:
resetOriginalValuesin 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:
toCacheModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSet>- Overrides:
toCacheModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSet>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-