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) void
deleteCommerceChannelRel
(long commerceChannelRelId) void
deleteCommerceChannelRels
(String className, long classPK) fetchCommerceChannelRel
(String className, long classPK, long commerceChannelId) getCommerceChannelCountries
(long commerceChannelId, String name, int start, int end) int
getCommerceChannelCountriesCount
(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) int
getCommerceChannelRelsCount
(long commerceChannelId) int
getCommerceChannelRelsCount
(String className, long classPK) int
getCommerceChannelRelsCount
(String className, long classPK, String name) Returns the OSGi service identifier.void
setWrappedService
(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:
addCommerceChannelRel
in 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:
addCommerceChannelRels
in interfaceCommerceChannelRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceChannelRel
public void deleteCommerceChannelRel(long commerceChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceChannelRel
in 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:
deleteCommerceChannelRels
in 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:
fetchCommerceChannelRel
in 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:
getCommerceChannelCountries
in 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:
getCommerceChannelCountriesCount
in interfaceCommerceChannelRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRel
public CommerceChannelRel getCommerceChannelRel(long commerceChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelRel
in 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:
getCommerceChannelRels
in 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:
getCommerceChannelRels
in interfaceCommerceChannelRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRelsCount
public int getCommerceChannelRelsCount(long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelRelsCount
in 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:
getCommerceChannelRelsCount
in 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:
getCommerceChannelRelsCount
in interfaceCommerceChannelRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceChannelRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelRelService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelRelService>
-