public class ExportImportServiceImpl extends ExportImportServiceBaseImpl
counterLocalService, exportImportLocalService, exportImportService
Constructor and Description |
---|
ExportImportServiceImpl() |
Modifier and Type | Method and Description |
---|---|
File |
exportLayoutsAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(long exportImportConfigurationId) |
File |
exportPortletInfoAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
void |
importLayouts(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importLayouts(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
long |
importLayoutsInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importLayoutsInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
void |
importPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
long |
importPortletInfoInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importPortletInfoInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
com.liferay.exportimport.kernel.lar.MissingReferences |
validateImportLayoutsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file) |
com.liferay.exportimport.kernel.lar.MissingReferences |
validateImportLayoutsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
com.liferay.exportimport.kernel.lar.MissingReferences |
validateImportPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file) |
com.liferay.exportimport.kernel.lar.MissingReferences |
validateImportPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
afterPropertiesSet, destroy, getCounterLocalService, getExportImportLocalService, getExportImportService, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setExportImportLocalService, setExportImportService
public File exportLayoutsAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public long exportLayoutsAsFileInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public long exportLayoutsAsFileInBackground(long exportImportConfigurationId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public File exportPortletInfoAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public long exportPortletInfoAsFileInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void importLayouts(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void importLayouts(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public long importLayoutsInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public long importLayoutsInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void importPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void importPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public long importPortletInfoInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public long importPortletInfoInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.exportimport.kernel.lar.MissingReferences validateImportLayoutsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.exportimport.kernel.lar.MissingReferences validateImportLayoutsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.exportimport.kernel.lar.MissingReferences validateImportPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.exportimport.kernel.lar.MissingReferences validateImportPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException