public abstract class ExportImportServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.exportimport.kernel.service.ExportImportService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in ExportImportServiceImpl.
ExportImportServiceImpl| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.exportimport.kernel.service.ExportImportLocalService |
exportImportLocalService |
protected com.liferay.exportimport.kernel.service.ExportImportService |
exportImportService |
| Constructor and Description |
|---|
ExportImportServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.exportimport.kernel.service.ExportImportLocalService |
getExportImportLocalService()
Returns the export import local service.
|
com.liferay.exportimport.kernel.service.ExportImportService |
getExportImportService()
Returns the export import remote service.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setExportImportLocalService(com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService)
Sets the export import local service.
|
void |
setExportImportService(com.liferay.exportimport.kernel.service.ExportImportService exportImportService)
Sets the export import remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportLayoutsAsFile, exportLayoutsAsFileInBackground, exportLayoutsAsFileInBackground, exportPortletInfoAsFile, exportPortletInfoAsFileInBackground, importLayouts, importLayouts, importLayoutsInBackground, importLayoutsInBackground, importPortletInfo, importPortletInfo, importPortletInfoInBackground, importPortletInfoInBackground, validateImportLayoutsFile, validateImportLayoutsFile, validateImportPortletInfo, validateImportPortletInfo@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportLocalService.class) protected com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService
@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportService.class) protected com.liferay.exportimport.kernel.service.ExportImportService exportImportService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.exportimport.kernel.service.ExportImportLocalService getExportImportLocalService()
public void setExportImportLocalService(com.liferay.exportimport.kernel.service.ExportImportLocalService exportImportLocalService)
exportImportLocalService - the export import local servicepublic com.liferay.exportimport.kernel.service.ExportImportService getExportImportService()
public void setExportImportService(com.liferay.exportimport.kernel.service.ExportImportService exportImportService)
exportImportService - the export import remote servicepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.exportimport.kernel.service.ExportImportServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServiceprotected void runSQL(String sql)
sql - the sql query