public class CPOptionValueLocalServiceWrapper extends java.lang.Object implements CPOptionValueLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CPOptionValueLocalService>
CPOptionValueLocalService.CPOptionValueLocalService| Constructor and Description |
|---|
CPOptionValueLocalServiceWrapper() |
CPOptionValueLocalServiceWrapper(CPOptionValueLocalService cpOptionValueLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CPOptionValue |
addCPOptionValue(CPOptionValue cpOptionValue)
Adds the cp option value to the database.
|
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 |
addCPOptionValue(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) |
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) |
CPOptionValue |
createCPOptionValue(long CPOptionValueId)
Creates a new cp option value with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CPOptionValue |
deleteCPOptionValue(CPOptionValue cpOptionValue)
Deletes the cp option value from the database.
|
CPOptionValue |
deleteCPOptionValue(long CPOptionValueId)
Deletes the cp option value with the primary key from the database.
|
void |
deleteCPOptionValues(long cpOptionId) |
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.
|
CPOptionValue |
fetchByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CPOptionValue |
fetchCPOptionValue(long CPOptionValueId) |
CPOptionValue |
fetchCPOptionValueByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode)
Returns the cp option value with the matching external reference code and company.
|
CPOptionValue |
fetchCPOptionValueByReferenceCode(long companyId,
java.lang.String externalReferenceCode)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
fetchCPOptionValueByExternalReferenceCode(long, String) |
CPOptionValue |
fetchCPOptionValueByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the cp option value with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
CPOptionValue |
getCPOptionValue(long CPOptionValueId)
Returns the cp option value with the primary key.
|
CPOptionValue |
getCPOptionValue(long cpOptionId,
java.lang.String key) |
CPOptionValue |
getCPOptionValueByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode)
Returns the cp option value with the matching external reference code and company.
|
CPOptionValue |
getCPOptionValueByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the cp option value with the matching UUID and company.
|
java.util.List<CPOptionValue> |
getCPOptionValues(int start,
int end)
Returns a range of all the cp option values.
|
java.util.List<CPOptionValue> |
getCPOptionValues(long cpOptionId,
int start,
int end) |
java.util.List<CPOptionValue> |
getCPOptionValues(long cpOptionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPOptionValue> orderByComparator) |
int |
getCPOptionValuesCount()
Returns the number of cp option values.
|
int |
getCPOptionValuesCount(long cpOptionId) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPOptionValue> |
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<CPOptionValue> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CPOptionValueLocalService |
getWrappedService() |
com.liferay.portal.kernel.search.Hits |
search(com.liferay.portal.kernel.search.SearchContext searchContext) |
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(CPOptionValueLocalService cpOptionValueLocalService) |
CPOptionValue |
updateCPOptionValue(CPOptionValue cpOptionValue)
Updates the cp option value in the database or adds it if it does not yet exist.
|
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) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPOptionValue>,R,E> updateUnsafeFunction) |
public CPOptionValueLocalServiceWrapper()
public CPOptionValueLocalServiceWrapper(CPOptionValueLocalService cpOptionValueLocalService)
public CPOptionValue addCPOptionValue(CPOptionValue cpOptionValue)
Important: Inspect CPOptionValueLocalServiceImpl 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.
addCPOptionValue in interface CPOptionValueLocalServicecpOptionValue - the cp option valuepublic 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 CPOptionValueLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionValue addCPOptionValue(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
addCPOptionValue in interface CPOptionValueLocalServicecom.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 CPOptionValueLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionValue createCPOptionValue(long CPOptionValueId)
createCPOptionValue in interface CPOptionValueLocalServiceCPOptionValueId - the primary key for the new cp option valuepublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CPOptionValueLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CPOptionValue deleteCPOptionValue(CPOptionValue cpOptionValue) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CPOptionValueLocalServiceImpl 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.
deleteCPOptionValue in interface CPOptionValueLocalServicecpOptionValue - the cp option valuePortalExceptionpublic CPOptionValue deleteCPOptionValue(long CPOptionValueId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CPOptionValueLocalServiceImpl 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.
deleteCPOptionValue in interface CPOptionValueLocalServiceCPOptionValueId - the primary key of the cp option valuePortalException - if a cp option value with the primary key could not be foundpublic void deleteCPOptionValues(long cpOptionId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCPOptionValues in interface CPOptionValueLocalServicecom.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 CPOptionValueLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CPOptionValueLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CPOptionValueLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CPOptionValueLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CPOptionValueLocalServicedynamicQuery - 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.CPOptionValueModelImpl.
dynamicQuery in interface CPOptionValueLocalServicedynamicQuery - 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.CPOptionValueModelImpl.
dynamicQuery in interface CPOptionValueLocalServicedynamicQuery - 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 CPOptionValueLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CPOptionValueLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CPOptionValue fetchByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchByExternalReferenceCode in interface CPOptionValueLocalServicepublic CPOptionValue fetchCPOptionValue(long CPOptionValueId)
fetchCPOptionValue in interface CPOptionValueLocalServicepublic CPOptionValue fetchCPOptionValueByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode)
fetchCPOptionValueByExternalReferenceCode in interface CPOptionValueLocalServicecompanyId - the primary key of the companyexternalReferenceCode - the cp option value's external reference codenull if a matching cp option value could not be found@Deprecated public CPOptionValue fetchCPOptionValueByReferenceCode(long companyId, java.lang.String externalReferenceCode)
fetchCPOptionValueByExternalReferenceCode(long, String)fetchCPOptionValueByReferenceCode in interface CPOptionValueLocalServicepublic CPOptionValue fetchCPOptionValueByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCPOptionValueByUuidAndCompanyId in interface CPOptionValueLocalServiceuuid - the cp option value's UUIDcompanyId - the primary key of the companynull if a matching cp option value could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CPOptionValueLocalServicepublic CPOptionValue getCPOptionValue(long CPOptionValueId) throws com.liferay.portal.kernel.exception.PortalException
getCPOptionValue in interface CPOptionValueLocalServiceCPOptionValueId - the primary key of the cp option valuePortalException - if a cp option value with the primary key could not be foundpublic CPOptionValue getCPOptionValue(long cpOptionId, java.lang.String key) throws com.liferay.portal.kernel.exception.PortalException
getCPOptionValue in interface CPOptionValueLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionValue getCPOptionValueByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
getCPOptionValueByExternalReferenceCode in interface CPOptionValueLocalServicecompanyId - the primary key of the companyexternalReferenceCode - the cp option value's external reference codePortalException - if a matching cp option value could not be foundpublic CPOptionValue getCPOptionValueByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCPOptionValueByUuidAndCompanyId in interface CPOptionValueLocalServiceuuid - the cp option value's UUIDcompanyId - the primary key of the companyPortalException - if a matching cp option value could not be foundpublic java.util.List<CPOptionValue> getCPOptionValues(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.CPOptionValueModelImpl.
getCPOptionValues in interface CPOptionValueLocalServicestart - the lower bound of the range of cp option valuesend - the upper bound of the range of cp option values (not inclusive)public java.util.List<CPOptionValue> getCPOptionValues(long cpOptionId, int start, int end)
getCPOptionValues in interface CPOptionValueLocalServicepublic java.util.List<CPOptionValue> getCPOptionValues(long cpOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPOptionValue> orderByComparator)
getCPOptionValues in interface CPOptionValueLocalServicepublic int getCPOptionValuesCount()
getCPOptionValuesCount in interface CPOptionValueLocalServicepublic int getCPOptionValuesCount(long cpOptionId)
getCPOptionValuesCount in interface CPOptionValueLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CPOptionValueLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CPOptionValueLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CPOptionValueLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CPOptionValueLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.search.Hits search(com.liferay.portal.kernel.search.SearchContext searchContext)
search in interface CPOptionValueLocalServicepublic 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 CPOptionValueLocalServicecom.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 CPOptionValueLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionValue updateCPOptionValue(CPOptionValue cpOptionValue)
Important: Inspect CPOptionValueLocalServiceImpl 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.
updateCPOptionValue in interface CPOptionValueLocalServicecpOptionValue - the cp option valuepublic 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 CPOptionValueLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPOptionValue> getCTPersistence()
getCTPersistence in interface CPOptionValueLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPOptionValue>public java.lang.Class<CPOptionValue> getModelClass()
getModelClass in interface CPOptionValueLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPOptionValue>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPOptionValue>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CPOptionValueLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPOptionValue>E extends java.lang.Throwablepublic CPOptionValueLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPOptionValueLocalService>public void setWrappedService(CPOptionValueLocalService cpOptionValueLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPOptionValueLocalService>