Liferay 7.0-ce-b4

com.liferay.portal.model
Interface LocalizedModel

All Known Subinterfaces:
AssetCategory, AssetCategoryModel, AssetEntry, AssetEntryModel, AssetVocabulary, AssetVocabularyModel, DLFileEntryType, DLFileEntryTypeModel, Group, GroupModel, Layout, LayoutModel, LayoutPrototype, LayoutPrototypeModel, LayoutRevision, LayoutRevisionModel, LayoutSetPrototype, LayoutSetPrototypeModel, Role, RoleModel, StagedGroup
All Known Implementing Classes:
AssetCategoryWrapper, AssetEntryWrapper, AssetVocabularyWrapper, DLFileEntryTypeWrapper, GroupWrapper, LayoutPrototypeWrapper, LayoutRevisionWrapper, LayoutSetPrototypeWrapper, LayoutWrapper, RoleWrapper, VirtualLayout

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-b4