public abstract class ExportImportConfigurationServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.exportimport.kernel.service.ExportImportConfigurationService, 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 ExportImportConfigurationServiceImpl
.
ExportImportConfigurationServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder |
exportImportConfigurationFinder |
protected com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService |
exportImportConfigurationLocalService |
protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence |
exportImportConfigurationPersistence |
protected com.liferay.exportimport.kernel.service.ExportImportConfigurationService |
exportImportConfigurationService |
Constructor and Description |
---|
ExportImportConfigurationServiceBaseImpl() |
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.persistence.ExportImportConfigurationFinder |
getExportImportConfigurationFinder()
Returns the export import configuration finder.
|
com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService |
getExportImportConfigurationLocalService()
Returns the export import configuration local service.
|
com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence |
getExportImportConfigurationPersistence()
Returns the export import configuration persistence.
|
com.liferay.exportimport.kernel.service.ExportImportConfigurationService |
getExportImportConfigurationService()
Returns the export import configuration remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
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 |
setExportImportConfigurationFinder(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder)
Sets the export import configuration finder.
|
void |
setExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService)
Sets the export import configuration local service.
|
void |
setExportImportConfigurationPersistence(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence)
Sets the export import configuration persistence.
|
void |
setExportImportConfigurationService(com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService)
Sets the export import configuration remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService.class) protected com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService
@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportConfigurationService.class) protected com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService
@BeanReference(type=com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence.class) protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence
@BeanReference(type=com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder.class) protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public ExportImportConfigurationServiceBaseImpl()
public com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
public void setExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService)
exportImportConfigurationLocalService
- the export import configuration local servicepublic com.liferay.exportimport.kernel.service.ExportImportConfigurationService getExportImportConfigurationService()
public void setExportImportConfigurationService(com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService)
exportImportConfigurationService
- the export import configuration remote servicepublic com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
public void setExportImportConfigurationPersistence(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence)
exportImportConfigurationPersistence
- the export import configuration persistencepublic com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder getExportImportConfigurationFinder()
public void setExportImportConfigurationFinder(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder)
exportImportConfigurationFinder
- the export import configuration finderpublic 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.ExportImportConfigurationService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query