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) voiddeleteCommerceOrderTypeRels(String className, long commerceOrderTypeId) getCommerceOrderTypeCommerceChannelRels(long commerceOrderTypeId, String keywords, int start, int end) intgetCommerceOrderTypeCommerceChannelRelsCount(long commerceOrderTypeId, String keywords) getCommerceOrderTypeRel(long commerceOrderTypeRelId) getCommerceOrderTypeRels(String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderTypeRel> orderByComparator) intgetCommerceOrderTypeRelsCount(String className, long classPK) Returns the OSGi service identifier.voidsetWrappedService(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:
addCommerceOrderTypeRelin interfaceCommerceOrderTypeRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceOrderTypeRel
public CommerceOrderTypeRel deleteCommerceOrderTypeRel(long commerceOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceOrderTypeRelin 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:
deleteCommerceOrderTypeRelsin 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:
getCommerceOrderTypeCommerceChannelRelsin 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:
getCommerceOrderTypeCommerceChannelRelsCountin interfaceCommerceOrderTypeRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeRel
public CommerceOrderTypeRel getCommerceOrderTypeRel(long commerceOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeRelin 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:
getCommerceOrderTypeRelsin 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:
getCommerceOrderTypeRelsCountin interfaceCommerceOrderTypeRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceOrderTypeRelService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeRelService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeRelService>
-