Class CommerceOrderNoteServiceWrapper

java.lang.Object
com.liferay.commerce.service.CommerceOrderNoteServiceWrapper
All Implemented Interfaces:
CommerceOrderNoteService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderNoteService>

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

    • CommerceOrderNoteServiceWrapper

      public CommerceOrderNoteServiceWrapper()
    • CommerceOrderNoteServiceWrapper

      public CommerceOrderNoteServiceWrapper(CommerceOrderNoteService commerceOrderNoteService)
  • Method Details

    • addCommerceOrderNote

      public CommerceOrderNote addCommerceOrderNote(long commerceOrderId, String content, boolean restricted, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCommerceOrderNote in interface CommerceOrderNoteService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addOrUpdateCommerceOrderNote

      public CommerceOrderNote addOrUpdateCommerceOrderNote(String externalReferenceCode, long commerceOrderNoteId, long commerceOrderId, String content, boolean restricted, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addOrUpdateCommerceOrderNote in interface CommerceOrderNoteService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceOrderNote

      public void deleteCommerceOrderNote(long commerceOrderNoteId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCommerceOrderNote in interface CommerceOrderNoteService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceOrderNote

      public CommerceOrderNote fetchCommerceOrderNote(long commerceOrderNoteId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCommerceOrderNote in interface CommerceOrderNoteService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceOrderNoteByExternalReferenceCode

      public CommerceOrderNote fetchCommerceOrderNoteByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCommerceOrderNoteByExternalReferenceCode in interface CommerceOrderNoteService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderNote

      public CommerceOrderNote getCommerceOrderNote(long commerceOrderNoteId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceOrderNote in interface CommerceOrderNoteService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderNotes

      public List<CommerceOrderNote> getCommerceOrderNotes(long commerceOrderId, boolean restricted) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceOrderNotes in interface CommerceOrderNoteService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderNotes

      public List<CommerceOrderNote> getCommerceOrderNotes(long commerceOrderId, boolean restricted, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceOrderNotes in interface CommerceOrderNoteService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderNotes

      public List<CommerceOrderNote> getCommerceOrderNotes(long commerceOrderId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceOrderNotes in interface CommerceOrderNoteService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderNotesCount

      public int getCommerceOrderNotesCount(long commerceOrderId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceOrderNotesCount in interface CommerceOrderNoteService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderNotesCount

      public int getCommerceOrderNotesCount(long commerceOrderId, boolean restricted) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceOrderNotesCount in interface CommerceOrderNoteService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public CommerceOrderNote updateCommerceOrderNote(long commerceOrderNoteId, String content, boolean restricted) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCommerceOrderNote in interface CommerceOrderNoteService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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