Class CPSpecificationOptionListTypeDefinitionRelServiceWrapper
java.lang.Object
com.liferay.commerce.product.service.CPSpecificationOptionListTypeDefinitionRelServiceWrapper
- All Implemented Interfaces:
CPSpecificationOptionListTypeDefinitionRelService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CPSpecificationOptionListTypeDefinitionRelService>
public class CPSpecificationOptionListTypeDefinitionRelServiceWrapper
extends Object
implements CPSpecificationOptionListTypeDefinitionRelService, com.liferay.portal.kernel.service.ServiceWrapper<CPSpecificationOptionListTypeDefinitionRelService>
Provides a wrapper for
CPSpecificationOptionListTypeDefinitionRelService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCPSpecificationOptionListTypeDefinitionRelServiceWrapper
(CPSpecificationOptionListTypeDefinitionRelService cpSpecificationOptionListTypeDefinitionRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCPSpecificationOptionListTypeDefinitionRel
(long cpSpecificationOptionId, long listTypeDefinitionId) void
deleteCPSpecificationOptionListTypeDefinitionRel
(long cpSpecificationOptionId, long listTypeDefinitionId) Returns the OSGi service identifier.void
setWrappedService
(CPSpecificationOptionListTypeDefinitionRelService cpSpecificationOptionListTypeDefinitionRelService)
-
Constructor Details
-
CPSpecificationOptionListTypeDefinitionRelServiceWrapper
public CPSpecificationOptionListTypeDefinitionRelServiceWrapper() -
CPSpecificationOptionListTypeDefinitionRelServiceWrapper
public CPSpecificationOptionListTypeDefinitionRelServiceWrapper(CPSpecificationOptionListTypeDefinitionRelService cpSpecificationOptionListTypeDefinitionRelService)
-
-
Method Details
-
addCPSpecificationOptionListTypeDefinitionRel
public CPSpecificationOptionListTypeDefinitionRel addCPSpecificationOptionListTypeDefinitionRel(long cpSpecificationOptionId, long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCPSpecificationOptionListTypeDefinitionRel
in interfaceCPSpecificationOptionListTypeDefinitionRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPSpecificationOptionListTypeDefinitionRel
public void deleteCPSpecificationOptionListTypeDefinitionRel(long cpSpecificationOptionId, long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPSpecificationOptionListTypeDefinitionRel
in interfaceCPSpecificationOptionListTypeDefinitionRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCPSpecificationOptionListTypeDefinitionRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPSpecificationOptionListTypeDefinitionRelService>
-
setWrappedService
public void setWrappedService(CPSpecificationOptionListTypeDefinitionRelService cpSpecificationOptionListTypeDefinitionRelService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPSpecificationOptionListTypeDefinitionRelService>
-