Class EntryServiceWrapper

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

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

    • EntryServiceWrapper

      public EntryServiceWrapper()
    • EntryServiceWrapper

      public EntryServiceWrapper(EntryService entryService)
  • Method Details

    • addEntry

      public Entry addEntry(long groupId, long definitionId, String format, boolean schedulerRequest, Date startDate, Date endDate, boolean repeating, String recurrence, String emailNotifications, String emailDelivery, String portletId, String pageURL, String reportName, String reportParameters, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addEntry in interface EntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAttachment

      public void deleteAttachment(long companyId, long entryId, String fileName) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAttachment in interface EntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteEntry

      public Entry deleteEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteEntry in interface EntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getEntries

      public List<Entry> getEntries(long groupId, String definitionName, String userName, Date createDateGT, Date createDateLT, boolean andSearch, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Entry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getEntries in interface EntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getEntriesCount

      public int getEntriesCount(long groupId, String definitionName, String userName, Date createDateGT, Date createDateLT, boolean andSearch) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getEntriesCount in interface EntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public void sendEmails(long entryId, String fileName, String[] emailAddresses, boolean notification) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      sendEmails in interface EntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • unscheduleEntry

      public void unscheduleEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      unscheduleEntry in interface EntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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