|
|||||||||
| 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 com.liferay.portlet.asset.model.impl.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,
com.liferay.portlet.asset.model.impl.AssetVocabularyImpl,
com.liferay.portlet.asset.model.impl.AssetVocabularyModelImpl| Method Summary | |
|---|---|
java.lang.String |
getTitle(java.lang.String languageId)
Gets the localized title of this asset vocabulary. |
java.lang.String |
getTitle(java.lang.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 |
|---|
java.lang.String getTitle(java.lang.String languageId)
AssetVocabularyModel
getTitle in interface AssetVocabularyModellanguageId - the id of the language to get the localized title for
java.lang.String getTitle(java.lang.String languageId,
boolean useDefault)
AssetVocabularyModel
getTitle in interface AssetVocabularyModellanguageId - 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||