Class CommerceWishListServiceWrapper
java.lang.Object
com.liferay.commerce.wish.list.service.CommerceWishListServiceWrapper
- All Implemented Interfaces:
CommerceWishListService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceWishListService>
public class CommerceWishListServiceWrapper
extends Object
implements CommerceWishListService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceWishListService>
Provides a wrapper for
CommerceWishListService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceWishListServiceWrapper
(CommerceWishListService commerceWishListService) -
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.void
setWrappedService
(CommerceWishListService commerceWishListService) updateCommerceWishList
(long commerceWishListId, String name, boolean defaultWishList)
-
Constructor Details
-
CommerceWishListServiceWrapper
public CommerceWishListServiceWrapper() -
CommerceWishListServiceWrapper
-
-
Method Details
-
addCommerceWishList
public CommerceWishList addCommerceWishList(long groupId, String name, boolean defaultWishList) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceWishList
in interfaceCommerceWishListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceWishList
public void deleteCommerceWishList(long commerceWishListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceWishList
in interfaceCommerceWishListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceWishList
public CommerceWishList fetchCommerceWishList(long groupId, boolean defaultWishList, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceWishList
in interfaceCommerceWishListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishList
public CommerceWishList getCommerceWishList(long commerceWishListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceWishList
in interfaceCommerceWishListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishLists
public List<CommerceWishList> getCommerceWishLists(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceWishLists
in interfaceCommerceWishListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishListsCount
public int getCommerceWishListsCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceWishListsCount
in interfaceCommerceWishListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDefaultCommerceWishList
public CommerceWishList getDefaultCommerceWishList(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDefaultCommerceWishList
in interfaceCommerceWishListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceWishListService
- Returns:
- the OSGi service identifier
-
updateCommerceWishList
public CommerceWishList updateCommerceWishList(long commerceWishListId, String name, boolean defaultWishList) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceWishList
in interfaceCommerceWishListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceWishListService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceWishListService>
-