Class CommerceWishListServiceUtil
java.lang.Object
com.liferay.commerce.wish.list.service.CommerceWishListServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommerceWishList
addCommerceWishList
(long groupId, String name, boolean defaultWishList) static void
deleteCommerceWishList
(long commerceWishListId) static CommerceWishList
fetchCommerceWishList
(long groupId, boolean defaultWishList, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) static CommerceWishList
getCommerceWishList
(long commerceWishListId) static List<CommerceWishList>
getCommerceWishLists
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) static int
getCommerceWishListsCount
(long groupId) static CommerceWishList
getDefaultCommerceWishList
(long groupId) static String
Returns the OSGi service identifier.static CommerceWishListService
static CommerceWishList
updateCommerceWishList
(long commerceWishListId, String name, boolean defaultWishList)
-
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
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
-