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 CPOptionCategoryService
com.liferay.portal.kernel.exception.PortalException
public void deleteCPOptionCategory(long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException
deleteCPOptionCategory
in interface CPOptionCategoryService
com.liferay.portal.kernel.exception.PortalException
public CPOptionCategory fetchCPOptionCategory(long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException
fetchCPOptionCategory
in interface CPOptionCategoryService
com.liferay.portal.kernel.exception.PortalException
public CPOptionCategory getCPOptionCategory(long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException
getCPOptionCategory
in interface CPOptionCategoryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CPOptionCategoryService
public 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 CPOptionCategoryService
com.liferay.portal.kernel.exception.PortalException
public 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 CPOptionCategoryService
com.liferay.portal.kernel.exception.PortalException
public 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>