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,
double priority,
java.util.Map<java.util.Locale,java.lang.String> valueMap,
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 |
fetchCPDefinitionSpecificationOptionValue(long cpDefinitionId,
java.lang.String key) |
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() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
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.lang.String key,
double priority,
java.util.Map<java.util.Locale,java.lang.String> valueMap,
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 CPDefinitionSpecificationOptionValueLocalService
cpDefinitionSpecificationOptionValue
- the cp definition specification option valuepublic CPDefinitionSpecificationOptionValue addCPDefinitionSpecificationOptionValue(long cpDefinitionId, long cpSpecificationOptionId, long cpOptionCategoryId, double priority, java.util.Map<java.util.Locale,java.lang.String> valueMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCPDefinitionSpecificationOptionValue
in interface CPDefinitionSpecificationOptionValueLocalService
com.liferay.portal.kernel.exception.PortalException
public CPDefinitionSpecificationOptionValue createCPDefinitionSpecificationOptionValue(long CPDefinitionSpecificationOptionValueId)
createCPDefinitionSpecificationOptionValue
in interface CPDefinitionSpecificationOptionValueLocalService
CPDefinitionSpecificationOptionValueId
- 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 CPDefinitionSpecificationOptionValueLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public 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 CPDefinitionSpecificationOptionValueLocalService
cpDefinitionSpecificationOptionValue
- the cp definition specification option valuePortalException
public CPDefinitionSpecificationOptionValue deleteCPDefinitionSpecificationOptionValue(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue, boolean makeCopy) throws com.liferay.portal.kernel.exception.PortalException
deleteCPDefinitionSpecificationOptionValue
in interface CPDefinitionSpecificationOptionValueLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 CPDefinitionSpecificationOptionValueLocalService
CPDefinitionSpecificationOptionValueId
- 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 CPDefinitionSpecificationOptionValueLocalService
com.liferay.portal.kernel.exception.PortalException
public void deleteCPDefinitionSpecificationOptionValues(long cpDefinitionId, boolean makeCopy) throws com.liferay.portal.kernel.exception.PortalException
deleteCPDefinitionSpecificationOptionValues
in interface CPDefinitionSpecificationOptionValueLocalService
com.liferay.portal.kernel.exception.PortalException
public void deleteCPSpecificationOptionDefinitionValues(long cpSpecificationOptionId) throws com.liferay.portal.kernel.exception.PortalException
deleteCPSpecificationOptionDefinitionValues
in interface CPDefinitionSpecificationOptionValueLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface CPDefinitionSpecificationOptionValueLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface CPDefinitionSpecificationOptionValueLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface CPDefinitionSpecificationOptionValueLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface CPDefinitionSpecificationOptionValueLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface CPDefinitionSpecificationOptionValueLocalService
dynamicQuery
- 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 CPDefinitionSpecificationOptionValueLocalService
dynamicQuery
- 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 CPDefinitionSpecificationOptionValueLocalService
dynamicQuery
- 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 CPDefinitionSpecificationOptionValueLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface CPDefinitionSpecificationOptionValueLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic CPDefinitionSpecificationOptionValue fetchCPDefinitionSpecificationOptionValue(long CPDefinitionSpecificationOptionValueId)
fetchCPDefinitionSpecificationOptionValue
in interface CPDefinitionSpecificationOptionValueLocalService
public CPDefinitionSpecificationOptionValue fetchCPDefinitionSpecificationOptionValue(long cpDefinitionId, long cpDefinitionSpecificationOptionValueId)
fetchCPDefinitionSpecificationOptionValue
in interface CPDefinitionSpecificationOptionValueLocalService
public CPDefinitionSpecificationOptionValue fetchCPDefinitionSpecificationOptionValue(long cpDefinitionId, java.lang.String key)
fetchCPDefinitionSpecificationOptionValue
in interface CPDefinitionSpecificationOptionValueLocalService
public CPDefinitionSpecificationOptionValue fetchCPDefinitionSpecificationOptionValueByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchCPDefinitionSpecificationOptionValueByUuidAndGroupId
in interface CPDefinitionSpecificationOptionValueLocalService
uuid
- 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 CPDefinitionSpecificationOptionValueLocalService
public CPDefinitionSpecificationOptionValue getCPDefinitionSpecificationOptionValue(long CPDefinitionSpecificationOptionValueId) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionSpecificationOptionValue
in interface CPDefinitionSpecificationOptionValueLocalService
CPDefinitionSpecificationOptionValueId
- 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 CPDefinitionSpecificationOptionValueLocalService
uuid
- 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 CPDefinitionSpecificationOptionValueLocalService
start
- 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 CPDefinitionSpecificationOptionValueLocalService
public java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues(long cpSpecificationOptionId, int start, int end)
getCPDefinitionSpecificationOptionValues
in interface CPDefinitionSpecificationOptionValueLocalService
public java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues(long cpDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
getCPDefinitionSpecificationOptionValues
in interface CPDefinitionSpecificationOptionValueLocalService
public java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues(long cpDefinitionId, long cpOptionCategoryId)
getCPDefinitionSpecificationOptionValues
in interface CPDefinitionSpecificationOptionValueLocalService
public java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValuesByC_CSO(long cpDefinitionId, long cpSpecificationOptionId)
getCPDefinitionSpecificationOptionValuesByC_CSO
in interface CPDefinitionSpecificationOptionValueLocalService
public java.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValuesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getCPDefinitionSpecificationOptionValuesByUuidAndCompanyId
in interface CPDefinitionSpecificationOptionValueLocalService
uuid
- 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 CPDefinitionSpecificationOptionValueLocalService
uuid
- 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 CPDefinitionSpecificationOptionValueLocalService
public int getCPDefinitionSpecificationOptionValuesCount(long cpDefinitionId)
getCPDefinitionSpecificationOptionValuesCount
in interface CPDefinitionSpecificationOptionValueLocalService
public int getCPSpecificationOptionDefinitionValuesCount(long cpSpecificationOptionId)
getCPSpecificationOptionDefinitionValuesCount
in interface CPDefinitionSpecificationOptionValueLocalService
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface CPDefinitionSpecificationOptionValueLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface CPDefinitionSpecificationOptionValueLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CPDefinitionSpecificationOptionValueLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface CPDefinitionSpecificationOptionValueLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public 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 CPDefinitionSpecificationOptionValueLocalService
cpDefinitionSpecificationOptionValue
- the cp definition specification option valuepublic CPDefinitionSpecificationOptionValue updateCPDefinitionSpecificationOptionValue(long cpDefinitionSpecificationOptionValueId, long cpOptionCategoryId, java.lang.String key, double priority, java.util.Map<java.util.Locale,java.lang.String> valueMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCPDefinitionSpecificationOptionValue
in interface CPDefinitionSpecificationOptionValueLocalService
com.liferay.portal.kernel.exception.PortalException
public CPDefinitionSpecificationOptionValue updateCPOptionCategoryId(long cpDefinitionSpecificationOptionValueId, long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException
updateCPOptionCategoryId
in interface CPDefinitionSpecificationOptionValueLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDefinitionSpecificationOptionValue> getCTPersistence()
getCTPersistence
in interface CPDefinitionSpecificationOptionValueLocalService
getCTPersistence
in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPDefinitionSpecificationOptionValue>
public java.lang.Class<CPDefinitionSpecificationOptionValue> getModelClass()
getModelClass
in interface CPDefinitionSpecificationOptionValueLocalService
getModelClass
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 CPDefinitionSpecificationOptionValueLocalService
updateWithUnsafeFunction
in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPDefinitionSpecificationOptionValue>
E extends java.lang.Throwable
public 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>