Class RedirectEntryServiceWrapper

java.lang.Object
com.liferay.redirect.service.RedirectEntryServiceWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<RedirectEntryService>, RedirectEntryService

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

    • RedirectEntryServiceWrapper

      public RedirectEntryServiceWrapper()
    • RedirectEntryServiceWrapper

      public RedirectEntryServiceWrapper(RedirectEntryService redirectEntryService)
  • Method Details

    • addRedirectEntry

      public RedirectEntry addRedirectEntry(long groupId, String destinationURL, Date expirationDate, boolean permanent, String sourceURL, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addRedirectEntry in interface RedirectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addRedirectEntry

      public RedirectEntry addRedirectEntry(long groupId, String destinationURL, Date expirationDate, String groupBaseURL, boolean permanent, String sourceURL, boolean updateChainedRedirectEntries, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addRedirectEntry in interface RedirectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteRedirectEntry

      public RedirectEntry deleteRedirectEntry(long redirectEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteRedirectEntry in interface RedirectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchRedirectEntry

      public RedirectEntry fetchRedirectEntry(long redirectEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchRedirectEntry in interface RedirectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public List<RedirectEntry> getRedirectEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getRedirectEntries in interface RedirectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRedirectEntriesCount

      public int getRedirectEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getRedirectEntriesCount in interface RedirectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateRedirectEntry

      public RedirectEntry updateRedirectEntry(long redirectEntryId, String destinationURL, Date expirationDate, boolean permanent, String sourceURL) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateRedirectEntry in interface RedirectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateRedirectEntry

      public RedirectEntry updateRedirectEntry(long redirectEntryId, String destinationURL, Date expirationDate, String groupBaseURL, boolean permanent, String sourceURL, boolean updateChainedRedirectEntries) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateRedirectEntry in interface RedirectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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