Class ExportImportConfigurationServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.exportimport.service.base.ExportImportConfigurationServiceBaseImpl
- All Implemented Interfaces:
com.liferay.exportimport.kernel.service.ExportImportConfigurationService,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseService
- Direct Known Subclasses:
ExportImportConfigurationServiceImpl
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
Provides the base implementation for the export import configuration remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in ExportImportConfigurationServiceImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalServiceprotected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderprotected com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalServiceprotected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistenceprotected com.liferay.exportimport.kernel.service.ExportImportConfigurationServiceFields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()com.liferay.counter.kernel.service.CounterLocalServiceReturns the counter local service.com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderReturns the export import configuration finder.com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalServiceReturns the export import configuration local service.com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistenceReturns the export import configuration persistence.com.liferay.exportimport.kernel.service.ExportImportConfigurationServiceReturns the export import configuration remote service.protected Class<?>protected StringReturns the OSGi service identifier.protected voidPerforms a SQL query.voidsetCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.voidsetExportImportConfigurationFinder(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder) Sets the export import configuration finder.voidsetExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService) Sets the export import configuration local service.voidsetExportImportConfigurationPersistence(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence) Sets the export import configuration persistence.voidsetExportImportConfigurationService(com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService) Sets the export import configuration remote service.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.exportimport.kernel.service.ExportImportConfigurationService
deleteExportImportConfiguration, moveExportImportConfigurationToTrash, restoreExportImportConfigurationFromTrash
-
Field Details
-
exportImportConfigurationLocalService
@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService.class) protected com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService -
exportImportConfigurationService
@BeanReference(type=com.liferay.exportimport.kernel.service.ExportImportConfigurationService.class) protected com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService -
exportImportConfigurationPersistence
@BeanReference(type=com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence.class) protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence -
exportImportConfigurationFinder
@BeanReference(type=com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder.class) protected com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
ExportImportConfigurationServiceBaseImpl
public ExportImportConfigurationServiceBaseImpl()
-
-
Method Details
-
getExportImportConfigurationLocalService
public com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService getExportImportConfigurationLocalService()Returns the export import configuration local service.- Returns:
- the export import configuration local service
-
setExportImportConfigurationLocalService
public void setExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService) Sets the export import configuration local service.- Parameters:
exportImportConfigurationLocalService- the export import configuration local service
-
getExportImportConfigurationService
public com.liferay.exportimport.kernel.service.ExportImportConfigurationService getExportImportConfigurationService()Returns the export import configuration remote service.- Returns:
- the export import configuration remote service
-
setExportImportConfigurationService
public void setExportImportConfigurationService(com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService) Sets the export import configuration remote service.- Parameters:
exportImportConfigurationService- the export import configuration remote service
-
getExportImportConfigurationPersistence
public com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence getExportImportConfigurationPersistence()Returns the export import configuration persistence.- Returns:
- the export import configuration persistence
-
setExportImportConfigurationPersistence
public void setExportImportConfigurationPersistence(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationPersistence exportImportConfigurationPersistence) Sets the export import configuration persistence.- Parameters:
exportImportConfigurationPersistence- the export import configuration persistence
-
getExportImportConfigurationFinder
public com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder getExportImportConfigurationFinder()Returns the export import configuration finder.- Returns:
- the export import configuration finder
-
setExportImportConfigurationFinder
public void setExportImportConfigurationFinder(com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder exportImportConfigurationFinder) Sets the export import configuration finder.- Parameters:
exportImportConfigurationFinder- the export import configuration finder
-
getCounterLocalService
public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()Returns the counter local service.- Returns:
- the counter local service
-
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.- Parameters:
counterLocalService- the counter local service
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.exportimport.kernel.service.ExportImportConfigurationService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql- the sql query
-