Interface CommerceWishListItemService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceWishListItemServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceWishListItemService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommerceWishListItem. 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 TypeMethodDescriptionaddCommerceWishListItem
(long commerceAccountId, long commerceWishListId, String cpInstanceUuid, long cProductId, String json) addOrUpdateCommerceWishListItem
(long commerceAccountId, long commerceWishListId, String cpInstanceUuid, long cProductId, String json) void
deleteCommerceWishListItem
(long commerceWishListItemId) void
deleteCommerceWishListItems
(long commerceWishListId) getCommerceWishListItem
(long commerceWishListItemId) getCommerceWishListItem
(long commerceWishListId, String cpInstanceUuid, long cProductId) int
getCommerceWishListItemByContainsCPInstanceCount
(long commerceWishListId, String cpInstanceUuid) int
getCommerceWishListItemByContainsCProductCount
(long commerceWishListId, long cProductId) getCommerceWishListItems
(long commerceWishListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishListItem> orderByComparator) int
getCommerceWishListItemsCount
(long commerceWishListId) Returns the OSGi service identifier.updateCommerceWishListItem
(long commerceAccountId, long commerceWishListId, String cpInstanceUuid, long cProductId, String json)
-
Method Details
-
addCommerceWishListItem
CommerceWishListItem addCommerceWishListItem(long commerceAccountId, long commerceWishListId, String cpInstanceUuid, long cProductId, String json) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addOrUpdateCommerceWishListItem
CommerceWishListItem addOrUpdateCommerceWishListItem(long commerceAccountId, long commerceWishListId, String cpInstanceUuid, long cProductId, String json) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceWishListItem
void deleteCommerceWishListItem(long commerceWishListItemId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceWishListItems
void deleteCommerceWishListItems(long commerceWishListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishListItem
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceWishListItem getCommerceWishListItem(long commerceWishListItemId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishListItem
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceWishListItem getCommerceWishListItem(long commerceWishListId, String cpInstanceUuid, long cProductId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishListItemByContainsCPInstanceCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceWishListItemByContainsCPInstanceCount(long commerceWishListId, String cpInstanceUuid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishListItemByContainsCProductCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceWishListItemByContainsCProductCount(long commerceWishListId, long cProductId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishListItems
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceWishListItem> getCommerceWishListItems(long commerceWishListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishListItem> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishListItemsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceWishListItemsCount(long commerceWishListId) 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
-
updateCommerceWishListItem
CommerceWishListItem updateCommerceWishListItem(long commerceAccountId, long commerceWishListId, String cpInstanceUuid, long cProductId, String json) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-