Class CommerceWishListServiceUtil

java.lang.Object
com.liferay.commerce.wish.list.service.CommerceWishListServiceUtil

public class CommerceWishListServiceUtil extends Object
Provides the remote service utility for CommerceWishList. This utility wraps com.liferay.commerce.wish.list.service.impl.CommerceWishListServiceImpl 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

    • CommerceWishListServiceUtil

      public CommerceWishListServiceUtil()
  • Method Details

    • addCommerceWishList

      public static CommerceWishList addCommerceWishList(long groupId, String name, boolean defaultWishList) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceWishList

      public static void deleteCommerceWishList(long commerceWishListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceWishList

      public static CommerceWishList fetchCommerceWishList(long groupId, boolean defaultWishList, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceWishList

      public static CommerceWishList getCommerceWishList(long commerceWishListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceWishLists

      public static List<CommerceWishList> getCommerceWishLists(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceWishListsCount

      public static int getCommerceWishListsCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDefaultCommerceWishList

      public static CommerceWishList getDefaultCommerceWishList(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
    • updateCommerceWishList

      public static CommerceWishList updateCommerceWishList(long commerceWishListId, String name, boolean defaultWishList) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static CommerceWishListService getService()