Liferay 7.0-ce-m6

com.liferay.portal.model
Interface LocalizedModel

All Known Subinterfaces:
AssetCategory, AssetCategoryModel, AssetEntry, AssetEntryModel, AssetVocabulary, AssetVocabularyModel, DDMContent, DDMContentModel, DDMStructure, DDMStructureModel, DDMStructureVersion, DDMStructureVersionModel, DDMTemplate, DDMTemplateModel, DDMTemplateVersion, DDMTemplateVersionModel, DLFileEntryType, DLFileEntryTypeModel, Group, GroupModel, JournalArticle, JournalArticleModel, Layout, LayoutModel, LayoutPrototype, LayoutPrototypeModel, LayoutRevision, LayoutRevisionModel, LayoutSetPrototype, LayoutSetPrototypeModel, MDRAction, MDRActionModel, MDRRule, MDRRuleGroup, MDRRuleGroupModel, MDRRuleModel, Role, RoleModel, StagedGroup
All Known Implementing Classes:
AssetCategoryWrapper, AssetEntryWrapper, AssetVocabularyWrapper, DDMContentWrapper, DDMStructureVersionWrapper, DDMStructureWrapper, DDMTemplateVersionWrapper, DDMTemplateWrapper, DLFileEntryTypeWrapper, GroupWrapper, JournalArticleWrapper, LayoutPrototypeWrapper, LayoutRevisionWrapper, LayoutSetPrototypeWrapper, LayoutWrapper, MDRActionWrapper, MDRRuleGroupWrapper, MDRRuleWrapper, RoleWrapper

public interface LocalizedModel


Method Summary
 String[] getAvailableLanguageIds()
           
 String getDefaultLanguageId()
           
 void prepareLocalizedFieldsForImport()
           
 void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
           
 

Method Detail

getAvailableLanguageIds

String[] getAvailableLanguageIds()

getDefaultLanguageId

String getDefaultLanguageId()

prepareLocalizedFieldsForImport

void prepareLocalizedFieldsForImport()
                                     throws LocaleException
Throws:
LocaleException

prepareLocalizedFieldsForImport

void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
                                     throws LocaleException
Throws:
LocaleException

Liferay 7.0-ce-m6