public class CPOptionValueServiceWrapper extends java.lang.Object implements CPOptionValueService, com.liferay.portal.kernel.service.ServiceWrapper<CPOptionValueService>
CPOptionValueService.CPOptionValueService| Constructor and Description |
|---|
CPOptionValueServiceWrapper(CPOptionValueService cpOptionValueService) |
| Modifier and Type | Method and Description |
|---|---|
CPOptionValue |
addCPOptionValue(long cpOptionId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
double priority,
java.lang.String key,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCPOptionValue(long cpOptionValueId) |
CPOptionValue |
fetchByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode) |
CPOptionValue |
fetchCPOptionValue(long cpOptionValueId) |
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() |
void |
setWrappedService(CPOptionValueService cpOptionValueService) |
CPOptionValue |
updateCPOptionValue(long cpOptionValueId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
double priority,
java.lang.String key,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CPOptionValue |
upsertCPOptionValue(long cpOptionId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
double priority,
java.lang.String key,
java.lang.String externalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CPOptionValueServiceWrapper(CPOptionValueService cpOptionValueService)
public CPOptionValue addCPOptionValue(long cpOptionId, java.util.Map<java.util.Locale,java.lang.String> titleMap, 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 void deleteCPOptionValue(long cpOptionValueId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCPOptionValue in interface CPOptionValueServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionValue fetchByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
fetchByExternalReferenceCode 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 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 CPOptionValue updateCPOptionValue(long cpOptionValueId, java.util.Map<java.util.Locale,java.lang.String> titleMap, 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 CPOptionValue upsertCPOptionValue(long cpOptionId, java.util.Map<java.util.Locale,java.lang.String> nameMap, double priority, java.lang.String key, java.lang.String externalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
upsertCPOptionValue 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>