Package com.liferay.commerce.service
Class CommerceOrderTypeRelServiceWrapper
java.lang.Object
com.liferay.commerce.service.CommerceOrderTypeRelServiceWrapper
- All Implemented Interfaces:
CommerceOrderTypeRelService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeRelService>
public class CommerceOrderTypeRelServiceWrapper
extends Object
implements CommerceOrderTypeRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeRelService>
Provides a wrapper for
CommerceOrderTypeRelService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceOrderTypeRelServiceWrapper
(CommerceOrderTypeRelService commerceOrderTypeRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceOrderTypeRel
(String className, long classPK, long commerceOrderTypeId, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteCommerceOrderTypeRel
(long commerceOrderTypeRelId) void
deleteCommerceOrderTypeRels
(String className, long commerceOrderTypeId) getCommerceOrderTypeCommerceChannelRels
(long commerceOrderTypeId, String keywords, int start, int end) int
getCommerceOrderTypeCommerceChannelRelsCount
(long commerceOrderTypeId, String keywords) getCommerceOrderTypeRel
(long commerceOrderTypeRelId) getCommerceOrderTypeRels
(String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderTypeRel> orderByComparator) int
getCommerceOrderTypeRelsCount
(String className, long classPK) Returns the OSGi service identifier.void
setWrappedService
(CommerceOrderTypeRelService commerceOrderTypeRelService)
-
Constructor Details
-
CommerceOrderTypeRelServiceWrapper
public CommerceOrderTypeRelServiceWrapper() -
CommerceOrderTypeRelServiceWrapper
-
-
Method Details
-
addCommerceOrderTypeRel
public CommerceOrderTypeRel addCommerceOrderTypeRel(String className, long classPK, long commerceOrderTypeId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceOrderTypeRel
in interfaceCommerceOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceOrderTypeRel
public CommerceOrderTypeRel deleteCommerceOrderTypeRel(long commerceOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceOrderTypeRel
in interfaceCommerceOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceOrderTypeRels
public void deleteCommerceOrderTypeRels(String className, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceOrderTypeRels
in interfaceCommerceOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommerceChannelRels
public List<CommerceOrderTypeRel> getCommerceOrderTypeCommerceChannelRels(long commerceOrderTypeId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeCommerceChannelRels
in interfaceCommerceOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommerceChannelRelsCount
public int getCommerceOrderTypeCommerceChannelRelsCount(long commerceOrderTypeId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeCommerceChannelRelsCount
in interfaceCommerceOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeRel
public CommerceOrderTypeRel getCommerceOrderTypeRel(long commerceOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeRel
in interfaceCommerceOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeRels
public List<CommerceOrderTypeRel> getCommerceOrderTypeRels(String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeRels
in interfaceCommerceOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeRelsCount
public int getCommerceOrderTypeRelsCount(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeRelsCount
in interfaceCommerceOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceOrderTypeRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeRelService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeRelService>
-