public class CommercePricingClassCPDefinitionRelServiceWrapper extends java.lang.Object implements CommercePricingClassCPDefinitionRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassCPDefinitionRelService>
CommercePricingClassCPDefinitionRelService.CommercePricingClassCPDefinitionRelService| Constructor and Description |
|---|
CommercePricingClassCPDefinitionRelServiceWrapper(CommercePricingClassCPDefinitionRelService commercePricingClassCPDefinitionRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommercePricingClassCPDefinitionRel |
addCommercePricingClassCPDefinitionRel(long commercePricingClassId,
long cpDefinitionId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.util.List<CommercePricingClassCPDefinitionRel> |
getCommercePricingClassCPDefinitionRelByClassId(long commercePricingClassId) |
long[] |
getCPDefinitionIds(long commercePricingClassId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommercePricingClassCPDefinitionRelService |
getWrappedService() |
void |
setWrappedService(CommercePricingClassCPDefinitionRelService commercePricingClassCPDefinitionRelService) |
public CommercePricingClassCPDefinitionRelServiceWrapper(CommercePricingClassCPDefinitionRelService commercePricingClassCPDefinitionRelService)
public CommercePricingClassCPDefinitionRel addCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommercePricingClassCPDefinitionRel in interface CommercePricingClassCPDefinitionRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRelByClassId(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePricingClassCPDefinitionRelByClassId in interface CommercePricingClassCPDefinitionRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic long[] getCPDefinitionIds(long commercePricingClassId)
throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionIds in interface CommercePricingClassCPDefinitionRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommercePricingClassCPDefinitionRelServicepublic CommercePricingClassCPDefinitionRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassCPDefinitionRelService>public void setWrappedService(CommercePricingClassCPDefinitionRelService commercePricingClassCPDefinitionRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassCPDefinitionRelService>