Liferay 7.0-ce-m3

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

Packages that use ExportImportConfigurationModel
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
 

Uses of ExportImportConfigurationModel in com.liferay.portal.model
 

Subinterfaces of ExportImportConfigurationModel in com.liferay.portal.model
 interface ExportImportConfiguration
          The extended model interface for the ExportImportConfiguration service.
 

Classes in com.liferay.portal.model that implement ExportImportConfigurationModel
 class ExportImportConfigurationWrapper
           This class is a wrapper for ExportImportConfiguration.
 

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

Classes in com.liferay.portal.model.impl that implement ExportImportConfigurationModel
 class ExportImportConfigurationBaseImpl
          The extended model base implementation for the ExportImportConfiguration service.
 class ExportImportConfigurationImpl
           
 class ExportImportConfigurationModelImpl
          The base model implementation for the ExportImportConfiguration service.
 


Liferay 7.0-ce-m3