|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssetVocabulary
The model interface for the AssetVocabulary service. Represents a row in the "AssetVocabulary" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to AssetVocabularyImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a asset vocabulary model instance should use the AssetVocabulary
interface instead.
AssetVocabularyModel
,
AssetVocabularyImpl
,
AssetVocabularyModelImpl
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 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 |
Method Detail |
---|
String getTitle(String languageId)
AssetVocabularyModel
getTitle
in interface AssetVocabularyModel
languageId
- the id of the language to get the localized title for
String getTitle(String languageId, boolean useDefault)
AssetVocabularyModel
getTitle
in interface AssetVocabularyModel
languageId
- the id of the language to get the localized title foruseDefault
- whether to use the default language if no localization exists for the requested language
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |