@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
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.
AssetCategoryImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
COMPANYID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
EXTERNALREFERENCECODE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
GROUPID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LOCK_EXPIRATION_TIME |
static long |
NAME_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
PARENTCATEGORYID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
SESSION_FACTORY |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static long |
TREEPATH_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
VOCABULARYID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
| Constructor and Description |
|---|
AssetCategoryModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
com.liferay.asset.kernel.model.AssetCategory |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.asset.kernel.model.AssetCategory assetCategory) |
boolean |
equals(Object object) |
Map<String,Function<com.liferay.asset.kernel.model.AssetCategory,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.asset.kernel.model.AssetCategory,Object>> |
getAttributeSetterBiConsumers() |
String[] |
getAvailableLanguageIds() |
long |
getCategoryId() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(String columnName) |
<T> T |
getColumnOriginalValue(String columnName) |
<T> T |
getColumnValue(String columnName) |
long |
getCompanyId() |
Date |
getCreateDate() |
long |
getCtCollectionId() |
String |
getDefaultLanguageId() |
String |
getDescription() |
String |
getDescription(Locale locale) |
String |
getDescription(Locale locale,
boolean useDefault) |
String |
getDescription(String languageId) |
String |
getDescription(String languageId,
boolean useDefault) |
String |
getDescriptionCurrentLanguageId() |
String |
getDescriptionCurrentValue() |
Map<Locale,String> |
getDescriptionMap() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
String |
getExternalReferenceCode() |
long |
getGroupId() |
Date |
getLastPublishDate() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getMvccVersion() |
String |
getName() |
long |
getOriginalCompanyId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalExternalReferenceCode()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalGroupId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalName()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalParentCategoryId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalTreePath()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalUuid()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalVocabularyId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getParentCategoryId() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
String |
getTitle() |
String |
getTitle(Locale locale) |
String |
getTitle(Locale locale,
boolean useDefault) |
String |
getTitle(String languageId) |
String |
getTitle(String languageId,
boolean useDefault) |
String |
getTitleCurrentLanguageId() |
String |
getTitleCurrentValue() |
Map<Locale,String> |
getTitleMap() |
String |
getTreePath() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
String |
getUuid() |
long |
getVocabularyId() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale) |
void |
resetOriginalValues() |
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 |
setName(String name) |
void |
setParentCategoryId(long parentCategoryId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setTitle(String title) |
void |
setTitle(String title,
Locale locale) |
void |
setTitle(String title,
Locale locale,
Locale defaultLocale) |
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 |
setUuid(String uuid) |
void |
setVocabularyId(long vocabularyId) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetCategory> |
toCacheModel() |
com.liferay.asset.kernel.model.AssetCategory |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
@Deprecated public static final long COMPANYID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long EXTERNALREFERENCECODE_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long GROUPID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long NAME_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long PARENTCATEGORYID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long TREEPATH_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long UUID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long VOCABULARYID_COLUMN_BITMASK
getColumnBitmask(String)public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.asset.kernel.model.AssetCategoryModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetCategory>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.asset.kernel.model.AssetCategoryModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetCategory>public Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>public Map<String,Function<com.liferay.asset.kernel.model.AssetCategory,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>public Map<String,BiConsumer<com.liferay.asset.kernel.model.AssetCategory,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.asset.kernel.model.AssetCategoryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.asset.kernel.model.AssetCategoryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel@JSON public long getCtCollectionId()
getCtCollectionId in interface com.liferay.asset.kernel.model.AssetCategoryModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetCategory>public void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.asset.kernel.model.AssetCategoryModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetCategory>@JSON public String getUuid()
getUuid in interface com.liferay.asset.kernel.model.AssetCategoryModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void setUuid(String uuid)
setUuid in interface com.liferay.asset.kernel.model.AssetCategoryModelsetUuid in interface com.liferay.portal.kernel.model.StagedModel@Deprecated public String getOriginalUuid()
getColumnOriginalValue(String)@JSON public String getExternalReferenceCode()
getExternalReferenceCode in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setExternalReferenceCode(String externalReferenceCode)
setExternalReferenceCode in interface com.liferay.asset.kernel.model.AssetCategoryModel@Deprecated public String getOriginalExternalReferenceCode()
getColumnOriginalValue(String)@JSON public long getCategoryId()
getCategoryId in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setCategoryId(long categoryId)
setCategoryId in interface com.liferay.asset.kernel.model.AssetCategoryModel@JSON public long getGroupId()
getGroupId in interface com.liferay.asset.kernel.model.AssetCategoryModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.asset.kernel.model.AssetCategoryModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModel@Deprecated public long getOriginalGroupId()
getColumnOriginalValue(String)@JSON public long getCompanyId()
getCompanyId in interface com.liferay.asset.kernel.model.AssetCategoryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.asset.kernel.model.AssetCategoryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModel@Deprecated public long getOriginalCompanyId()
getColumnOriginalValue(String)@JSON public long getUserId()
getUserId in interface com.liferay.asset.kernel.model.AssetCategoryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserId(long userId)
setUserId in interface com.liferay.asset.kernel.model.AssetCategoryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic String getUserUuid()
getUserUuid in interface com.liferay.asset.kernel.model.AssetCategoryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserUuid(String userUuid)
setUserUuid in interface com.liferay.asset.kernel.model.AssetCategoryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModel@JSON public String getUserName()
getUserName in interface com.liferay.asset.kernel.model.AssetCategoryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserName(String userName)
setUserName in interface com.liferay.asset.kernel.model.AssetCategoryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModel@JSON public Date getCreateDate()
getCreateDate in interface com.liferay.asset.kernel.model.AssetCategoryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic void setCreateDate(Date createDate)
setCreateDate in interface com.liferay.asset.kernel.model.AssetCategoryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModel@JSON public Date getModifiedDate()
getModifiedDate in interface com.liferay.asset.kernel.model.AssetCategoryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate in interface com.liferay.asset.kernel.model.AssetCategoryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModel@JSON public long getParentCategoryId()
getParentCategoryId in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setParentCategoryId(long parentCategoryId)
setParentCategoryId in interface com.liferay.asset.kernel.model.AssetCategoryModel@Deprecated public long getOriginalParentCategoryId()
getColumnOriginalValue(String)@JSON public String getTreePath()
getTreePath in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setTreePath(String treePath)
setTreePath in interface com.liferay.asset.kernel.model.AssetCategoryModel@Deprecated public String getOriginalTreePath()
getColumnOriginalValue(String)@JSON public String getName()
getName in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setName(String name)
setName in interface com.liferay.asset.kernel.model.AssetCategoryModel@Deprecated public String getOriginalName()
getColumnOriginalValue(String)@JSON public String getTitle()
getTitle in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic String getTitle(Locale locale)
getTitle in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic String getTitle(Locale locale,
boolean useDefault)
getTitle in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic String getTitle(String languageId)
getTitle in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic String getTitle(String languageId,
boolean useDefault)
getTitle in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic String getTitleCurrentLanguageId()
getTitleCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetCategoryModel@JSON public String getTitleCurrentValue()
getTitleCurrentValue in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic Map<Locale,String> getTitleMap()
getTitleMap in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setTitle(String title)
setTitle in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setTitle(String title,
Locale locale)
setTitle in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setTitle(String title,
Locale locale,
Locale defaultLocale)
setTitle in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setTitleCurrentLanguageId(String languageId)
setTitleCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setTitleMap(Map<Locale,String> titleMap)
setTitleMap in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale)
setTitleMap in interface com.liferay.asset.kernel.model.AssetCategoryModel@JSON public String getDescription()
getDescription in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic String getDescription(Locale locale)
getDescription in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic String getDescription(Locale locale,
boolean useDefault)
getDescription in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic String getDescription(String languageId)
getDescription in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic String getDescription(String languageId,
boolean useDefault)
getDescription in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetCategoryModel@JSON public String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic Map<Locale,String> getDescriptionMap()
getDescriptionMap in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setDescription(String description)
setDescription in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setDescription(String description,
Locale locale)
setDescription in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setDescription(String description,
Locale locale,
Locale defaultLocale)
setDescription in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
setDescriptionMap in interface com.liferay.asset.kernel.model.AssetCategoryModel@JSON public long getVocabularyId()
getVocabularyId in interface com.liferay.asset.kernel.model.AssetCategoryModelpublic void setVocabularyId(long vocabularyId)
setVocabularyId in interface com.liferay.asset.kernel.model.AssetCategoryModel@Deprecated public long getOriginalVocabularyId()
getColumnOriginalValue(String)@JSON public Date getLastPublishDate()
getLastPublishDate in interface com.liferay.asset.kernel.model.AssetCategoryModelgetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelpublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate in interface com.liferay.asset.kernel.model.AssetCategoryModelsetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>public String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface com.liferay.asset.kernel.model.AssetCategoryModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic String getDefaultLanguageId()
getDefaultLanguageId in interface com.liferay.asset.kernel.model.AssetCategoryModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface com.liferay.asset.kernel.model.AssetCategoryModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface com.liferay.asset.kernel.model.AssetCategoryModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic com.liferay.asset.kernel.model.AssetCategory toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>clone in interface com.liferay.portal.kernel.model.StagedModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>public com.liferay.asset.kernel.model.AssetCategory cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.asset.kernel.model.AssetCategoryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>public int compareTo(com.liferay.asset.kernel.model.AssetCategory assetCategory)
compareTo in interface Comparable<com.liferay.asset.kernel.model.AssetCategory>public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Object@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>public com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetCategory> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>public String toString()
toString in class Objectpublic String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)