Class SourceServiceWrapper

java.lang.Object
com.liferay.portal.reports.engine.console.service.SourceServiceWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<SourceService>, SourceService

public class SourceServiceWrapper extends Object implements com.liferay.portal.kernel.service.ServiceWrapper<SourceService>, SourceService
Provides a wrapper for SourceService.
See Also:
Generated:
  • Constructor Details

    • SourceServiceWrapper

      public SourceServiceWrapper()
    • SourceServiceWrapper

      public SourceServiceWrapper(SourceService sourceService)
  • Method Details

    • addSource

      public Source addSource(long groupId, Map<Locale,String> nameMap, String driverClassName, String driverUrl, String driverUserName, String driverPassword, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addSource in interface SourceService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteSource

      public Source deleteSource(long sourceId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteSource in interface SourceService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface SourceService
      Returns:
      the OSGi service identifier
    • getSource

      public Source getSource(long sourceId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSource in interface SourceService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSources

      public List<Source> getSources(long groupId, String name, String driverUrl, boolean andSearch, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSources in interface SourceService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSourcesCount

      public int getSourcesCount(long groupId, String name, String driverUrl, boolean andSearch)
      Specified by:
      getSourcesCount in interface SourceService
    • updateSource

      public Source updateSource(long sourceId, Map<Locale,String> nameMap, String driverClassName, String driverUrl, String driverUserName, String driverPassword, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateSource in interface SourceService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public SourceService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SourceService>
    • setWrappedService

      public void setWrappedService(SourceService sourceService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SourceService>