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) voiddeleteCommerceOrderNote(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) intgetCommerceOrderNotesCount(long commerceOrderId) intgetCommerceOrderNotesCount(long commerceOrderId, boolean restricted) Returns the OSGi service identifier.voidsetWrappedService(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:
addCommerceOrderNotein 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:
addOrUpdateCommerceOrderNotein interfaceCommerceOrderNoteService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceOrderNote
public void deleteCommerceOrderNote(long commerceOrderNoteId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceOrderNotein interfaceCommerceOrderNoteService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceOrderNote
public CommerceOrderNote fetchCommerceOrderNote(long commerceOrderNoteId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceOrderNotein 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:
fetchCommerceOrderNoteByExternalReferenceCodein interfaceCommerceOrderNoteService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderNote
public CommerceOrderNote getCommerceOrderNote(long commerceOrderNoteId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderNotein 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:
getCommerceOrderNotesin 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:
getCommerceOrderNotesin 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:
getCommerceOrderNotesin interfaceCommerceOrderNoteService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderNotesCount
public int getCommerceOrderNotesCount(long commerceOrderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderNotesCountin 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:
getCommerceOrderNotesCountin interfaceCommerceOrderNoteService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
updateCommerceOrderNotein interfaceCommerceOrderNoteService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderNoteService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderNoteService>
-