Class CommercePricingClassCPDefinitionRelServiceWrapper
java.lang.Object
com.liferay.commerce.pricing.service.CommercePricingClassCPDefinitionRelServiceWrapper
- All Implemented Interfaces:
CommercePricingClassCPDefinitionRelService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassCPDefinitionRelService>
public class CommercePricingClassCPDefinitionRelServiceWrapper
extends Object
implements CommercePricingClassCPDefinitionRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassCPDefinitionRelService>
Provides a wrapper for
CommercePricingClassCPDefinitionRelService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePricingClassCPDefinitionRelServiceWrapper(CommercePricingClassCPDefinitionRelService commercePricingClassCPDefinitionRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) deleteCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel) fetchCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId) getCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) getCommercePricingClassCPDefinitionRelByClassId(long commercePricingClassId) getCommercePricingClassCPDefinitionRels(long commercePricingClassId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClassCPDefinitionRel> orderByComparator) intgetCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId) intgetCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId, String name, String languageId) long[]getCPDefinitionIds(long commercePricingClassId) Returns the OSGi service identifier.searchByCommercePricingClassId(long commercePricingClassId, String name, String languageId, int start, int end) voidsetWrappedService(CommercePricingClassCPDefinitionRelService commercePricingClassCPDefinitionRelService)
-
Constructor Details
-
CommercePricingClassCPDefinitionRelServiceWrapper
public CommercePricingClassCPDefinitionRelServiceWrapper() -
CommercePricingClassCPDefinitionRelServiceWrapper
public CommercePricingClassCPDefinitionRelServiceWrapper(CommercePricingClassCPDefinitionRelService commercePricingClassCPDefinitionRelService)
-
-
Method Details
-
addCommercePricingClassCPDefinitionRel
public CommercePricingClassCPDefinitionRel addCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommercePricingClassCPDefinitionRelin interfaceCommercePricingClassCPDefinitionRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePricingClassCPDefinitionRel
public CommercePricingClassCPDefinitionRel deleteCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePricingClassCPDefinitionRelin interfaceCommercePricingClassCPDefinitionRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePricingClassCPDefinitionRel
public CommercePricingClassCPDefinitionRel deleteCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePricingClassCPDefinitionRelin interfaceCommercePricingClassCPDefinitionRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePricingClassCPDefinitionRel
public CommercePricingClassCPDefinitionRel fetchCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePricingClassCPDefinitionRelin interfaceCommercePricingClassCPDefinitionRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRel
public CommercePricingClassCPDefinitionRel getCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePricingClassCPDefinitionRelin interfaceCommercePricingClassCPDefinitionRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRelByClassId
public List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRelByClassId(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePricingClassCPDefinitionRelByClassIdin interfaceCommercePricingClassCPDefinitionRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRels
public List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRels(long commercePricingClassId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClassCPDefinitionRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePricingClassCPDefinitionRelsin interfaceCommercePricingClassCPDefinitionRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRelsCount
public int getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePricingClassCPDefinitionRelsCountin interfaceCommercePricingClassCPDefinitionRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRelsCount
public int getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId, String name, String languageId) - Specified by:
getCommercePricingClassCPDefinitionRelsCountin interfaceCommercePricingClassCPDefinitionRelService
-
getCPDefinitionIds
public long[] getCPDefinitionIds(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionIdsin interfaceCommercePricingClassCPDefinitionRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommercePricingClassCPDefinitionRelService- Returns:
- the OSGi service identifier
-
searchByCommercePricingClassId
public List<CommercePricingClassCPDefinitionRel> searchByCommercePricingClassId(long commercePricingClassId, String name, String languageId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchByCommercePricingClassIdin interfaceCommercePricingClassCPDefinitionRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassCPDefinitionRelService>
-
setWrappedService
public void setWrappedService(CommercePricingClassCPDefinitionRelService commercePricingClassCPDefinitionRelService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassCPDefinitionRelService>
-