Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.model.LocalizedModel

Packages that use LocalizedModel
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.adapter   
com.liferay.portal.model.adapter.impl   
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
 

Uses of LocalizedModel in com.liferay.portal.model
 

Subinterfaces of LocalizedModel in com.liferay.portal.model
 interface Group
          The extended model interface for the Group service.
 interface GroupModel
          The base model interface for the Group service.
 interface Layout
          The extended model interface for the Layout service.
 interface LayoutModel
          The base model interface for the Layout service.
 interface LayoutPrototype
          The extended model interface for the LayoutPrototype service.
 interface LayoutPrototypeModel
          The base model interface for the LayoutPrototype service.
 interface LayoutRevision
          The extended model interface for the LayoutRevision service.
 interface LayoutRevisionModel
          The base model interface for the LayoutRevision service.
 interface LayoutSetPrototype
          The extended model interface for the LayoutSetPrototype service.
 interface LayoutSetPrototypeModel
          The base model interface for the LayoutSetPrototype service.
 interface Role
          The extended model interface for the Role service.
 interface RoleModel
          The base model interface for the Role service.
 

Classes in com.liferay.portal.model that implement LocalizedModel
 class GroupWrapper
           This class is a wrapper for Group.
 class LayoutPrototypeWrapper
           This class is a wrapper for LayoutPrototype.
 class LayoutRevisionWrapper
           This class is a wrapper for LayoutRevision.
 class LayoutSetPrototypeWrapper
           This class is a wrapper for LayoutSetPrototype.
 class LayoutWrapper
           This class is a wrapper for Layout.
 class RoleWrapper
           This class is a wrapper for Role.
 

Uses of LocalizedModel in com.liferay.portal.model.adapter
 

Subinterfaces of LocalizedModel in com.liferay.portal.model.adapter
 interface StagedGroup
           
 

Uses of LocalizedModel in com.liferay.portal.model.adapter.impl
 

Classes in com.liferay.portal.model.adapter.impl that implement LocalizedModel
 class StagedGroupImpl
           
 

Uses of LocalizedModel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement LocalizedModel
 class GroupBaseImpl
          The extended model base implementation for the Group service.
 class GroupImpl
          Represents either a site or a generic resource container.
 class GroupModelImpl
          The base model implementation for the Group service.
 class LayoutBaseImpl
          The extended model base implementation for the Layout service.
 class LayoutImpl
          Represents a portal layout, providing access to the layout's URLs, parent layouts, child layouts, theme settings, type settings, and more.
 class LayoutModelImpl
          The base model implementation for the Layout service.
 class LayoutPrototypeBaseImpl
          The extended model base implementation for the LayoutPrototype service.
 class LayoutPrototypeImpl
           
 class LayoutPrototypeModelImpl
          The base model implementation for the LayoutPrototype service.
 class LayoutRevisionBaseImpl
          The extended model base implementation for the LayoutRevision service.
 class LayoutRevisionImpl
           
 class LayoutRevisionModelImpl
          The base model implementation for the LayoutRevision service.
 class LayoutSetPrototypeBaseImpl
          The extended model base implementation for the LayoutSetPrototype service.
 class LayoutSetPrototypeImpl
           
 class LayoutSetPrototypeModelImpl
          The base model implementation for the LayoutSetPrototype service.
 class RoleBaseImpl
          The extended model base implementation for the Role service.
 class RoleImpl
           
 class RoleModelImpl
          The base model implementation for the Role service.
 class VirtualLayout
           
 

Uses of LocalizedModel in com.liferay.portlet.asset.model
 

Subinterfaces of LocalizedModel in com.liferay.portlet.asset.model
 interface AssetCategory
          The extended model interface for the AssetCategory service.
 interface AssetCategoryModel
          The base model interface for the AssetCategory service.
 interface AssetEntry
          The extended model interface for the AssetEntry service.
 interface AssetEntryModel
          The base model interface for the AssetEntry service.
 interface AssetVocabulary
          The extended model interface for the AssetVocabulary service.
 interface AssetVocabularyModel
          The base model interface for the AssetVocabulary service.
 

Classes in com.liferay.portlet.asset.model that implement LocalizedModel
 class AssetCategoryWrapper
           This class is a wrapper for AssetCategory.
 class AssetEntryWrapper
           This class is a wrapper for AssetEntry.
 class AssetVocabularyWrapper
           This class is a wrapper for AssetVocabulary.
 

Uses of LocalizedModel in com.liferay.portlet.asset.model.impl
 

Classes in com.liferay.portlet.asset.model.impl that implement LocalizedModel
 class AssetCategoryBaseImpl
          The extended model base implementation for the AssetCategory service.
 class AssetCategoryImpl
           
 class AssetCategoryModelImpl
          The base model implementation for the AssetCategory service.
 class AssetEntryBaseImpl
          The extended model base implementation for the AssetEntry service.
 class AssetEntryImpl
           
 class AssetEntryModelImpl
          The base model implementation for the AssetEntry service.
 class AssetVocabularyBaseImpl
          The extended model base implementation for the AssetVocabulary service.
 class AssetVocabularyImpl
           
 class AssetVocabularyModelImpl
          The base model implementation for the AssetVocabulary service.
 

Uses of LocalizedModel in com.liferay.portlet.documentlibrary.model
 

Subinterfaces of LocalizedModel in com.liferay.portlet.documentlibrary.model
 interface DLFileEntryType
          The extended model interface for the DLFileEntryType service.
 interface DLFileEntryTypeModel
          The base model interface for the DLFileEntryType service.
 

Classes in com.liferay.portlet.documentlibrary.model that implement LocalizedModel
 class DLFileEntryTypeWrapper
           This class is a wrapper for DLFileEntryType.
 

Uses of LocalizedModel in com.liferay.portlet.documentlibrary.model.impl
 

Classes in com.liferay.portlet.documentlibrary.model.impl that implement LocalizedModel
 class DLFileEntryTypeBaseImpl
          The extended model base implementation for the DLFileEntryType service.
 class DLFileEntryTypeImpl
           
 class DLFileEntryTypeModelImpl
          The base model implementation for the DLFileEntryType service.
 


Liferay 7.0-ce-b4