Class CommerceOrderTypeServiceWrapper

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

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

    • CommerceOrderTypeServiceWrapper

      public CommerceOrderTypeServiceWrapper()
    • CommerceOrderTypeServiceWrapper

      public CommerceOrderTypeServiceWrapper(CommerceOrderTypeService commerceOrderTypeService)
  • Method Details

    • addCommerceOrderType

      public CommerceOrderType addCommerceOrderType(String externalReferenceCode, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int displayOrder, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCommerceOrderType in interface CommerceOrderTypeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceOrderType

      public CommerceOrderType deleteCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCommerceOrderType in interface CommerceOrderTypeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceOrderType

      public CommerceOrderType fetchCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCommerceOrderType in interface CommerceOrderTypeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceOrderTypeByExternalReferenceCode

      public CommerceOrderType fetchCommerceOrderTypeByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCommerceOrderTypeByExternalReferenceCode in interface CommerceOrderTypeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderType

      public CommerceOrderType getCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceOrderType in interface CommerceOrderTypeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypes

      public List<CommerceOrderType> getCommerceOrderTypes(String className, long classPK, boolean active, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceOrderTypes in interface CommerceOrderTypeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypesCount

      public int getCommerceOrderTypesCount(String className, long classPK, boolean active) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceOrderTypesCount in interface CommerceOrderTypeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public CommerceOrderType updateCommerceOrderType(String externalReferenceCode, long commerceOrderTypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int displayOrder, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCommerceOrderType in interface CommerceOrderTypeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCommerceOrderTypeExternalReferenceCode

      public CommerceOrderType updateCommerceOrderTypeExternalReferenceCode(String externalReferenceCode, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCommerceOrderTypeExternalReferenceCode in interface CommerceOrderTypeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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