Class MicroblogsEntryServiceWrapper

java.lang.Object
com.liferay.microblogs.service.MicroblogsEntryServiceWrapper
All Implemented Interfaces:
MicroblogsEntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<MicroblogsEntryService>

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

    • MicroblogsEntryServiceWrapper

      public MicroblogsEntryServiceWrapper()
    • MicroblogsEntryServiceWrapper

      public MicroblogsEntryServiceWrapper(MicroblogsEntryService microblogsEntryService)
  • Method Details

    • addMicroblogsEntry

      public MicroblogsEntry addMicroblogsEntry(long userId, String content, int type, long parentMicroblogsEntryId, int socialRelationType, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addMicroblogsEntry in interface MicroblogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteMicroblogsEntry

      public MicroblogsEntry deleteMicroblogsEntry(long microblogsEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteMicroblogsEntry in interface MicroblogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getMicroblogsEntries

      public List<MicroblogsEntry> getMicroblogsEntries(int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getMicroblogsEntries in interface MicroblogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getMicroblogsEntries

      public List<MicroblogsEntry> getMicroblogsEntries(String assetTagName, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getMicroblogsEntries in interface MicroblogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getMicroblogsEntriesCount

      public int getMicroblogsEntriesCount() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getMicroblogsEntriesCount in interface MicroblogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getMicroblogsEntriesCount

      public int getMicroblogsEntriesCount(String assetTagName) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getMicroblogsEntriesCount in interface MicroblogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getMicroblogsEntry

      public MicroblogsEntry getMicroblogsEntry(long microblogsEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getMicroblogsEntry in interface MicroblogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public List<MicroblogsEntry> getUserMicroblogsEntries(long microblogsEntryUserId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getUserMicroblogsEntries in interface MicroblogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getUserMicroblogsEntries

      public List<MicroblogsEntry> getUserMicroblogsEntries(long microblogsEntryUserId, int type, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getUserMicroblogsEntries in interface MicroblogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getUserMicroblogsEntriesCount

      public int getUserMicroblogsEntriesCount(long microblogsEntryUserId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getUserMicroblogsEntriesCount in interface MicroblogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getUserMicroblogsEntriesCount

      public int getUserMicroblogsEntriesCount(long microblogsEntryUserId, int type) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getUserMicroblogsEntriesCount in interface MicroblogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateMicroblogsEntry

      public MicroblogsEntry updateMicroblogsEntry(long microblogsEntryId, String content, int socialRelationType, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateMicroblogsEntry in interface MicroblogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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