Interface CommerceWishListService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceWishListServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceWishListService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommerceWishList. 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:
-
Method Summary
Modifier and TypeMethodDescriptionaddCommerceWishList
(long groupId, String name, boolean defaultWishList) void
deleteCommerceWishList
(long commerceWishListId) fetchCommerceWishList
(long groupId, boolean defaultWishList, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) getCommerceWishList
(long commerceWishListId) getCommerceWishLists
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) int
getCommerceWishListsCount
(long groupId) getDefaultCommerceWishList
(long groupId) Returns the OSGi service identifier.updateCommerceWishList
(long commerceWishListId, String name, boolean defaultWishList)
-
Method Details
-
addCommerceWishList
CommerceWishList addCommerceWishList(long groupId, String name, boolean defaultWishList) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceWishList
void deleteCommerceWishList(long commerceWishListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceWishList
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceWishList getCommerceWishList(long commerceWishListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishLists
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceWishListsCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDefaultCommerceWishList
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceWishList getDefaultCommerceWishList(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCommerceWishList
CommerceWishList updateCommerceWishList(long commerceWishListId, String name, boolean defaultWishList) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-