Class CPConfigurationListServiceUtil

java.lang.Object
com.liferay.commerce.product.service.CPConfigurationListServiceUtil

public class CPConfigurationListServiceUtil extends Object
Provides the remote service utility for CPConfigurationList. This utility wraps com.liferay.commerce.product.service.impl.CPConfigurationListServiceImpl and is an access point for service operations in application layer code running on a remote server. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
See Also:
Generated:
  • Constructor Details

    • CPConfigurationListServiceUtil

      public CPConfigurationListServiceUtil()
  • Method Details

    • addCPConfigurationList

      public static 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addOrUpdateCPConfigurationList

      public static 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPConfigurationList

      public static CPConfigurationList deleteCPConfigurationList(CPConfigurationList cpConfigurationList) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPConfigurationList

      public static CPConfigurationList deleteCPConfigurationList(long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCPConfigurationListByExternalReferenceCode

      public static CPConfigurationList fetchCPConfigurationListByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • forceDeleteCPConfigurationList

      public static CPConfigurationList forceDeleteCPConfigurationList(CPConfigurationList cpConfigurationList) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationList

      public static CPConfigurationList getCPConfigurationList(long cpConfigurationLisId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationListByExternalReferenceCode

      public static CPConfigurationList getCPConfigurationListByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationLists

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

      public static CPConfigurationList getMasterCPConfigurationList(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • updateCPConfigurationList

      public static 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static CPConfigurationListService getService()