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) voiddeleteCommerceWishList(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) intgetCommerceWishListsCount(long groupId) getDefaultCommerceWishList(long groupId) Returns the OSGi service identifier.voidsetWrappedService(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:
addCommerceWishListin interfaceCommerceWishListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceWishList
public void deleteCommerceWishList(long commerceWishListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceWishListin 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:
fetchCommerceWishListin interfaceCommerceWishListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishList
public CommerceWishList getCommerceWishList(long commerceWishListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceWishListin 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:
getCommerceWishListsin interfaceCommerceWishListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishListsCount
public int getCommerceWishListsCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceWishListsCountin interfaceCommerceWishListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDefaultCommerceWishList
public CommerceWishList getDefaultCommerceWishList(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDefaultCommerceWishListin interfaceCommerceWishListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
updateCommerceWishListin interfaceCommerceWishListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceWishListService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceWishListService>
-