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) void
deleteCPOptionCategory
(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) void
setWrappedService
(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:
addCPOptionCategory
in 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:
addOrUpdateCPOptionCategory
in interfaceCPOptionCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPOptionCategory
public void deleteCPOptionCategory(long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPOptionCategory
in interfaceCPOptionCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPOptionCategory
public CPOptionCategory fetchCPOptionCategory(long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCPOptionCategory
in 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:
fetchCPOptionCategoryByExternalReferenceCode
in interfaceCPOptionCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPOptionCategory
public CPOptionCategory getCPOptionCategory(long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPOptionCategory
in 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:
getCPOptionCategoryByExternalReferenceCode
in interfaceCPOptionCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
searchCPOptionCategories
in 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:
updateCPOptionCategory
in interfaceCPOptionCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPOptionCategoryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPOptionCategoryService>
-