Class AssetCategoryModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>
com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl
- All Implemented Interfaces:
com.liferay.asset.kernel.model.AssetCategoryModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetCategory>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedGroupedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<com.liferay.asset.kernel.model.AssetCategory>
- Direct Known Subclasses:
AssetCategoryBaseImpl
@JSON(strict=true)
public class AssetCategoryModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>
implements com.liferay.asset.kernel.model.AssetCategoryModel
The base model implementation for the AssetCategory service. Represents a row in the "AssetCategory" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface AssetCategoryModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetCategoryImpl
.
- 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 long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
static 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 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 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 long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
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)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
com.liferay.asset.kernel.model.AssetCategory
int
compareTo
(com.liferay.asset.kernel.model.AssetCategory assetCategory) boolean
Map<String,
BiConsumer<com.liferay.asset.kernel.model.AssetCategory, Object>> String[]
long
long
static long
getColumnBitmask
(String columnName) <T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
long
getDescription
(String languageId) getDescription
(String languageId, boolean useDefault) getDescription
(Locale locale) getDescription
(Locale locale, boolean useDefault) com.liferay.expando.kernel.model.ExpandoBridge
long
Class<?>
long
getName()
long
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)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
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
long
com.liferay.exportimport.kernel.lar.StagedModelType
getTitle()
long
getUuid()
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 replacementvoid
void
prepareLocalizedFieldsForImport
(Locale defaultImportLocale) void
void
setCategoryId
(long categoryId) void
setCompanyId
(long companyId) void
setCreateDate
(Date createDate) void
setCtCollectionId
(long ctCollectionId) void
setDescription
(String description) void
setDescription
(String description, Locale locale) void
setDescription
(String description, Locale locale, Locale defaultLocale) void
setDescriptionCurrentLanguageId
(String languageId) void
setDescriptionMap
(Map<Locale, String> descriptionMap) void
setDescriptionMap
(Map<Locale, String> descriptionMap, Locale defaultLocale) void
setExpandoBridgeAttributes
(com.liferay.portal.kernel.service.ServiceContext serviceContext) void
setExternalReferenceCode
(String externalReferenceCode) void
setGroupId
(long groupId) void
setLastPublishDate
(Date lastPublishDate) void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) void
setMvccVersion
(long mvccVersion) void
void
setParentCategoryId
(long parentCategoryId) void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
void
void
void
setTitleCurrentLanguageId
(String languageId) void
setTitleMap
(Map<Locale, String> titleMap) void
setTitleMap
(Map<Locale, String> titleMap, Locale defaultLocale) void
setTreePath
(String treePath) void
setUserId
(long userId) void
setUserName
(String userName) void
setUserUuid
(String userUuid) void
void
setVocabularyId
(long vocabularyId) com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetCategory>
com.liferay.asset.kernel.model.AssetCategory
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.asset.kernel.model.AssetCategoryModel
toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
-
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:
-
COMPANYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
EXTERNALREFERENCECODE_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:
-
NAME_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
PARENTCATEGORYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
TREEPATH_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
UUID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
VOCABULARYID_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
-
AssetCategoryModelImpl
public AssetCategoryModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetCategory>
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetCategory>
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
- 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.asset.kernel.model.AssetCategory>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.asset.kernel.model.AssetCategory, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.asset.kernel.model.AssetCategory, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersion
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
getCtCollectionId
@JSON public long getCtCollectionId()- Specified by:
getCtCollectionId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetCategory>
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetCategory>
-
getUuid
- Specified by:
getUuid
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setUuid
- Specified by:
setUuid
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getOriginalUuid
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getExternalReferenceCode
- Specified by:
getExternalReferenceCode
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
-
setExternalReferenceCode
- Specified by:
setExternalReferenceCode
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
-
getOriginalExternalReferenceCode
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getCategoryId
@JSON public long getCategoryId()- Specified by:
getCategoryId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setCategoryId
public void setCategoryId(long categoryId) - Specified by:
setCategoryId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getGroupId
@JSON public long getGroupId()- Specified by:
getGroupId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
-
getOriginalGroupId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getUserId
@JSON public long getUserId()- Specified by:
getUserId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
-
getUserUuid
- Specified by:
getUserUuid
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
-
setUserUuid
- Specified by:
setUserUuid
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
-
getUserName
- Specified by:
getUserName
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
-
setUserName
- Specified by:
setUserName
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
-
getCreateDate
- Specified by:
getCreateDate
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setCreateDate
- Specified by:
setCreateDate
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getModifiedDate
- Specified by:
getModifiedDate
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDate
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getParentCategoryId
@JSON public long getParentCategoryId()- Specified by:
getParentCategoryId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setParentCategoryId
public void setParentCategoryId(long parentCategoryId) - Specified by:
setParentCategoryId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getOriginalParentCategoryId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getTreePath
- Specified by:
getTreePath
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setTreePath
- Specified by:
setTreePath
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getOriginalTreePath
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getName
- Specified by:
getName
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setName
- Specified by:
setName
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getOriginalName
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getTitle
- Specified by:
getTitle
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getTitle
- Specified by:
getTitle
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getTitle
- Specified by:
getTitle
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getTitle
- Specified by:
getTitle
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getTitle
- Specified by:
getTitle
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getTitleCurrentLanguageId
- Specified by:
getTitleCurrentLanguageId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getTitleCurrentValue
- Specified by:
getTitleCurrentValue
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getTitleMap
- Specified by:
getTitleMap
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setTitle
- Specified by:
setTitle
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setTitle
- Specified by:
setTitle
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setTitle
- Specified by:
setTitle
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setTitleCurrentLanguageId
- Specified by:
setTitleCurrentLanguageId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setTitleMap
- Specified by:
setTitleMap
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setTitleMap
- Specified by:
setTitleMap
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getDescription
- Specified by:
getDescription
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getDescription
- Specified by:
getDescription
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getDescription
- Specified by:
getDescription
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getDescription
- Specified by:
getDescription
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getDescription
- Specified by:
getDescription
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getDescriptionCurrentLanguageId
- Specified by:
getDescriptionCurrentLanguageId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getDescriptionCurrentValue
- Specified by:
getDescriptionCurrentValue
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getDescriptionMap
- Specified by:
getDescriptionMap
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setDescription
- Specified by:
setDescription
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setDescription
- Specified by:
setDescription
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setDescription
- Specified by:
setDescription
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setDescriptionCurrentLanguageId
- Specified by:
setDescriptionCurrentLanguageId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setDescriptionMap
- Specified by:
setDescriptionMap
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setDescriptionMap
- Specified by:
setDescriptionMap
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getVocabularyId
@JSON public long getVocabularyId()- Specified by:
getVocabularyId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
setVocabularyId
public void setVocabularyId(long vocabularyId) - Specified by:
setVocabularyId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
-
getOriginalVocabularyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getLastPublishDate
- Specified by:
getLastPublishDate
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
-
setLastPublishDate
- Specified by:
setLastPublishDate
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
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.asset.kernel.model.AssetCategory>
- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.ClassedModel
- Overrides:
getExpandoBridge
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>
-
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
setExpandoBridgeAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
- Overrides:
setExpandoBridgeAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageId
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
getDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException - Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
toEscapedModel
public com.liferay.asset.kernel.model.AssetCategory toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>
-
cloneWithOriginalValues
public com.liferay.asset.kernel.model.AssetCategory cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.asset.kernel.model.AssetCategoryModel
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
-
compareTo
public int compareTo(com.liferay.asset.kernel.model.AssetCategory assetCategory) - Specified by:
compareTo
in interfaceComparable<com.liferay.asset.kernel.model.AssetCategory>
-
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.asset.kernel.model.AssetCategory>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetCategory> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-