Package com.liferay.portal.model.impl
Class LayoutBranchModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
com.liferay.portal.model.impl.LayoutBranchModelImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.LayoutBranchModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.LayoutBranch>
- Direct Known Subclasses:
LayoutBranchBaseImpl
@JSON(strict=true)
public class LayoutBranchModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
implements com.liferay.portal.kernel.model.LayoutBranchModel
The base model implementation for the LayoutBranch service. Represents a row in the "LayoutBranch" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LayoutBranchModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutBranchImpl
.
- 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
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 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.LayoutBranch
int
compareTo
(com.liferay.portal.kernel.model.LayoutBranch layoutBranch) boolean
Map<String,
BiConsumer<com.liferay.portal.kernel.model.LayoutBranch, Object>> long
static long
getColumnBitmask
(String columnName) <T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
com.liferay.expando.kernel.model.ExpandoBridge
long
long
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)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
getPlid()
long
long
int
hashCode()
boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
isMaster()
void
void
setCompanyId
(long companyId) void
setDescription
(String description) void
setExpandoBridgeAttributes
(com.liferay.portal.kernel.service.ServiceContext serviceContext) void
setGroupId
(long groupId) void
setLayoutBranchId
(long layoutBranchId) void
setLayoutSetBranchId
(long layoutSetBranchId) void
setMaster
(boolean master) void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) void
void
setPlid
(long plid) void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setUserId
(long userId) void
setUserName
(String userName) void
setUserUuid
(String userUuid) com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutBranch>
com.liferay.portal.kernel.model.LayoutBranch
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.LayoutBranchModel
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:
-
LAYOUTSETBRANCHID_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:
-
PLID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
LAYOUTBRANCHID_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
-
LayoutBranchModelImpl
public LayoutBranchModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
- 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.LayoutBranch>
- 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.LayoutBranch>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.portal.kernel.model.LayoutBranch, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.portal.kernel.model.LayoutBranch, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
- 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.LayoutBranchModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
getLayoutBranchId
@JSON public long getLayoutBranchId()- Specified by:
getLayoutBranchId
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
setLayoutBranchId
public void setLayoutBranchId(long layoutBranchId) - Specified by:
setLayoutBranchId
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
getGroupId
@JSON public long getGroupId()- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
- 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.LayoutBranchModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
-
getUserId
@JSON public long getUserId()- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
getUserUuid
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
setUserUuid
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
getUserName
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
setUserName
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
getLayoutSetBranchId
@JSON public long getLayoutSetBranchId()- Specified by:
getLayoutSetBranchId
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
setLayoutSetBranchId
public void setLayoutSetBranchId(long layoutSetBranchId) - Specified by:
setLayoutSetBranchId
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
getOriginalLayoutSetBranchId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getPlid
@JSON public long getPlid()- Specified by:
getPlid
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
setPlid
public void setPlid(long plid) - Specified by:
setPlid
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
getOriginalPlid
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getName
- Specified by:
getName
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
setName
- Specified by:
setName
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
getOriginalName
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getDescription
- Specified by:
getDescription
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
setDescription
- Specified by:
setDescription
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
getMaster
@JSON public boolean getMaster()- Specified by:
getMaster
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
isMaster
@JSON public boolean isMaster()- Specified by:
isMaster
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
setMaster
public void setMaster(boolean master) - Specified by:
setMaster
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
getOriginalMaster
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
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.LayoutBranch>
- 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.LayoutBranch>
-
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.LayoutBranch>
- Overrides:
setExpandoBridgeAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
toEscapedModel
public com.liferay.portal.kernel.model.LayoutBranch toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
cloneWithOriginalValues
public com.liferay.portal.kernel.model.LayoutBranch cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.LayoutBranchModel
-
compareTo
public int compareTo(com.liferay.portal.kernel.model.LayoutBranch layoutBranch) - Specified by:
compareTo
in interfaceComparable<com.liferay.portal.kernel.model.LayoutBranch>
-
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.LayoutBranch>
-
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.LayoutBranch>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutBranch> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-