com.liferay.portlet.asset.model.impl
Class AssetVocabularyImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetVocabulary>
      extended by com.liferay.portlet.asset.model.impl.AssetVocabularyModelImpl
          extended by com.liferay.portlet.asset.model.impl.AssetVocabularyBaseImpl
              extended by com.liferay.portlet.asset.model.impl.AssetVocabularyImpl
All Implemented Interfaces:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetVocabulary>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.asset.model.AssetVocabulary, com.liferay.portlet.asset.model.AssetVocabularyModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.asset.model.AssetVocabulary>

public class AssetVocabularyImpl
extends AssetVocabularyBaseImpl

Author:
Brian Wing Shun Chan, Juan Fernández
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetVocabularyModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
AssetVocabularyImpl()
           
 
Method Summary
 java.lang.String getSettings()
           
 com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties()
           
 java.lang.String getTitle(java.lang.String languageId)
           
 java.lang.String getTitle(java.lang.String languageId, boolean useDefault)
           
 boolean isMultiValued()
           
 boolean isRequired(long classNameId)
           
 void setSettings(java.lang.String settings)
           
 void setSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties settingsProperties)
           
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetVocabularyBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetVocabularyModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalCompanyId, getOriginalGroupId, getOriginalName, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setPrimaryKey, setPrimaryKeyObj, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetVocabularyModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

AssetVocabularyImpl

public AssetVocabularyImpl()
Method Detail

getSettings

public java.lang.String getSettings()
Specified by:
getSettings in interface com.liferay.portlet.asset.model.AssetVocabulary
Specified by:
getSettings in interface com.liferay.portlet.asset.model.AssetVocabularyModel
Overrides:
getSettings in class AssetVocabularyModelImpl

getSettingsProperties

public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties()

getTitle

public java.lang.String getTitle(java.lang.String languageId)
Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetVocabulary
Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetVocabularyModel
Overrides:
getTitle in class AssetVocabularyModelImpl

getTitle

public java.lang.String getTitle(java.lang.String languageId,
                                 boolean useDefault)
Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetVocabulary
Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetVocabularyModel
Overrides:
getTitle in class AssetVocabularyModelImpl

isMultiValued

public boolean isMultiValued()

isRequired

public boolean isRequired(long classNameId)

setSettings

public void setSettings(java.lang.String settings)
Specified by:
setSettings in interface com.liferay.portlet.asset.model.AssetVocabulary
Specified by:
setSettings in interface com.liferay.portlet.asset.model.AssetVocabularyModel
Overrides:
setSettings in class AssetVocabularyModelImpl

setSettingsProperties

public void setSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties settingsProperties)