Class CommerceChannelRelServiceWrapper
java.lang.Object
com.liferay.commerce.product.service.CommerceChannelRelServiceWrapper
- All Implemented Interfaces:
CommerceChannelRelService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelRelService>
public class CommerceChannelRelServiceWrapper
extends Object
implements CommerceChannelRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelRelService>
Provides a wrapper for
CommerceChannelRelService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceChannelRelServiceWrapper(CommerceChannelRelService commerceChannelRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceChannelRel(String className, long classPK, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) addCommerceChannelRels(String className, long[] classPKs, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteCommerceChannelRel(long commerceChannelRelId) voiddeleteCommerceChannelRels(String className, long classPK) fetchCommerceChannelRel(String className, long classPK, long commerceChannelId) getCommerceChannelCountries(long commerceChannelId, String name, int start, int end) intgetCommerceChannelCountriesCount(long commerceChannelId, String name) getCommerceChannelRel(long commerceChannelRelId) getCommerceChannelRels(long commerceChannelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelRel> orderByComparator) getCommerceChannelRels(String className, long classPK, String name, int start, int end) intgetCommerceChannelRelsCount(long commerceChannelId) intgetCommerceChannelRelsCount(String className, long classPK) intgetCommerceChannelRelsCount(String className, long classPK, String name) Returns the OSGi service identifier.voidsetWrappedService(CommerceChannelRelService commerceChannelRelService)
-
Constructor Details
-
CommerceChannelRelServiceWrapper
public CommerceChannelRelServiceWrapper() -
CommerceChannelRelServiceWrapper
-
-
Method Details
-
addCommerceChannelRel
public CommerceChannelRel addCommerceChannelRel(String className, long classPK, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceChannelRelin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceChannelRels
public List<CommerceChannelRel> addCommerceChannelRels(String className, long[] classPKs, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceChannelRelsin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceChannelRel
public void deleteCommerceChannelRel(long commerceChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceChannelRelin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceChannelRels
public void deleteCommerceChannelRels(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceChannelRelsin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceChannelRel
public CommerceChannelRel fetchCommerceChannelRel(String className, long classPK, long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceChannelRelin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelCountries
public List<CommerceChannelRel> getCommerceChannelCountries(long commerceChannelId, String name, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelCountriesin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelCountriesCount
public int getCommerceChannelCountriesCount(long commerceChannelId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelCountriesCountin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRel
public CommerceChannelRel getCommerceChannelRel(long commerceChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelRelin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRels
public List<CommerceChannelRel> getCommerceChannelRels(long commerceChannelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelRelsin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRels
public List<CommerceChannelRel> getCommerceChannelRels(String className, long classPK, String name, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelRelsin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRelsCount
public int getCommerceChannelRelsCount(long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelRelsCountin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRelsCount
public int getCommerceChannelRelsCount(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelRelsCountin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRelsCount
public int getCommerceChannelRelsCount(String className, long classPK, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelRelsCountin interfaceCommerceChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceChannelRelService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelRelService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelRelService>
-