Liferay 6.0.5

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

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

public class AssetVocabularyImpl
extends AssetVocabularyModelImpl
implements AssetVocabulary

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetVocabularyModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
AssetVocabularyImpl()
           
 
Method Summary
 String getTitle(String languageId)
          Gets the localized title of this asset vocabulary.
 String getTitle(String languageId, boolean useDefault)
          Gets the localized title of this asset vocabulary, optionally using the default language if no localization exists for the requested language.
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetVocabularyModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionMap, getExpandoBridge, getGroupId, getModifiedDate, getName, getOriginalGroupId, getOriginalName, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getSettings, getTitle, getTitle, getTitle, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, hashCode, setCompanyId, setCreateDate, setDescription, setDescription, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setPrimaryKey, setSettings, setTitle, setTitle, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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, getDescriptionMap, getExpandoBridge, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getSettings, getTitle, getTitle, getTitle, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescriptionMap, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setSettings, setTitle, setTitle, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId, toEscapedModel, toString, toXmlString
 

Constructor Detail

AssetVocabularyImpl

public AssetVocabularyImpl()
Method Detail

getTitle

public String getTitle(String languageId)
Description copied from interface: AssetVocabularyModel
Gets the localized title of this asset vocabulary. Uses the default language if no localization exists for the requested language.

Specified by:
getTitle in interface AssetVocabulary
Specified by:
getTitle in interface AssetVocabularyModel
Overrides:
getTitle in class AssetVocabularyModelImpl
Parameters:
languageId - the id of the language to get the localized title for
Returns:
the localized title of this asset vocabulary

getTitle

public String getTitle(String languageId,
                       boolean useDefault)
Description copied from interface: AssetVocabularyModel
Gets the localized title of this asset vocabulary, optionally using the default language if no localization exists for the requested language.

Specified by:
getTitle in interface AssetVocabulary
Specified by:
getTitle in interface AssetVocabularyModel
Overrides:
getTitle in class AssetVocabularyModelImpl
Parameters:
languageId - the id of the language to get the localized title for
useDefault - whether to use the default language if no localization exists for the requested language
Returns:
the localized title of this asset vocabulary

Liferay 6.0.5