public class CPOptionValueServiceWrapper extends java.lang.Object implements CPOptionValueService, com.liferay.portal.kernel.service.ServiceWrapper<CPOptionValueService>
CPOptionValueService.CPOptionValueService| Constructor and Description |
|---|
CPOptionValueServiceWrapper() |
CPOptionValueServiceWrapper(CPOptionValueService cpOptionValueService) |
| Modifier and Type | Method and Description |
|---|---|
CPOptionValue |
addCPOptionValue(long cpOptionId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
double priority,
java.lang.String key,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CPOptionValue |
addOrUpdateCPOptionValue(java.lang.String externalReferenceCode,
long cpOptionId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
double priority,
java.lang.String key,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCPOptionValue(long cpOptionValueId) |
CPOptionValue |
fetchCPOptionValue(long cpOptionValueId) |
CPOptionValue |
fetchCPOptionValueByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CPOptionValue |
getCPOptionValue(long cpOptionValueId) |
java.util.List<CPOptionValue> |
getCPOptionValues(long cpOptionId,
int start,
int end) |
int |
getCPOptionValuesCount(long cpOptionId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CPOptionValueService |
getWrappedService() |
com.liferay.portal.kernel.search.BaseModelSearchResult<CPOptionValue> |
searchCPOptionValues(long companyId,
long cpOptionId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort[] sorts) |
int |
searchCPOptionValuesCount(long companyId,
long cpOptionId,
java.lang.String keywords) |
void |
setWrappedService(CPOptionValueService cpOptionValueService) |
CPOptionValue |
updateCPOptionValue(long cpOptionValueId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
double priority,
java.lang.String key,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CPOptionValueServiceWrapper()
public CPOptionValueServiceWrapper(CPOptionValueService cpOptionValueService)
public CPOptionValue addCPOptionValue(long cpOptionId, java.util.Map<java.util.Locale,java.lang.String> nameMap, double priority, java.lang.String key, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCPOptionValue in interface CPOptionValueServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionValue addOrUpdateCPOptionValue(java.lang.String externalReferenceCode, long cpOptionId, java.util.Map<java.util.Locale,java.lang.String> nameMap, double priority, java.lang.String key, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateCPOptionValue in interface CPOptionValueServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCPOptionValue(long cpOptionValueId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCPOptionValue in interface CPOptionValueServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionValue fetchCPOptionValue(long cpOptionValueId) throws com.liferay.portal.kernel.exception.PortalException
fetchCPOptionValue in interface CPOptionValueServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionValue fetchCPOptionValueByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchCPOptionValueByExternalReferenceCode in interface CPOptionValueServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionValue getCPOptionValue(long cpOptionValueId) throws com.liferay.portal.kernel.exception.PortalException
getCPOptionValue in interface CPOptionValueServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CPOptionValue> getCPOptionValues(long cpOptionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCPOptionValues in interface CPOptionValueServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCPOptionValuesCount(long cpOptionId)
throws com.liferay.portal.kernel.exception.PortalException
getCPOptionValuesCount in interface CPOptionValueServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CPOptionValueServicepublic com.liferay.portal.kernel.search.BaseModelSearchResult<CPOptionValue> searchCPOptionValues(long companyId, long cpOptionId, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort[] sorts) throws com.liferay.portal.kernel.exception.PortalException
searchCPOptionValues in interface CPOptionValueServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int searchCPOptionValuesCount(long companyId,
long cpOptionId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
searchCPOptionValuesCount in interface CPOptionValueServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionValue updateCPOptionValue(long cpOptionValueId, java.util.Map<java.util.Locale,java.lang.String> nameMap, double priority, java.lang.String key, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCPOptionValue in interface CPOptionValueServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionValueService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPOptionValueService>public void setWrappedService(CPOptionValueService cpOptionValueService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPOptionValueService>