public class CommerceCurrencyLocalServiceWrapper extends java.lang.Object implements CommerceCurrencyLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceCurrencyLocalService>
CommerceCurrencyLocalService.CommerceCurrencyLocalService| Constructor and Description |
|---|
CommerceCurrencyLocalServiceWrapper() |
CommerceCurrencyLocalServiceWrapper(CommerceCurrencyLocalService commerceCurrencyLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceCurrency |
addCommerceCurrency(CommerceCurrency commerceCurrency)
Adds the commerce currency to the database.
|
CommerceCurrency |
addCommerceCurrency(long userId,
java.lang.String code,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String symbol,
java.math.BigDecimal rate,
java.util.Map<java.util.Locale,java.lang.String> formatPatternMap,
int maxFractionDigits,
int minFractionDigits,
java.lang.String roundingMode,
boolean primary,
double priority,
boolean active) |
CommerceCurrency |
createCommerceCurrency(long commerceCurrencyId)
Creates a new commerce currency with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCommerceCurrencies(long companyId) |
CommerceCurrency |
deleteCommerceCurrency(CommerceCurrency commerceCurrency)
Deletes the commerce currency from the database.
|
CommerceCurrency |
deleteCommerceCurrency(long commerceCurrencyId)
Deletes the commerce currency with the primary key from the database.
|
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.
|
CommerceCurrency |
fetchCommerceCurrency(long commerceCurrencyId) |
CommerceCurrency |
fetchCommerceCurrencyByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce currency with the matching UUID and company.
|
CommerceCurrency |
fetchPrimaryCommerceCurrency(long companyId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<CommerceCurrency> |
getCommerceCurrencies(int start,
int end)
Returns a range of all the commerce currencies.
|
java.util.List<CommerceCurrency> |
getCommerceCurrencies(long companyId,
boolean active) |
java.util.List<CommerceCurrency> |
getCommerceCurrencies(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceCurrency> orderByComparator) |
java.util.List<CommerceCurrency> |
getCommerceCurrencies(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceCurrency> orderByComparator) |
int |
getCommerceCurrenciesCount()
Returns the number of commerce currencies.
|
int |
getCommerceCurrenciesCount(long companyId) |
int |
getCommerceCurrenciesCount(long companyId,
boolean active) |
CommerceCurrency |
getCommerceCurrency(long commerceCurrencyId)
Returns the commerce currency with the primary key.
|
CommerceCurrency |
getCommerceCurrency(long companyId,
java.lang.String code) |
CommerceCurrency |
getCommerceCurrencyByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce currency with the matching UUID and company.
|
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.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceCurrencyLocalService |
getWrappedService() |
void |
importDefaultValues(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceCurrency |
setActive(long commerceCurrencyId,
boolean active) |
CommerceCurrency |
setPrimary(long commerceCurrencyId,
boolean primary) |
void |
setWrappedService(CommerceCurrencyLocalService commerceCurrencyLocalService) |
CommerceCurrency |
updateCommerceCurrency(CommerceCurrency commerceCurrency)
Updates the commerce currency in the database or adds it if it does not yet exist.
|
CommerceCurrency |
updateCommerceCurrency(long commerceCurrencyId,
java.lang.String code,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String symbol,
java.math.BigDecimal rate,
java.util.Map<java.util.Locale,java.lang.String> formatPatternMap,
int maxFractionDigits,
int minFractionDigits,
java.lang.String roundingMode,
boolean primary,
double priority,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceCurrency |
updateCommerceCurrencyRate(long commerceCurrencyId,
java.math.BigDecimal rate) |
void |
updateExchangeRate(long commerceCurrencyId,
java.lang.String exchangeRateProviderKey) |
void |
updateExchangeRates() |
public CommerceCurrencyLocalServiceWrapper()
public CommerceCurrencyLocalServiceWrapper(CommerceCurrencyLocalService commerceCurrencyLocalService)
public CommerceCurrency addCommerceCurrency(CommerceCurrency commerceCurrency)
Important: Inspect CommerceCurrencyLocalServiceImpl 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.
addCommerceCurrency in interface CommerceCurrencyLocalServicecommerceCurrency - the commerce currencypublic CommerceCurrency addCommerceCurrency(long userId, java.lang.String code, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String symbol, java.math.BigDecimal rate, java.util.Map<java.util.Locale,java.lang.String> formatPatternMap, int maxFractionDigits, int minFractionDigits, java.lang.String roundingMode, boolean primary, double priority, boolean active) throws com.liferay.portal.kernel.exception.PortalException
addCommerceCurrency in interface CommerceCurrencyLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceCurrency createCommerceCurrency(long commerceCurrencyId)
createCommerceCurrency in interface CommerceCurrencyLocalServicecommerceCurrencyId - the primary key for the new commerce currencypublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceCurrencyLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteCommerceCurrencies(long companyId)
deleteCommerceCurrencies in interface CommerceCurrencyLocalServicepublic CommerceCurrency deleteCommerceCurrency(CommerceCurrency commerceCurrency)
Important: Inspect CommerceCurrencyLocalServiceImpl 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.
deleteCommerceCurrency in interface CommerceCurrencyLocalServicecommerceCurrency - the commerce currencypublic CommerceCurrency deleteCommerceCurrency(long commerceCurrencyId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceCurrencyLocalServiceImpl 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.
deleteCommerceCurrency in interface CommerceCurrencyLocalServicecommerceCurrencyId - the primary key of the commerce currencyPortalException - if a commerce currency with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceCurrencyLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceCurrencyLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceCurrencyLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceCurrencyLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceCurrencyLocalServicedynamicQuery - 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.currency.model.impl.CommerceCurrencyModelImpl.
dynamicQuery in interface CommerceCurrencyLocalServicedynamicQuery - 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.currency.model.impl.CommerceCurrencyModelImpl.
dynamicQuery in interface CommerceCurrencyLocalServicedynamicQuery - 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 CommerceCurrencyLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceCurrencyLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceCurrency fetchCommerceCurrency(long commerceCurrencyId)
fetchCommerceCurrency in interface CommerceCurrencyLocalServicepublic CommerceCurrency fetchCommerceCurrencyByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCommerceCurrencyByUuidAndCompanyId in interface CommerceCurrencyLocalServiceuuid - the commerce currency's UUIDcompanyId - the primary key of the companynull if a matching commerce currency could not be foundpublic CommerceCurrency fetchPrimaryCommerceCurrency(long companyId)
fetchPrimaryCommerceCurrency in interface CommerceCurrencyLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceCurrencyLocalServicepublic java.util.List<CommerceCurrency> getCommerceCurrencies(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.currency.model.impl.CommerceCurrencyModelImpl.
getCommerceCurrencies in interface CommerceCurrencyLocalServicestart - the lower bound of the range of commerce currenciesend - the upper bound of the range of commerce currencies (not inclusive)public java.util.List<CommerceCurrency> getCommerceCurrencies(long companyId, boolean active)
getCommerceCurrencies in interface CommerceCurrencyLocalServicepublic java.util.List<CommerceCurrency> getCommerceCurrencies(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceCurrency> orderByComparator)
getCommerceCurrencies in interface CommerceCurrencyLocalServicepublic java.util.List<CommerceCurrency> getCommerceCurrencies(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceCurrency> orderByComparator)
getCommerceCurrencies in interface CommerceCurrencyLocalServicepublic int getCommerceCurrenciesCount()
getCommerceCurrenciesCount in interface CommerceCurrencyLocalServicepublic int getCommerceCurrenciesCount(long companyId)
getCommerceCurrenciesCount in interface CommerceCurrencyLocalServicepublic int getCommerceCurrenciesCount(long companyId,
boolean active)
getCommerceCurrenciesCount in interface CommerceCurrencyLocalServicepublic CommerceCurrency getCommerceCurrency(long commerceCurrencyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceCurrency in interface CommerceCurrencyLocalServicecommerceCurrencyId - the primary key of the commerce currencyPortalException - if a commerce currency with the primary key could not be foundpublic CommerceCurrency getCommerceCurrency(long companyId, java.lang.String code) throws NoSuchCurrencyException
getCommerceCurrency in interface CommerceCurrencyLocalServiceNoSuchCurrencyExceptionpublic CommerceCurrency getCommerceCurrencyByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceCurrencyByUuidAndCompanyId in interface CommerceCurrencyLocalServiceuuid - the commerce currency's UUIDcompanyId - the primary key of the companyPortalException - if a matching commerce currency could not be foundpublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CommerceCurrencyLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceCurrencyLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceCurrencyLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceCurrencyLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void importDefaultValues(com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws java.lang.Exception
importDefaultValues in interface CommerceCurrencyLocalServicejava.lang.Exceptionpublic CommerceCurrency setActive(long commerceCurrencyId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
setActive in interface CommerceCurrencyLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceCurrency setPrimary(long commerceCurrencyId, boolean primary) throws com.liferay.portal.kernel.exception.PortalException
setPrimary in interface CommerceCurrencyLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceCurrency updateCommerceCurrency(CommerceCurrency commerceCurrency)
Important: Inspect CommerceCurrencyLocalServiceImpl 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.
updateCommerceCurrency in interface CommerceCurrencyLocalServicecommerceCurrency - the commerce currencypublic CommerceCurrency updateCommerceCurrency(long commerceCurrencyId, java.lang.String code, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String symbol, java.math.BigDecimal rate, java.util.Map<java.util.Locale,java.lang.String> formatPatternMap, int maxFractionDigits, int minFractionDigits, java.lang.String roundingMode, boolean primary, double priority, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceCurrency in interface CommerceCurrencyLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceCurrency updateCommerceCurrencyRate(long commerceCurrencyId, java.math.BigDecimal rate) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceCurrencyRate in interface CommerceCurrencyLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void updateExchangeRate(long commerceCurrencyId,
java.lang.String exchangeRateProviderKey)
throws com.liferay.portal.kernel.exception.PortalException
updateExchangeRate in interface CommerceCurrencyLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void updateExchangeRates()
throws com.liferay.portal.kernel.exception.PortalException
updateExchangeRates in interface CommerceCurrencyLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceCurrencyLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceCurrencyLocalService>public void setWrappedService(CommerceCurrencyLocalService commerceCurrencyLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceCurrencyLocalService>