Class EntryServiceWrapper

java.lang.Object
com.liferay.contacts.service.EntryServiceWrapper
All Implemented Interfaces:
EntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<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

    • getEntry

      public Entry getEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getEntry 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
    • 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>