Class CPOptionCategoryServiceWrapper
java.lang.Object
com.liferay.commerce.product.service.CPOptionCategoryServiceWrapper
- All Implemented Interfaces:
CPOptionCategoryService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CPOptionCategoryService>
public class CPOptionCategoryServiceWrapper
extends Object
implements CPOptionCategoryService, com.liferay.portal.kernel.service.ServiceWrapper<CPOptionCategoryService>
Provides a wrapper for
CPOptionCategoryService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCPOptionCategoryServiceWrapper(CPOptionCategoryService cpOptionCategoryService) -
Method Summary
Modifier and TypeMethodDescriptionaddCPOptionCategory(String externalReferenceCode, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, double priority, String key, com.liferay.portal.kernel.service.ServiceContext serviceContext) addOrUpdateCPOptionCategory(String externalReferenceCode, long cpOptionCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, double priority, String key, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteCPOptionCategory(long cpOptionCategoryId) fetchCPOptionCategory(long cpOptionCategoryId) fetchCPOptionCategoryByExternalReferenceCode(String externalReferenceCode, long companyId) getCPOptionCategory(long cpOptionCategoryId) getCPOptionCategoryByExternalReferenceCode(String externalReferenceCode, long companyId) Returns the OSGi service identifier.com.liferay.portal.kernel.search.BaseModelSearchResult<CPOptionCategory>searchCPOptionCategories(long companyId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) voidsetWrappedService(CPOptionCategoryService cpOptionCategoryService) updateCPOptionCategory(String externalReferenceCode, long cpOptionCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, double priority, String key)
-
Constructor Details
-
CPOptionCategoryServiceWrapper
public CPOptionCategoryServiceWrapper() -
CPOptionCategoryServiceWrapper
-
-
Method Details
-
addCPOptionCategory
public CPOptionCategory addCPOptionCategory(String externalReferenceCode, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, double priority, String key, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addCPOptionCategoryin interfaceCPOptionCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addOrUpdateCPOptionCategory
public CPOptionCategory addOrUpdateCPOptionCategory(String externalReferenceCode, long cpOptionCategoryId, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, double priority, String key, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addOrUpdateCPOptionCategoryin interfaceCPOptionCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPOptionCategory
public void deleteCPOptionCategory(long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPOptionCategoryin interfaceCPOptionCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPOptionCategory
public CPOptionCategory fetchCPOptionCategory(long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCPOptionCategoryin interfaceCPOptionCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPOptionCategoryByExternalReferenceCode
public CPOptionCategory fetchCPOptionCategoryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCPOptionCategoryByExternalReferenceCodein interfaceCPOptionCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPOptionCategory
public CPOptionCategory getCPOptionCategory(long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPOptionCategoryin interfaceCPOptionCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPOptionCategoryByExternalReferenceCode
public CPOptionCategory getCPOptionCategoryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPOptionCategoryByExternalReferenceCodein interfaceCPOptionCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCPOptionCategoryService- Returns:
- the OSGi service identifier
-
searchCPOptionCategories
public com.liferay.portal.kernel.search.BaseModelSearchResult<CPOptionCategory> searchCPOptionCategories(long companyId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchCPOptionCategoriesin interfaceCPOptionCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCPOptionCategory
public CPOptionCategory updateCPOptionCategory(String externalReferenceCode, long cpOptionCategoryId, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, double priority, String key) - Specified by:
updateCPOptionCategoryin interfaceCPOptionCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPOptionCategoryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPOptionCategoryService>
-