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:
AssetCategoryBaseImpl, AssetCategoryImpl, AssetCategoryModelImpl, AssetCategoryWrapper, AssetEntryBaseImpl, AssetEntryImpl, AssetEntryModelImpl, AssetEntryWrapper, AssetVocabularyBaseImpl, AssetVocabularyImpl, AssetVocabularyModelImpl, AssetVocabularyWrapper, DLFileEntryTypeBaseImpl, DLFileEntryTypeImpl, DLFileEntryTypeModelImpl, DLFileEntryTypeWrapper, GroupBaseImpl, GroupImpl, GroupModelImpl, GroupWrapper, LayoutBaseImpl, LayoutImpl, LayoutModelImpl, LayoutPrototypeBaseImpl, LayoutPrototypeImpl, LayoutPrototypeModelImpl, LayoutPrototypeWrapper, LayoutRevisionBaseImpl, LayoutRevisionImpl, LayoutRevisionModelImpl, LayoutRevisionWrapper, LayoutSetPrototypeBaseImpl, LayoutSetPrototypeImpl, LayoutSetPrototypeModelImpl, LayoutSetPrototypeWrapper, LayoutWrapper, RoleBaseImpl, RoleImpl, RoleModelImpl, RoleWrapper, StagedGroupImpl, 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