@JSON(strict=true) @ProviderType public class KBFolderModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<KBFolder> implements KBFolderModel
This implementation and its corresponding interface KBFolderModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in KBFolderImpl
.
KBFolderImpl
,
KBFolder
,
KBFolderModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
KBFOLDERID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static long |
NAME_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
PARENTKBFOLDERID_COLUMN_BITMASK |
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 |
static long |
URLTITLE_COLUMN_BITMASK |
static long |
UUID_COLUMN_BITMASK |
Constructor and Description |
---|
KBFolderModelImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(KBFolder kbFolder) |
boolean |
equals(java.lang.Object obj) |
long |
getColumnBitmask() |
long |
getCompanyId()
Returns the company ID of this kb folder.
|
java.util.Date |
getCreateDate()
Returns the create date of this kb folder.
|
java.lang.String |
getDescription()
Returns the description of this kb folder.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this kb folder.
|
long |
getKbFolderId()
Returns the kb folder ID of this kb folder.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this kb folder.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this kb folder.
|
java.lang.String |
getName()
Returns the name of this kb folder.
|
long |
getOriginalCompanyId() |
long |
getOriginalGroupId() |
java.lang.String |
getOriginalName() |
long |
getOriginalParentKBFolderId() |
java.lang.String |
getOriginalUrlTitle() |
java.lang.String |
getOriginalUuid() |
long |
getParentKBFolderId()
Returns the parent kb folder ID of this kb folder.
|
long |
getPrimaryKey()
Returns the primary key of this kb folder.
|
java.io.Serializable |
getPrimaryKeyObj() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getUrlTitle()
Returns the url title of this kb folder.
|
long |
getUserId()
Returns the user ID of this kb folder.
|
java.lang.String |
getUserName()
Returns the user name of this kb folder.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kb folder.
|
java.lang.String |
getUuid()
Returns the uuid of this kb folder.
|
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId)
Sets the company ID of this kb folder.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kb folder.
|
void |
setDescription(java.lang.String description)
Sets the description of this kb folder.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this kb folder.
|
void |
setKbFolderId(long kbFolderId)
Sets the kb folder ID of this kb folder.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this kb folder.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this kb folder.
|
void |
setName(java.lang.String name)
Sets the name of this kb folder.
|
void |
setParentKBFolderId(long parentKBFolderId)
Sets the parent kb folder ID of this kb folder.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kb folder.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUrlTitle(java.lang.String urlTitle)
Sets the url title of this kb folder.
|
void |
setUserId(long userId)
Sets the user ID of this kb folder.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kb folder.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kb folder.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this kb folder.
|
com.liferay.portal.kernel.model.CacheModel<KBFolder> |
toCacheModel() |
KBFolder |
toEscapedModel() |
static KBFolder |
toModel(KBFolderSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<KBFolder> |
toModels(KBFolderSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
public 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
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long PARENTKBFOLDERID_COLUMN_BITMASK
public static final long URLTITLE_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long KBFOLDERID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static KBFolder toModel(KBFolderSoap soapModel)
soapModel
- the soap model instance to convertpublic static java.util.List<KBFolder> toModels(KBFolderSoap[] soapModels)
soapModels
- the soap model instances to convertpublic long getPrimaryKey()
KBFolderModel
getPrimaryKey
in interface KBFolderModel
public void setPrimaryKey(long primaryKey)
KBFolderModel
setPrimaryKey
in interface KBFolderModel
primaryKey
- the primary key of this kb folderpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface KBFolderModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<KBFolder>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface KBFolderModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<KBFolder>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
@JSON public java.lang.String getUuid()
KBFolderModel
getUuid
in interface KBFolderModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public void setUuid(java.lang.String uuid)
KBFolderModel
setUuid
in interface KBFolderModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this kb folderpublic java.lang.String getOriginalUuid()
@JSON public long getKbFolderId()
KBFolderModel
getKbFolderId
in interface KBFolderModel
public void setKbFolderId(long kbFolderId)
KBFolderModel
setKbFolderId
in interface KBFolderModel
kbFolderId
- the kb folder ID of this kb folder@JSON public long getGroupId()
KBFolderModel
getGroupId
in interface KBFolderModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public void setGroupId(long groupId)
KBFolderModel
setGroupId
in interface KBFolderModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this kb folderpublic long getOriginalGroupId()
@JSON public long getCompanyId()
KBFolderModel
getCompanyId
in interface KBFolderModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public void setCompanyId(long companyId)
KBFolderModel
setCompanyId
in interface KBFolderModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this kb folderpublic long getOriginalCompanyId()
@JSON public long getUserId()
KBFolderModel
getUserId
in interface KBFolderModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserId(long userId)
KBFolderModel
setUserId
in interface KBFolderModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this kb folderpublic java.lang.String getUserUuid()
KBFolderModel
getUserUuid
in interface KBFolderModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserUuid(java.lang.String userUuid)
KBFolderModel
setUserUuid
in interface KBFolderModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this kb folder@JSON public java.lang.String getUserName()
KBFolderModel
getUserName
in interface KBFolderModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserName(java.lang.String userName)
KBFolderModel
setUserName
in interface KBFolderModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this kb folder@JSON public java.util.Date getCreateDate()
KBFolderModel
getCreateDate
in interface KBFolderModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public void setCreateDate(java.util.Date createDate)
KBFolderModel
setCreateDate
in interface KBFolderModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this kb folder@JSON public java.util.Date getModifiedDate()
KBFolderModel
getModifiedDate
in interface KBFolderModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
KBFolderModel
setModifiedDate
in interface KBFolderModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this kb folder@JSON public long getParentKBFolderId()
KBFolderModel
getParentKBFolderId
in interface KBFolderModel
public void setParentKBFolderId(long parentKBFolderId)
KBFolderModel
setParentKBFolderId
in interface KBFolderModel
parentKBFolderId
- the parent kb folder ID of this kb folderpublic long getOriginalParentKBFolderId()
@JSON public java.lang.String getName()
KBFolderModel
getName
in interface KBFolderModel
public void setName(java.lang.String name)
KBFolderModel
setName
in interface KBFolderModel
name
- the name of this kb folderpublic java.lang.String getOriginalName()
@JSON public java.lang.String getUrlTitle()
KBFolderModel
getUrlTitle
in interface KBFolderModel
public void setUrlTitle(java.lang.String urlTitle)
KBFolderModel
setUrlTitle
in interface KBFolderModel
urlTitle
- the url title of this kb folderpublic java.lang.String getOriginalUrlTitle()
@JSON public java.lang.String getDescription()
KBFolderModel
getDescription
in interface KBFolderModel
public void setDescription(java.lang.String description)
KBFolderModel
setDescription
in interface KBFolderModel
description
- the description of this kb folder@JSON public java.util.Date getLastPublishDate()
KBFolderModel
getLastPublishDate
in interface KBFolderModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public void setLastPublishDate(java.util.Date lastPublishDate)
KBFolderModel
setLastPublishDate
in interface KBFolderModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
lastPublishDate
- the last publish date of this kb folderpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface KBFolderModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<KBFolder>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<KBFolder>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface KBFolderModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<KBFolder>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<KBFolder>
public KBFolder toEscapedModel()
toEscapedModel
in interface KBFolderModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<KBFolder>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<KBFolder>
public java.lang.Object clone()
clone
in interface KBFolderModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<KBFolder>
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<KBFolder>
public int compareTo(KBFolder kbFolder)
compareTo
in interface KBFolderModel
compareTo
in interface java.lang.Comparable<KBFolder>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface KBFolderModel
hashCode
in class java.lang.Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<KBFolder>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<KBFolder>
public void resetOriginalValues()
public com.liferay.portal.kernel.model.CacheModel<KBFolder> toCacheModel()
toCacheModel
in interface KBFolderModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<KBFolder>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<KBFolder>
public java.lang.String toString()
toString
in interface KBFolderModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface KBFolderModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<KBFolder>