|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssetVocabulary
The extended model interface for the AssetVocabulary service. Represents a row in the "AssetVocabulary" database table, with each column mapped to a property of this class.
AssetVocabularyModel
,
AssetVocabularyImpl
,
AssetVocabularyModelImpl
Method Summary | |
---|---|
String |
getSettings()
Returns the settings of this asset vocabulary. |
UnicodeProperties |
getSettingsProperties()
|
String |
getTitle(String languageId)
Returns the localized title of this asset vocabulary in the language. |
String |
getTitle(String languageId,
boolean useDefault)
Returns the localized title of this asset vocabulary in the language, optionally using the default language if no localization exists for the requested language. |
boolean |
isMultiValued()
|
boolean |
isRequired(long classNameId)
|
void |
setSettings(String settings)
Sets the settings of this asset vocabulary. |
void |
setSettingsProperties(UnicodeProperties settingsProperties)
|
Methods inherited from interface com.liferay.portal.model.BaseModel |
---|
getModelAttributes, resetOriginalValues, setModelAttributes |
Methods inherited from interface com.liferay.portal.model.ClassedModel |
---|
getModelClass, getModelClassName |
Methods inherited from interface com.liferay.portal.model.PersistedModel |
---|
persist |
Method Detail |
---|
String getSettings()
AssetVocabularyModel
getSettings
in interface AssetVocabularyModel
UnicodeProperties getSettingsProperties()
String getTitle(String languageId)
AssetVocabularyModel
getTitle
in interface AssetVocabularyModel
languageId
- the ID of the language
String getTitle(String languageId, boolean useDefault)
AssetVocabularyModel
getTitle
in interface AssetVocabularyModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language
boolean isMultiValued()
boolean isRequired(long classNameId)
void setSettings(String settings)
AssetVocabularyModel
setSettings
in interface AssetVocabularyModel
settings
- the settings of this asset vocabularyvoid setSettingsProperties(UnicodeProperties settingsProperties)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |