Class CommerceTermEntryServiceWrapper

java.lang.Object
com.liferay.commerce.term.service.CommerceTermEntryServiceWrapper
All Implemented Interfaces:
CommerceTermEntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryService>

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

    • CommerceTermEntryServiceWrapper

      public CommerceTermEntryServiceWrapper()
    • CommerceTermEntryServiceWrapper

      public CommerceTermEntryServiceWrapper(CommerceTermEntryService commerceTermEntryService)
  • Method Details

    • addCommerceTermEntry

      public CommerceTermEntry addCommerceTermEntry(String externalReferenceCode, boolean active, Map<Locale,String> descriptionMap, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, Map<Locale,String> labelMap, String name, double priority, String type, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCommerceTermEntry in interface CommerceTermEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceTermEntry

      public CommerceTermEntry deleteCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCommerceTermEntry in interface CommerceTermEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceTermEntry

      public CommerceTermEntry fetchCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCommerceTermEntry in interface CommerceTermEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceTermEntryByExternalReferenceCode

      public CommerceTermEntry fetchCommerceTermEntryByExternalReferenceCode(long companyId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCommerceTermEntryByExternalReferenceCode in interface CommerceTermEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceTermEntries

      public List<CommerceTermEntry> getCommerceTermEntries(long groupId, long companyId, String type) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceTermEntries in interface CommerceTermEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceTermEntry

      public CommerceTermEntry getCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceTermEntry in interface CommerceTermEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public List<CommerceTermEntry> getPaymentCommerceTermEntries(long groupId, long companyId, long commerceOrderTypeId, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getPaymentCommerceTermEntries in interface CommerceTermEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCommerceTermEntry

      public CommerceTermEntry updateCommerceTermEntry(long commerceTermEntryId, boolean active, Map<Locale,String> descriptionMap, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, Map<Locale,String> labelMap, String name, double priority, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCommerceTermEntry in interface CommerceTermEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCommerceTermEntryExternalReferenceCode

      public CommerceTermEntry updateCommerceTermEntryExternalReferenceCode(String externalReferenceCode, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCommerceTermEntryExternalReferenceCode in interface CommerceTermEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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