@JSON(strict=true)
public class AssetVocabularyModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>
implements com.liferay.asset.kernel.model.AssetVocabularyModel
This implementation and its corresponding interface AssetVocabularyModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetVocabularyImpl
.
AssetVocabularyImpl
,
Serialized FormModifier 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 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 String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
VISIBILITYTYPE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
Constructor and Description |
---|
AssetVocabularyModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
com.liferay.asset.kernel.model.AssetVocabulary |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary) |
boolean |
equals(Object object) |
Map<String,Function<com.liferay.asset.kernel.model.AssetVocabulary,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.asset.kernel.model.AssetVocabulary,Object>> |
getAttributeSetterBiConsumers() |
String[] |
getAvailableLanguageIds() |
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) |
String |
getOriginalUuid()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
int |
getOriginalVisibilityType()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
String |
getSettings() |
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() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
String |
getUuid() |
int |
getVisibilityType() |
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 |
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 |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setSettings(String settings) |
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 |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(String userUuid) |
void |
setUuid(String uuid) |
void |
setVisibilityType(int visibilityType) |
void |
setVocabularyId(long vocabularyId) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetVocabulary> |
toCacheModel() |
com.liferay.asset.kernel.model.AssetVocabulary |
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 UUID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long VISIBILITYTYPE_COLUMN_BITMASK
getColumnBitmask(String)
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetVocabulary>
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetVocabulary>
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>
public Map<String,Function<com.liferay.asset.kernel.model.AssetVocabulary,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
public Map<String,BiConsumer<com.liferay.asset.kernel.model.AssetVocabulary,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
@JSON public long getMvccVersion()
getMvccVersion
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
@JSON public long getCtCollectionId()
getCtCollectionId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetVocabulary>
public void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetVocabulary>
@JSON public String getUuid()
getUuid
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public void setUuid(String uuid)
setUuid
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
setUuid
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.AssetVocabularyModel
public void setExternalReferenceCode(String externalReferenceCode)
setExternalReferenceCode
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
@Deprecated public String getOriginalExternalReferenceCode()
getColumnOriginalValue(String)
@JSON public long getVocabularyId()
getVocabularyId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setVocabularyId(long vocabularyId)
setVocabularyId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
@JSON public long getGroupId()
getGroupId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public void setGroupId(long groupId)
setGroupId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
setGroupId
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.AssetVocabularyModel
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)
setCompanyId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
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
@Deprecated public long getOriginalCompanyId()
getColumnOriginalValue(String)
@JSON public long getUserId()
getUserId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserId(long userId)
setUserId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public String getUserUuid()
getUserUuid
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserUuid(String userUuid)
setUserUuid
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
@JSON public String getUserName()
getUserName
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserName(String userName)
setUserName
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
@JSON public Date getCreateDate()
getCreateDate
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public void setCreateDate(Date createDate)
setCreateDate
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
@JSON public Date getModifiedDate()
getModifiedDate
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
@JSON public String getName()
getName
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setName(String name)
setName
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
@Deprecated public String getOriginalName()
getColumnOriginalValue(String)
@JSON public String getTitle()
getTitle
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public String getTitle(Locale locale)
getTitle
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public String getTitle(Locale locale, boolean useDefault)
getTitle
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public String getTitle(String languageId)
getTitle
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public String getTitle(String languageId, boolean useDefault)
getTitle
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public String getTitleCurrentLanguageId()
getTitleCurrentLanguageId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
@JSON public String getTitleCurrentValue()
getTitleCurrentValue
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public Map<Locale,String> getTitleMap()
getTitleMap
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setTitle(String title)
setTitle
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setTitle(String title, Locale locale)
setTitle
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setTitle(String title, Locale locale, Locale defaultLocale)
setTitle
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setTitleCurrentLanguageId(String languageId)
setTitleCurrentLanguageId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setTitleMap(Map<Locale,String> titleMap)
setTitleMap
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setTitleMap(Map<Locale,String> titleMap, Locale defaultLocale)
setTitleMap
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
@JSON public String getDescription()
getDescription
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public String getDescription(Locale locale)
getDescription
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public String getDescription(Locale locale, boolean useDefault)
getDescription
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public String getDescription(String languageId)
getDescription
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public String getDescription(String languageId, boolean useDefault)
getDescription
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
@JSON public String getDescriptionCurrentValue()
getDescriptionCurrentValue
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public Map<Locale,String> getDescriptionMap()
getDescriptionMap
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setDescription(String description)
setDescription
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setDescription(String description, Locale locale)
setDescription
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setDescription(String description, Locale locale, Locale defaultLocale)
setDescription
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setDescriptionMap(Map<Locale,String> descriptionMap, Locale defaultLocale)
setDescriptionMap
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
@JSON public String getSettings()
getSettings
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setSettings(String settings)
setSettings
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
@JSON public int getVisibilityType()
getVisibilityType
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
public void setVisibilityType(int visibilityType)
setVisibilityType
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
@Deprecated public int getOriginalVisibilityType()
getColumnOriginalValue(String)
@JSON public Date getLastPublishDate()
getLastPublishDate
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public void setLastPublishDate(Date lastPublishDate)
setLastPublishDate
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public 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 com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>
public String[] getAvailableLanguageIds()
getAvailableLanguageIds
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getAvailableLanguageIds
in interface com.liferay.portal.kernel.model.LocalizedModel
public String getDefaultLanguageId()
getDefaultLanguageId
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
getDefaultLanguageId
in interface com.liferay.portal.kernel.model.LocalizedModel
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public com.liferay.asset.kernel.model.AssetVocabulary toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>
public Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>
public com.liferay.asset.kernel.model.AssetVocabulary cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.asset.kernel.model.AssetVocabularyModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
public int compareTo(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary)
compareTo
in interface Comparable<com.liferay.asset.kernel.model.AssetVocabulary>
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>
public com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetVocabulary> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>
public String toString()
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>
public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)