public class CPOptionCategoryServiceWrapper extends java.lang.Object implements CPOptionCategoryService, com.liferay.portal.kernel.service.ServiceWrapper<CPOptionCategoryService>
CPOptionCategoryService.CPOptionCategoryService| Constructor and Description |
|---|
CPOptionCategoryServiceWrapper() |
CPOptionCategoryServiceWrapper(CPOptionCategoryService cpOptionCategoryService) |
| Modifier and Type | Method and Description |
|---|---|
CPOptionCategory |
addCPOptionCategory(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
double priority,
java.lang.String key,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCPOptionCategory(long cpOptionCategoryId) |
CPOptionCategory |
fetchCPOptionCategory(long cpOptionCategoryId) |
CPOptionCategory |
getCPOptionCategory(long cpOptionCategoryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CPOptionCategoryService |
getWrappedService() |
com.liferay.portal.kernel.search.BaseModelSearchResult<CPOptionCategory> |
searchCPOptionCategories(long companyId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
void |
setWrappedService(CPOptionCategoryService cpOptionCategoryService) |
CPOptionCategory |
updateCPOptionCategory(long cpOptionCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
double priority,
java.lang.String key) |
public CPOptionCategoryServiceWrapper()
public CPOptionCategoryServiceWrapper(CPOptionCategoryService cpOptionCategoryService)
public CPOptionCategory addCPOptionCategory(java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, double priority, java.lang.String key, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCPOptionCategory in interface CPOptionCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCPOptionCategory(long cpOptionCategoryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCPOptionCategory in interface CPOptionCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionCategory fetchCPOptionCategory(long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException
fetchCPOptionCategory in interface CPOptionCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionCategory getCPOptionCategory(long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException
getCPOptionCategory in interface CPOptionCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CPOptionCategoryServicepublic com.liferay.portal.kernel.search.BaseModelSearchResult<CPOptionCategory> searchCPOptionCategories(long companyId, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
searchCPOptionCategories in interface CPOptionCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionCategory updateCPOptionCategory(long cpOptionCategoryId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, double priority, java.lang.String key) throws com.liferay.portal.kernel.exception.PortalException
updateCPOptionCategory in interface CPOptionCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionCategoryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPOptionCategoryService>public void setWrappedService(CPOptionCategoryService cpOptionCategoryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPOptionCategoryService>