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.impl This package defines the portal model implementation base classes. 
com.liferay.portlet.asset.model   
com.liferay.portlet.documentlibrary.model   
 

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.impl
 

Classes in com.liferay.portal.model.impl that implement LocalizedModel
 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.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.
 


Liferay 7.0-ce-b4