Class CPConfigurationListServiceWrapper

java.lang.Object
com.liferay.commerce.product.service.CPConfigurationListServiceWrapper
All Implemented Interfaces:
CPConfigurationListService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationListService>

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

    • CPConfigurationListServiceWrapper

      public CPConfigurationListServiceWrapper()
    • CPConfigurationListServiceWrapper

      public CPConfigurationListServiceWrapper(CPConfigurationListService cpConfigurationListService)
  • Method Details

    • addCPConfigurationList

      public CPConfigurationList addCPConfigurationList(String externalReferenceCode, long groupId, long parentCPConfigurationListId, boolean masterCPConfigurationList, 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) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCPConfigurationList in interface CPConfigurationListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addOrUpdateCPConfigurationList

      public CPConfigurationList addOrUpdateCPConfigurationList(String externalReferenceCode, long companyId, long groupId, long parentCPConfigurationListId, boolean masterCPConfigurationList, 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) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addOrUpdateCPConfigurationList in interface CPConfigurationListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPConfigurationList

      public CPConfigurationList deleteCPConfigurationList(CPConfigurationList cpConfigurationList) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCPConfigurationList in interface CPConfigurationListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPConfigurationList

      public CPConfigurationList deleteCPConfigurationList(long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCPConfigurationList in interface CPConfigurationListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCPConfigurationListByExternalReferenceCode

      public CPConfigurationList fetchCPConfigurationListByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCPConfigurationListByExternalReferenceCode in interface CPConfigurationListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • forceDeleteCPConfigurationList

      public CPConfigurationList forceDeleteCPConfigurationList(CPConfigurationList cpConfigurationList) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      forceDeleteCPConfigurationList in interface CPConfigurationListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationList

      public CPConfigurationList getCPConfigurationList(long cpConfigurationLisId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPConfigurationList in interface CPConfigurationListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationListByExternalReferenceCode

      public CPConfigurationList getCPConfigurationListByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPConfigurationListByExternalReferenceCode in interface CPConfigurationListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationLists

      public List<CPConfigurationList> getCPConfigurationLists(long groupId, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPConfigurationLists in interface CPConfigurationListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getMasterCPConfigurationList

      public CPConfigurationList getMasterCPConfigurationList(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getMasterCPConfigurationList in interface CPConfigurationListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public CPConfigurationList updateCPConfigurationList(String externalReferenceCode, long cpConfigurationListId, long groupId, long parentCPConfigurationListId, boolean masterCPConfigurationList, 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) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCPConfigurationList in interface CPConfigurationListService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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