public abstract class ExportImportLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.exportimport.kernel.service.ExportImportLocalService, 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 ExportImportLocalServiceImpl.
ExportImportLocalServiceImpl| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.exportimport.kernel.service.ExportImportLocalService |
exportImportLocalService |
| Constructor and Description |
|---|
ExportImportLocalServiceBaseImpl() |
| 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.
|
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.
|
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportLayoutsAsFile, exportLayoutsAsFileInBackground, exportLayoutsAsFileInBackground, exportPortletInfoAsFile, exportPortletInfoAsFileInBackground, exportPortletInfoAsFileInBackground, importLayouts, importLayouts, importLayoutsDataDeletions, importLayoutSetPrototypeInBackground, importLayoutsInBackground, importLayoutsInBackground, importLayoutsInBackground, importLayoutsInBackground, importPortletDataDeletions, importPortletInfo, importPortletInfo, importPortletInfoInBackground, importPortletInfoInBackground, 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.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.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.ExportImportLocalServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServiceprotected void runSQL(String sql)
sql - the sql query