Class DefinitionServiceWrapper

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

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

    • DefinitionServiceWrapper

      public DefinitionServiceWrapper()
    • DefinitionServiceWrapper

      public DefinitionServiceWrapper(DefinitionService definitionService)
  • Method Details

    • addDefinition

      public Definition addDefinition(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long sourceId, String reportParameters, String fileName, InputStream inputStream, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addDefinition in interface DefinitionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteDefinition

      public Definition deleteDefinition(long definitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteDefinition in interface DefinitionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDefinition

      public Definition getDefinition(long definitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDefinition in interface DefinitionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDefinitions

      public List<Definition> getDefinitions(long groupId, String definitionName, String description, String sourceId, String reportName, boolean andSearch, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Definition> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDefinitions in interface DefinitionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDefinitionsCount

      public int getDefinitionsCount(long groupId, String definitionName, String description, String sourceId, String reportName, boolean andSearch)
      Specified by:
      getDefinitionsCount in interface DefinitionService
    • getOSGiServiceIdentifier

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

      public Definition updateDefinition(long definitionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long sourceId, String reportParameters, String fileName, InputStream inputStream, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateDefinition in interface DefinitionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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