Package com.liferay.portal.model.impl
Class LayoutSetBranchModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetBranch>
com.liferay.portal.model.impl.LayoutSetBranchModelImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetBranch>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.LayoutSetBranchModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.LayoutSetBranch>
- Direct Known Subclasses:
LayoutSetBranchBaseImpl
@JSON(strict=true)
public class LayoutSetBranchModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetBranch>
implements com.liferay.portal.kernel.model.LayoutSetBranchModel
The base model implementation for the LayoutSetBranch service. Represents a row in the "LayoutSetBranch" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LayoutSetBranchModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutSetBranchImpl
.
- 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 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 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 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.LayoutSetBranch
int
compareTo
(com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) boolean
Map<String,
BiConsumer<com.liferay.portal.kernel.model.LayoutSetBranch, Object>> long
static long
getColumnBitmask
(String columnName) <T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
getCss()
com.liferay.expando.kernel.model.ExpandoBridge
long
long
boolean
long
boolean
Class<?>
long
getName()
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
boolean
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
boolean
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
boolean
long
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
isMaster()
boolean
void
void
setColorSchemeId
(String colorSchemeId) void
setCompanyId
(long companyId) void
setCreateDate
(Date createDate) void
void
setDescription
(String description) void
setExpandoBridgeAttributes
(com.liferay.portal.kernel.service.ServiceContext serviceContext) void
setGroupId
(long groupId) void
setLayoutSetBranchId
(long layoutSetBranchId) void
setLayoutSetPrototypeLinkEnabled
(boolean layoutSetPrototypeLinkEnabled) void
setLayoutSetPrototypeUuid
(String layoutSetPrototypeUuid) void
setLogoId
(long logoId) void
setMaster
(boolean master) void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) void
setMvccVersion
(long mvccVersion) void
void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setPrivateLayout
(boolean privateLayout) void
setSettings
(String settings) void
setThemeId
(String themeId) void
setUserId
(long userId) void
setUserName
(String userName) void
setUserUuid
(String userUuid) com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutSetBranch>
com.liferay.portal.kernel.model.LayoutSetBranch
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.LayoutSetBranchModel
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:
-
GROUPID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
MASTER_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
NAME_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:
-
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
-
-
Constructor Details
-
LayoutSetBranchModelImpl
public LayoutSetBranchModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetBranch>
- 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.LayoutSetBranch>
- 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.LayoutSetBranch>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetBranch>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetBranch>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetBranch>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.portal.kernel.model.LayoutSetBranch, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetBranch>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.portal.kernel.model.LayoutSetBranch, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetBranch>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
- 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.LayoutSetBranchModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
getLayoutSetBranchId
@JSON public long getLayoutSetBranchId()- Specified by:
getLayoutSetBranchId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setLayoutSetBranchId
public void setLayoutSetBranchId(long layoutSetBranchId) - Specified by:
setLayoutSetBranchId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getGroupId
@JSON public long getGroupId()- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
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.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
- 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.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
-
getUserId
@JSON public long getUserId()- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
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.LayoutSetBranchModel
-
getUserUuid
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setUserUuid
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getUserName
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setUserName
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getCreateDate
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setCreateDate
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getModifiedDate
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getPrivateLayout
@JSON public boolean getPrivateLayout()- Specified by:
getPrivateLayout
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
isPrivateLayout
@JSON public boolean isPrivateLayout()- Specified by:
isPrivateLayout
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setPrivateLayout
public void setPrivateLayout(boolean privateLayout) - Specified by:
setPrivateLayout
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getOriginalPrivateLayout
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getName
- Specified by:
getName
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setName
- Specified by:
setName
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getOriginalName
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getDescription
- Specified by:
getDescription
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setDescription
- Specified by:
setDescription
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getMaster
@JSON public boolean getMaster()- Specified by:
getMaster
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
isMaster
@JSON public boolean isMaster()- Specified by:
isMaster
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setMaster
public void setMaster(boolean master) - Specified by:
setMaster
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getOriginalMaster
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getLogoId
@JSON public long getLogoId()- Specified by:
getLogoId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setLogoId
public void setLogoId(long logoId) - Specified by:
setLogoId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getThemeId
- Specified by:
getThemeId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setThemeId
- Specified by:
setThemeId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getColorSchemeId
- Specified by:
getColorSchemeId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setColorSchemeId
- Specified by:
setColorSchemeId
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getCss
- Specified by:
getCss
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setCss
- Specified by:
setCss
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getSettings
- Specified by:
getSettings
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setSettings
- Specified by:
setSettings
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getLayoutSetPrototypeUuid
- Specified by:
getLayoutSetPrototypeUuid
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setLayoutSetPrototypeUuid
- Specified by:
setLayoutSetPrototypeUuid
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
getLayoutSetPrototypeLinkEnabled
@JSON public boolean getLayoutSetPrototypeLinkEnabled()- Specified by:
getLayoutSetPrototypeLinkEnabled
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
isLayoutSetPrototypeLinkEnabled
@JSON public boolean isLayoutSetPrototypeLinkEnabled()- Specified by:
isLayoutSetPrototypeLinkEnabled
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
setLayoutSetPrototypeLinkEnabled
public void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled) - Specified by:
setLayoutSetPrototypeLinkEnabled
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
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.LayoutSetBranch>
- 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.LayoutSetBranch>
-
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.LayoutSetBranch>
- Overrides:
setExpandoBridgeAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetBranch>
-
toEscapedModel
public com.liferay.portal.kernel.model.LayoutSetBranch toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetBranch>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetBranch>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetBranch>
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetBranch>
-
cloneWithOriginalValues
public com.liferay.portal.kernel.model.LayoutSetBranch cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetBranch>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.LayoutSetBranchModel
-
compareTo
public int compareTo(com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) - Specified by:
compareTo
in interfaceComparable<com.liferay.portal.kernel.model.LayoutSetBranch>
-
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.LayoutSetBranch>
-
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.LayoutSetBranch>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetBranch>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetBranch>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutSetBranch> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetBranch>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetBranch>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-