Class FlagsEntryServiceWrapper

java.lang.Object
com.liferay.flags.service.FlagsEntryServiceWrapper
All Implemented Interfaces:
FlagsEntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<FlagsEntryService>

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

    • FlagsEntryServiceWrapper

      public FlagsEntryServiceWrapper()
    • FlagsEntryServiceWrapper

      public FlagsEntryServiceWrapper(FlagsEntryService flagsEntryService)
  • Method Details

    • addEntry

      public void addEntry(String className, long classPK, String reporterEmailAddress, long reportedUserId, String contentTitle, String contentURL, String reason, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addEntry in interface FlagsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

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

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