Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.exportimport.lar.MissingReferences

Packages that use MissingReferences
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.exportimport.controller   
com.liferay.portlet.exportimport.exception   
com.liferay.portlet.exportimport.lar   
com.liferay.portlet.exportimport.service   
com.liferay.portlet.exportimport.service.http   
com.liferay.portlet.exportimport.service.impl   
 

Uses of MissingReferences in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return MissingReferences
 MissingReferences LayoutService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, File)
 MissingReferences LayoutLocalService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, File)
 MissingReferences LayoutServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, File)
 MissingReferences LayoutLocalServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, File)
static MissingReferences LayoutLocalServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, File)
static MissingReferences LayoutServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, File)
 MissingReferences LayoutService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
 MissingReferences LayoutServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
static MissingReferences LayoutLocalServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
static MissingReferences LayoutServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
 MissingReferences LayoutService.validateImportLayoutsFile(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutServiceWrapper.validateImportLayoutsFile(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences LayoutServiceUtil.validateImportLayoutsFile(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutService.validateImportLayoutsFile(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutServiceWrapper.validateImportLayoutsFile(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences LayoutServiceUtil.validateImportLayoutsFile(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutLocalService.validateImportLayoutsFile(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutLocalServiceWrapper.validateImportLayoutsFile(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences LayoutLocalServiceUtil.validateImportLayoutsFile(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutLocalService.validateImportLayoutsFile(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutLocalServiceWrapper.validateImportLayoutsFile(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences LayoutLocalServiceUtil.validateImportLayoutsFile(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, File)
 MissingReferences LayoutLocalService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, File)
 MissingReferences LayoutServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, File)
 MissingReferences LayoutLocalServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, File)
static MissingReferences LayoutLocalServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, File)
static MissingReferences LayoutServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, File)
 MissingReferences LayoutService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
 MissingReferences LayoutServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
static MissingReferences LayoutLocalServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
static MissingReferences LayoutServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalService.validateImportPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutLocalServiceWrapper.validateImportPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences LayoutLocalServiceUtil.validateImportPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutLocalService.validateImportPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutLocalServiceWrapper.validateImportPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences LayoutLocalServiceUtil.validateImportPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutService.validateImportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutServiceWrapper.validateImportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences LayoutServiceUtil.validateImportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutService.validateImportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutServiceWrapper.validateImportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences LayoutServiceUtil.validateImportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 

Uses of MissingReferences in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return MissingReferences
static MissingReferences LayoutServiceHttp.validateImportLayoutsFile(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences LayoutServiceHttp.validateImportLayoutsFile(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences LayoutServiceHttp.validateImportLayoutsFile(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
           
static MissingReferences LayoutServiceHttp.validateImportLayoutsFile(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream inputStream)
           
static MissingReferences LayoutServiceHttp.validateImportPortletInfo(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences LayoutServiceHttp.validateImportPortletInfo(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences LayoutServiceHttp.validateImportPortletInfo(HttpPrincipal httpPrincipal, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
           
static MissingReferences LayoutServiceHttp.validateImportPortletInfo(HttpPrincipal httpPrincipal, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream inputStream)
           
 

Uses of MissingReferences in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return MissingReferences
 MissingReferences LayoutServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, File)
 MissingReferences LayoutLocalServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, File)
 MissingReferences LayoutServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
 MissingReferences LayoutServiceImpl.validateImportLayoutsFile(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutServiceImpl.validateImportLayoutsFile(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutLocalServiceImpl.validateImportLayoutsFile(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutLocalServiceImpl.validateImportLayoutsFile(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, File)
 MissingReferences LayoutLocalServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, File)
 MissingReferences LayoutServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalServiceImpl.validateImportPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutLocalServiceImpl.validateImportPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutServiceImpl.validateImportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences LayoutServiceImpl.validateImportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 

Uses of MissingReferences in com.liferay.portlet.exportimport.controller
 

Methods in com.liferay.portlet.exportimport.controller that return MissingReferences
 MissingReferences ImportController.validateFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 

Uses of MissingReferences in com.liferay.portlet.exportimport.exception
 

Methods in com.liferay.portlet.exportimport.exception that return MissingReferences
 MissingReferences MissingReferenceException.getMissingReferences()
           
 

Constructors in com.liferay.portlet.exportimport.exception with parameters of type MissingReferences
MissingReferenceException(MissingReferences missingReferences)
           
 

Uses of MissingReferences in com.liferay.portlet.exportimport.lar
 

Methods in com.liferay.portlet.exportimport.lar that return MissingReferences
static MissingReferences ExportImportHelperUtil.validateMissingReferences(long userId, long groupId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportHelperUtil.validateMissingReferences(PortletDataContext)
 MissingReferences ExportImportHelper.validateMissingReferences(long userId, long groupId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportHelper.validateMissingReferences(PortletDataContext)
static MissingReferences ExportImportHelperUtil.validateMissingReferences(PortletDataContext portletDataContext)
           
 MissingReferences ExportImportHelper.validateMissingReferences(PortletDataContext portletDataContext)
           
 

Uses of MissingReferences in com.liferay.portlet.exportimport.service
 

Methods in com.liferay.portlet.exportimport.service that return MissingReferences
 MissingReferences StagingServiceWrapper.publishStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences StagingServiceUtil.publishStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences StagingService.publishStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences StagingServiceWrapper.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
static MissingReferences StagingServiceUtil.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
 MissingReferences StagingService.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
static MissingReferences StagingLocalServiceUtil.publishStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences StagingLocalService.publishStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences StagingLocalServiceWrapper.publishStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences StagingLocalServiceUtil.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
 MissingReferences StagingLocalService.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
 MissingReferences StagingLocalServiceWrapper.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
static MissingReferences ExportImportLocalServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportLocalService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences ExportImportServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportLocalServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences ExportImportLocalServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportLocalService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences ExportImportServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportLocalServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences ExportImportLocalServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportLocalService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences ExportImportServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportLocalServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences ExportImportLocalServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportLocalService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences ExportImportServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportLocalServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences StagingServiceWrapper.validateStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, replaced by StagingServiceWrapper.publishStagingRequest(long, boolean, Map)
static MissingReferences StagingServiceUtil.validateStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, replaced by StagingServiceUtil.publishStagingRequest(long, boolean, Map)
 MissingReferences StagingService.validateStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, replaced by StagingService.publishStagingRequest(long, boolean, Map)
static MissingReferences StagingLocalServiceUtil.validateStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, replaced by StagingLocalServiceUtil.publishStagingRequest(long, long, boolean, Map)
 MissingReferences StagingLocalService.validateStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, replaced by StagingLocalService.publishStagingRequest(long, long, boolean, Map)
 MissingReferences StagingLocalServiceWrapper.validateStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, replaced by StagingLocalServiceWrapper.publishStagingRequest(long, long, boolean, Map)
 

Uses of MissingReferences in com.liferay.portlet.exportimport.service.http
 

Methods in com.liferay.portlet.exportimport.service.http that return MissingReferences
static MissingReferences StagingServiceHttp.publishStagingRequest(HttpPrincipal httpPrincipal, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
           
static MissingReferences StagingServiceHttp.publishStagingRequest(HttpPrincipal httpPrincipal, long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
static MissingReferences StagingServiceSoap.publishStagingRequest(long stagingRequestId, ExportImportConfigurationSoap exportImportConfiguration)
           
static MissingReferences ExportImportServiceHttp.validateImportLayoutsFile(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences ExportImportServiceHttp.validateImportLayoutsFile(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences ExportImportServiceHttp.validateImportPortletInfo(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences ExportImportServiceHttp.validateImportPortletInfo(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences StagingServiceHttp.validateStagingRequest(HttpPrincipal httpPrincipal, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
           
 

Uses of MissingReferences in com.liferay.portlet.exportimport.service.impl
 

Methods in com.liferay.portlet.exportimport.service.impl that return MissingReferences
 MissingReferences StagingServiceImpl.publishStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences StagingServiceImpl.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
 MissingReferences StagingLocalServiceImpl.publishStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences StagingLocalServiceImpl.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
 MissingReferences ExportImportLocalServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportLocalServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportLocalServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportLocalServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences StagingServiceImpl.validateStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, replaced by StagingServiceImpl.publishStagingRequest(long, boolean, Map)
 MissingReferences StagingLocalServiceImpl.validateStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, replaced by StagingLocalServiceImpl.publishStagingRequest(long, long, boolean, Map)
 


Liferay 7.0-ce-b4