Package com.liferay.commerce.service
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 Summary
ConstructorsConstructorDescriptionCommerceOrderNoteServiceWrapper
(CommerceOrderNoteService commerceOrderNoteService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceOrderNote
(long commerceOrderId, String content, boolean restricted, com.liferay.portal.kernel.service.ServiceContext serviceContext) addOrUpdateCommerceOrderNote
(String externalReferenceCode, long commerceOrderNoteId, long commerceOrderId, String content, boolean restricted, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCommerceOrderNote
(long commerceOrderNoteId) fetchCommerceOrderNote
(long commerceOrderNoteId) fetchCommerceOrderNoteByExternalReferenceCode
(String externalReferenceCode, long companyId) getCommerceOrderNote
(long commerceOrderNoteId) getCommerceOrderNotes
(long commerceOrderId, boolean restricted) getCommerceOrderNotes
(long commerceOrderId, boolean restricted, int start, int end) getCommerceOrderNotes
(long commerceOrderId, int start, int end) int
getCommerceOrderNotesCount
(long commerceOrderId) int
getCommerceOrderNotesCount
(long commerceOrderId, boolean restricted) Returns the OSGi service identifier.void
setWrappedService
(CommerceOrderNoteService commerceOrderNoteService) updateCommerceOrderNote
(long commerceOrderNoteId, String content, boolean restricted)
-
Constructor Details
-
CommerceOrderNoteServiceWrapper
public CommerceOrderNoteServiceWrapper() -
CommerceOrderNoteServiceWrapper
-
-
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 interfaceCommerceOrderNoteService
- 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 interfaceCommerceOrderNoteService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceOrderNote
public void deleteCommerceOrderNote(long commerceOrderNoteId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceOrderNote
in interfaceCommerceOrderNoteService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceOrderNote
public CommerceOrderNote fetchCommerceOrderNote(long commerceOrderNoteId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceOrderNote
in interfaceCommerceOrderNoteService
- 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 interfaceCommerceOrderNoteService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderNote
public CommerceOrderNote getCommerceOrderNote(long commerceOrderNoteId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderNote
in interfaceCommerceOrderNoteService
- 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 interfaceCommerceOrderNoteService
- 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 interfaceCommerceOrderNoteService
- 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 interfaceCommerceOrderNoteService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderNotesCount
public int getCommerceOrderNotesCount(long commerceOrderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderNotesCount
in interfaceCommerceOrderNoteService
- 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 interfaceCommerceOrderNoteService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceOrderNoteService
- 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 interfaceCommerceOrderNoteService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderNoteService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderNoteService>
-