Class CommercePriceListServiceWrapper

java.lang.Object
com.liferay.commerce.price.list.service.CommercePriceListServiceWrapper
All Implemented Interfaces:
CommercePriceListService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListService>

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

    • CommercePriceListServiceWrapper

      public CommercePriceListServiceWrapper()
    • CommercePriceListServiceWrapper

      public CommercePriceListServiceWrapper(CommercePriceListService commercePriceListService)
  • Method Details

    • addCommercePriceList

      public CommercePriceList addCommercePriceList(String externalReferenceCode, long groupId, String commerceCurrencyCode, boolean netPrice, String type, long parentCommercePriceListId, boolean catalogBasePriceList, String name, double priority, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, 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:
      addCommercePriceList in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addOrUpdateCommercePriceList

      public CommercePriceList addOrUpdateCommercePriceList(String externalReferenceCode, long groupId, long commercePriceListId, String commerceCurrencyCode, boolean netPrice, String type, long parentCommercePriceListId, boolean catalogBasePriceList, String name, double priority, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, 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:
      addOrUpdateCommercePriceList in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommercePriceList

      public void deleteCommercePriceList(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCommercePriceList in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCatalogBaseCommercePriceListByType

      public CommercePriceList fetchCatalogBaseCommercePriceListByType(long groupId, String type) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCatalogBaseCommercePriceListByType in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommercePriceList

      public CommercePriceList fetchCommercePriceList(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCommercePriceList in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommercePriceListByExternalReferenceCode

      public CommercePriceList fetchCommercePriceListByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCommercePriceListByExternalReferenceCode in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceList

      public CommercePriceList getCommercePriceList(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommercePriceList in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceLists

      public List<CommercePriceList> getCommercePriceLists(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommercePriceLists in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceLists

      public List<CommercePriceList> getCommercePriceLists(long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommercePriceLists in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceListsCount

      public int getCommercePriceListsCount(long companyId, int status) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommercePriceListsCount in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceListsCount

      public int getCommercePriceListsCount(long commercePricingClassId, String title) throws com.liferay.portal.kernel.security.auth.PrincipalException
      Specified by:
      getCommercePriceListsCount in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.security.auth.PrincipalException
    • getOSGiServiceIdentifier

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

      public List<CommercePriceList> searchByCommercePricingClassId(long commercePricingClassId, String name, int start, int end) throws com.liferay.portal.kernel.security.auth.PrincipalException
      Specified by:
      searchByCommercePricingClassId in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.security.auth.PrincipalException
    • searchCommercePriceLists

      public com.liferay.portal.kernel.search.BaseModelSearchResult<CommercePriceList> searchCommercePriceLists(long companyId, String keywords, int status, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      searchCommercePriceLists in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • searchCommercePriceListsCount

      public int searchCommercePriceListsCount(long companyId, String keywords, int status) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      searchCommercePriceListsCount in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • setCatalogBasePriceList

      public void setCatalogBasePriceList(long groupId, long commercePriceListId, String type) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      setCatalogBasePriceList in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCommercePriceList

      public CommercePriceList updateCommercePriceList(long commercePriceListId, String commerceCurrencyCode, boolean netPrice, long parentCommercePriceListId, String name, double priority, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, 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:
      updateCommercePriceList in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCommercePriceList

      public CommercePriceList updateCommercePriceList(long commercePriceListId, String commerceCurrencyCode, boolean netPrice, String type, long parentCommercePriceListId, boolean catalogBasePriceList, String name, double priority, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, 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:
      updateCommercePriceList in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateExternalReferenceCode

      public CommercePriceList updateExternalReferenceCode(CommercePriceList commercePriceList, String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateExternalReferenceCode in interface CommercePriceListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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