public class CPDefinitionSpecificationOptionValueLocalServiceWrapper extends java.lang.Object implements CPDefinitionSpecificationOptionValueLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionSpecificationOptionValueLocalService>
CPDefinitionSpecificationOptionValueLocalService.CPDefinitionSpecificationOptionValueLocalService| Constructor and Description |
|---|
CPDefinitionSpecificationOptionValueLocalServiceWrapper() |
CPDefinitionSpecificationOptionValueLocalServiceWrapper(CPDefinitionSpecificationOptionValueLocalService cpDefinitionSpecificationOptionValueLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CPDefinitionSpecificationOptionValue |
addCPDefinitionSpecificationOptionValue(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue)
Adds the cp definition specification option value to the database.
|
CPDefinitionSpecificationOptionValue |
addCPDefinitionSpecificationOptionValue(long cpDefinitionId,
long cpSpecificationOptionId,
long cpOptionCategoryId,
java.util.Map<java.util.Locale,java.lang.String> valueMap,
double priority,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CPDefinitionSpecificationOptionValue |
createCPDefinitionSpecificationOptionValue(long CPDefinitionSpecificationOptionValueId)
Creates a new cp definition specification option value with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CPDefinitionSpecificationOptionValue |
deleteCPDefinitionSpecificationOptionValue(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue)
Deletes the cp definition specification option value from the database.
|
CPDefinitionSpecificationOptionValue |
deleteCPDefinitionSpecificationOptionValue(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue,
boolean makeCopy) |
CPDefinitionSpecificationOptionValue |
deleteCPDefinitionSpecificationOptionValue(long CPDefinitionSpecificationOptionValueId)
Deletes the cp definition specification option value with the primary key from the database.
|
void |
deleteCPDefinitionSpecificationOptionValues(long cpDefinitionId) |
void |
deleteCPDefinitionSpecificationOptionValues(long cpDefinitionId,
boolean makeCopy) |
void |
deleteCPSpecificationOptionDefinitionValues(long cpSpecificationOptionId) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
CPDefinitionSpecificationOptionValue |
fetchCPDefinitionSpecificationOptionValue(long CPDefinitionSpecificationOptionValueId) |
CPDefinitionSpecificationOptionValue |
fetchCPDefinitionSpecificationOptionValue(long cpDefinitionId,
long cpDefinitionSpecificationOptionValueId) |
CPDefinitionSpecificationOptionValue |
fetchCPDefinitionSpecificationOptionValueByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the cp definition specification option value matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
CPDefinitionSpecificationOptionValue |
getCPDefinitionSpecificationOptionValue(long CPDefinitionSpecificationOptionValueId)
Returns the cp definition specification option value with the primary key.
|
CPDefinitionSpecificationOptionValue |
getCPDefinitionSpecificationOptionValueByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the cp definition specification option value matching the UUID and group.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
getCPDefinitionSpecificationOptionValues(int start,
int end)
Returns a range of all the cp definition specification option values.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
getCPDefinitionSpecificationOptionValues(long cpSpecificationOptionId) |
java.util.List<CPDefinitionSpecificationOptionValue> |
getCPDefinitionSpecificationOptionValues(long cpSpecificationOptionId,
int start,
int end) |
java.util.List<CPDefinitionSpecificationOptionValue> |
getCPDefinitionSpecificationOptionValues(long cpDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) |
java.util.List<CPDefinitionSpecificationOptionValue> |
getCPDefinitionSpecificationOptionValues(long cpDefinitionId,
long cpOptionCategoryId) |
java.util.List<CPDefinitionSpecificationOptionValue> |
getCPDefinitionSpecificationOptionValuesByC_CSO(long cpDefinitionId,
long cpSpecificationOptionId) |
java.util.List<CPDefinitionSpecificationOptionValue> |
getCPDefinitionSpecificationOptionValuesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the cp definition specification option values matching the UUID and company.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
getCPDefinitionSpecificationOptionValuesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns a range of cp definition specification option values matching the UUID and company.
|
int |
getCPDefinitionSpecificationOptionValuesCount()
Returns the number of cp definition specification option values.
|
int |
getCPDefinitionSpecificationOptionValuesCount(long cpDefinitionId) |
int |
getCPSpecificationOptionDefinitionValuesCount(long cpSpecificationOptionId) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDefinitionSpecificationOptionValue> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<CPDefinitionSpecificationOptionValue> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CPDefinitionSpecificationOptionValueLocalService |
getWrappedService() |
void |
setWrappedService(CPDefinitionSpecificationOptionValueLocalService cpDefinitionSpecificationOptionValueLocalService) |
CPDefinitionSpecificationOptionValue |
updateCPDefinitionSpecificationOptionValue(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue)
Updates the cp definition specification option value in the database or adds it if it does not yet exist.
|
CPDefinitionSpecificationOptionValue |
updateCPDefinitionSpecificationOptionValue(long cpDefinitionSpecificationOptionValueId,
long cpOptionCategoryId,
java.util.Map<java.util.Locale,java.lang.String> valueMap,
double priority,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CPDefinitionSpecificationOptionValue |
updateCPOptionCategoryId(long cpDefinitionSpecificationOptionValueId,
long cpOptionCategoryId) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDefinitionSpecificationOptionValue>,R,E> updateUnsafeFunction) |
public CPDefinitionSpecificationOptionValueLocalServiceWrapper()
public CPDefinitionSpecificationOptionValueLocalServiceWrapper(CPDefinitionSpecificationOptionValueLocalService cpDefinitionSpecificationOptionValueLocalService)
public CPDefinitionSpecificationOptionValue addCPDefinitionSpecificationOptionValue(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue)
Important: Inspect CPDefinitionSpecificationOptionValueLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addCPDefinitionSpecificationOptionValue in interface CPDefinitionSpecificationOptionValueLocalServicecpDefinitionSpecificationOptionValue - the cp definition specification option valuepublic CPDefinitionSpecificationOptionValue addCPDefinitionSpecificationOptionValue(long cpDefinitionId, long cpSpecificationOptionId, long cpOptionCategoryId, java.util.Map<java.util.Locale,java.lang.String> valueMap, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCPDefinitionSpecificationOptionValue in interface CPDefinitionSpecificationOptionValueLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPDefinitionSpecificationOptionValue createCPDefinitionSpecificationOptionValue(long CPDefinitionSpecificationOptionValueId)
createCPDefinitionSpecificationOptionValue in interface CPDefinitionSpecificationOptionValueLocalServiceCPDefinitionSpecificationOptionValueId - the primary key for the new cp definition specification option valuepublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CPDefinitionSpecificationOptionValueLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CPDefinitionSpecificationOptionValue deleteCPDefinitionSpecificationOptionValue(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CPDefinitionSpecificationOptionValueLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCPDefinitionSpecificationOptionValue in interface CPDefinitionSpecificationOptionValueLocalServicecpDefinitionSpecificationOptionValue - the cp definition specification option valuePortalExceptionpublic CPDefinitionSpecificationOptionValue deleteCPDefinitionSpecificationOptionValue(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue, boolean makeCopy) throws com.liferay.portal.kernel.exception.PortalException
deleteCPDefinitionSpecificationOptionValue in interface CPDefinitionSpecificationOptionValueLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPDefinitionSpecificationOptionValue deleteCPDefinitionSpecificationOptionValue(long CPDefinitionSpecificationOptionValueId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CPDefinitionSpecificationOptionValueLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCPDefinitionSpecificationOptionValue in interface CPDefinitionSpecificationOptionValueLocalServiceCPDefinitionSpecificationOptionValueId - the primary key of the cp definition specification option valuePortalException - if a cp definition specification option value with the primary key could not be foundpublic void deleteCPDefinitionSpecificationOptionValues(long cpDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCPDefinitionSpecificationOptionValues in interface CPDefinitionSpecificationOptionValueLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCPDefinitionSpecificationOptionValues(long cpDefinitionId,
boolean makeCopy)
throws com.liferay.portal.kernel.exception.PortalException
deleteCPDefinitionSpecificationOptionValues in interface CPDefinitionSpecificationOptionValueLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCPSpecificationOptionDefinitionValues(long cpSpecificationOptionId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCPSpecificationOptionDefinitionValues in interface CPDefinitionSpecificationOptionValueLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CPDefinitionSpecificationOptionValueLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CPDefinitionSpecificationOptionValueLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CPDefinitionSpecificationOptionValueLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CPDefinitionSpecificationOptionValueLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CPDefinitionSpecificationOptionValueLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.product.model.impl.CPDefinitionSpecificationOptionValueModelImpl.
dynamicQuery in interface CPDefinitionSpecificationOptionValueLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.product.model.impl.CPDefinitionSpecificationOptionValueModelImpl.
dynamicQuery in interface CPDefinitionSpecificationOptionValueLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface CPDefinitionSpecificationOptionValueLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CPDefinitionSpecificationOptionValueLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CPDefinitionSpecificationOptionValue fetchCPDefinitionSpecificationOptionValue(long CPDefinitionSpecificationOptionValueId)
fetchCPDefinitionSpecificationOptionValue in interface CPDefinitionSpecificationOptionValueLocalServicepublic CPDefinitionSpecificationOptionValue fetchCPDefinitionSpecificationOptionValue(long cpDefinitionId, long cpDefinitionSpecificationOptionValueId)
fetchCPDefinitionSpecificationOptionValue in interface CPDefinitionSpecificationOptionValueLocalServicepublic CPDefinitionSpecificationOptionValue fetchCPDefinitionSpecificationOptionValueByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchCPDefinitionSpecificationOptionValueByUuidAndGroupId in interface CPDefinitionSpecificationOptionValueLocalServiceuuid - the cp definition specification option value's UUIDgroupId - the primary key of the groupnull if a matching cp definition specification option value could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CPDefinitionSpecificationOptionValueLocalServicepublic CPDefinitionSpecificationOptionValue getCPDefinitionSpecificationOptionValue(long CPDefinitionSpecificationOptionValueId) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionSpecificationOptionValue in interface CPDefinitionSpecificationOptionValueLocalServiceCPDefinitionSpecificationOptionValueId - the primary key of the cp definition specification option valuePortalException - if a cp definition specification option value with the primary key could not be foundpublic CPDefinitionSpecificationOptionValue getCPDefinitionSpecificationOptionValueByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionSpecificationOptionValueByUuidAndGroupId in interface CPDefinitionSpecificationOptionValueLocalServiceuuid - the cp definition specification option value's UUIDgroupId - the primary key of the groupPortalException - if a matching cp definition specification option value could not be foundpublic java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.product.model.impl.CPDefinitionSpecificationOptionValueModelImpl.
getCPDefinitionSpecificationOptionValues in interface CPDefinitionSpecificationOptionValueLocalServicestart - the lower bound of the range of cp definition specification option valuesend - the upper bound of the range of cp definition specification option values (not inclusive)public java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues(long cpSpecificationOptionId)
getCPDefinitionSpecificationOptionValues in interface CPDefinitionSpecificationOptionValueLocalServicepublic java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues(long cpSpecificationOptionId, int start, int end)
getCPDefinitionSpecificationOptionValues in interface CPDefinitionSpecificationOptionValueLocalServicepublic java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues(long cpDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
getCPDefinitionSpecificationOptionValues in interface CPDefinitionSpecificationOptionValueLocalServicepublic java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues(long cpDefinitionId, long cpOptionCategoryId)
getCPDefinitionSpecificationOptionValues in interface CPDefinitionSpecificationOptionValueLocalServicepublic java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValuesByC_CSO(long cpDefinitionId, long cpSpecificationOptionId)
getCPDefinitionSpecificationOptionValuesByC_CSO in interface CPDefinitionSpecificationOptionValueLocalServicepublic java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValuesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getCPDefinitionSpecificationOptionValuesByUuidAndCompanyId in interface CPDefinitionSpecificationOptionValueLocalServiceuuid - the UUID of the cp definition specification option valuescompanyId - the primary key of the companypublic java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValuesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
getCPDefinitionSpecificationOptionValuesByUuidAndCompanyId in interface CPDefinitionSpecificationOptionValueLocalServiceuuid - the UUID of the cp definition specification option valuescompanyId - the primary key of the companystart - the lower bound of the range of cp definition specification option valuesend - the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getCPDefinitionSpecificationOptionValuesCount()
getCPDefinitionSpecificationOptionValuesCount in interface CPDefinitionSpecificationOptionValueLocalServicepublic int getCPDefinitionSpecificationOptionValuesCount(long cpDefinitionId)
getCPDefinitionSpecificationOptionValuesCount in interface CPDefinitionSpecificationOptionValueLocalServicepublic int getCPSpecificationOptionDefinitionValuesCount(long cpSpecificationOptionId)
getCPSpecificationOptionDefinitionValuesCount in interface CPDefinitionSpecificationOptionValueLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CPDefinitionSpecificationOptionValueLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CPDefinitionSpecificationOptionValueLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CPDefinitionSpecificationOptionValueLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CPDefinitionSpecificationOptionValueLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CPDefinitionSpecificationOptionValue updateCPDefinitionSpecificationOptionValue(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue)
Important: Inspect CPDefinitionSpecificationOptionValueLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateCPDefinitionSpecificationOptionValue in interface CPDefinitionSpecificationOptionValueLocalServicecpDefinitionSpecificationOptionValue - the cp definition specification option valuepublic CPDefinitionSpecificationOptionValue updateCPDefinitionSpecificationOptionValue(long cpDefinitionSpecificationOptionValueId, long cpOptionCategoryId, java.util.Map<java.util.Locale,java.lang.String> valueMap, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCPDefinitionSpecificationOptionValue in interface CPDefinitionSpecificationOptionValueLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPDefinitionSpecificationOptionValue updateCPOptionCategoryId(long cpDefinitionSpecificationOptionValueId, long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException
updateCPOptionCategoryId in interface CPDefinitionSpecificationOptionValueLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDefinitionSpecificationOptionValue> getCTPersistence()
getCTPersistence in interface CPDefinitionSpecificationOptionValueLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPDefinitionSpecificationOptionValue>public java.lang.Class<CPDefinitionSpecificationOptionValue> getModelClass()
getModelClass in interface CPDefinitionSpecificationOptionValueLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPDefinitionSpecificationOptionValue>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDefinitionSpecificationOptionValue>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CPDefinitionSpecificationOptionValueLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPDefinitionSpecificationOptionValue>E extends java.lang.Throwablepublic CPDefinitionSpecificationOptionValueLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionSpecificationOptionValueLocalService>public void setWrappedService(CPDefinitionSpecificationOptionValueLocalService cpDefinitionSpecificationOptionValueLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionSpecificationOptionValueLocalService>