Class CPSpecificationOptionServiceWrapper
java.lang.Object
com.liferay.commerce.product.service.CPSpecificationOptionServiceWrapper
- All Implemented Interfaces:
CPSpecificationOptionService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CPSpecificationOptionService>
public class CPSpecificationOptionServiceWrapper
extends Object
implements CPSpecificationOptionService, com.liferay.portal.kernel.service.ServiceWrapper<CPSpecificationOptionService>
Provides a wrapper for
CPSpecificationOptionService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCPSpecificationOptionServiceWrapper(CPSpecificationOptionService cpSpecificationOptionService) -
Method Summary
Modifier and TypeMethodDescriptionaddCPSpecificationOption(String externalReferenceCode, long cpOptionCategoryId, long[] listTypeDefinitionIds, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, boolean facetable, String key, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteCPSpecificationOption(long cpSpecificationOptionId) fetchCPSpecificationOption(long companyId, String key) fetchCPSpecificationOptionByExternalReferenceCode(String externalReferenceCode, long companyId) getCPSpecificationOption(long cpSpecificationOptionId) getCPSpecificationOption(long companyId, String key) Returns the OSGi service identifier.com.liferay.portal.kernel.search.BaseModelSearchResult<CPSpecificationOption>searchCPSpecificationOptions(long companyId, Boolean facetable, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) voidsetWrappedService(CPSpecificationOptionService cpSpecificationOptionService) updateCPSpecificationOption(String externalReferenceCode, long cpSpecificationOptionId, long cpOptionCategoryId, long[] listTypeDefinitionIds, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, boolean facetable, String key, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
CPSpecificationOptionServiceWrapper
public CPSpecificationOptionServiceWrapper() -
CPSpecificationOptionServiceWrapper
public CPSpecificationOptionServiceWrapper(CPSpecificationOptionService cpSpecificationOptionService)
-
-
Method Details
-
addCPSpecificationOption
public CPSpecificationOption addCPSpecificationOption(String externalReferenceCode, long cpOptionCategoryId, long[] listTypeDefinitionIds, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean facetable, String key, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addCPSpecificationOptionin interfaceCPSpecificationOptionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPSpecificationOption
public void deleteCPSpecificationOption(long cpSpecificationOptionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPSpecificationOptionin interfaceCPSpecificationOptionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPSpecificationOption
public CPSpecificationOption fetchCPSpecificationOption(long companyId, String key) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCPSpecificationOptionin interfaceCPSpecificationOptionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPSpecificationOptionByExternalReferenceCode
public CPSpecificationOption fetchCPSpecificationOptionByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCPSpecificationOptionByExternalReferenceCodein interfaceCPSpecificationOptionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPSpecificationOption
public CPSpecificationOption getCPSpecificationOption(long cpSpecificationOptionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPSpecificationOptionin interfaceCPSpecificationOptionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPSpecificationOption
public CPSpecificationOption getCPSpecificationOption(long companyId, String key) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPSpecificationOptionin interfaceCPSpecificationOptionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCPSpecificationOptionService- Returns:
- the OSGi service identifier
-
searchCPSpecificationOptions
public com.liferay.portal.kernel.search.BaseModelSearchResult<CPSpecificationOption> searchCPSpecificationOptions(long companyId, Boolean facetable, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchCPSpecificationOptionsin interfaceCPSpecificationOptionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCPSpecificationOption
public CPSpecificationOption updateCPSpecificationOption(String externalReferenceCode, long cpSpecificationOptionId, long cpOptionCategoryId, long[] listTypeDefinitionIds, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean facetable, String key, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateCPSpecificationOptionin interfaceCPSpecificationOptionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPSpecificationOptionService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPSpecificationOptionService>
-