public class CommerceWishListServiceWrapper extends java.lang.Object implements CommerceWishListService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceWishListService>
CommerceWishListService.CommerceWishListService| Constructor and Description |
|---|
CommerceWishListServiceWrapper() |
CommerceWishListServiceWrapper(CommerceWishListService commerceWishListService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceWishList |
addCommerceWishList(java.lang.String name,
boolean defaultWishList,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceWishList(long commerceWishListId) |
CommerceWishList |
fetchCommerceWishList(long groupId,
long userId,
boolean defaultWishList,
com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) |
CommerceWishList |
getCommerceWishList(long commerceWishListId) |
java.util.List<CommerceWishList> |
getCommerceWishLists(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) |
java.util.List<CommerceWishList> |
getCommerceWishLists(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) |
int |
getCommerceWishListsCount(long groupId) |
int |
getCommerceWishListsCount(long groupId,
long userId) |
CommerceWishList |
getDefaultCommerceWishList(long groupId,
long userId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceWishListService |
getWrappedService() |
void |
setWrappedService(CommerceWishListService commerceWishListService) |
CommerceWishList |
updateCommerceWishList(long commerceWishListId,
java.lang.String name,
boolean defaultWishList) |
public CommerceWishListServiceWrapper()
public CommerceWishListServiceWrapper(CommerceWishListService commerceWishListService)
public CommerceWishList addCommerceWishList(java.lang.String name, boolean defaultWishList, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceWishList in interface CommerceWishListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceWishList(long commerceWishListId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceWishList in interface CommerceWishListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWishList fetchCommerceWishList(long groupId, long userId, boolean defaultWishList, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceWishList in interface CommerceWishListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWishList getCommerceWishList(long commerceWishListId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceWishList in interface CommerceWishListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceWishList> getCommerceWishLists(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceWishLists in interface CommerceWishListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceWishList> getCommerceWishLists(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishList> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceWishLists in interface CommerceWishListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceWishListsCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceWishListsCount in interface CommerceWishListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceWishListsCount(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceWishListsCount in interface CommerceWishListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWishList getDefaultCommerceWishList(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException
getDefaultCommerceWishList in interface CommerceWishListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceWishListServicepublic CommerceWishList updateCommerceWishList(long commerceWishListId, java.lang.String name, boolean defaultWishList) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceWishList in interface CommerceWishListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWishListService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceWishListService>public void setWrappedService(CommerceWishListService commerceWishListService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceWishListService>