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() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
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(boolean updateExchangeRate,
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.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 CommerceCurrencyLocalService
commerceCurrency
- 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 CommerceCurrencyLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceCurrency createCommerceCurrency(long commerceCurrencyId)
createCommerceCurrency
in interface CommerceCurrencyLocalService
commerceCurrencyId
- 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 CommerceCurrencyLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public void deleteCommerceCurrencies(long companyId)
deleteCommerceCurrencies
in interface CommerceCurrencyLocalService
public 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 CommerceCurrencyLocalService
commerceCurrency
- 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 CommerceCurrencyLocalService
commerceCurrencyId
- 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 CommerceCurrencyLocalService
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 CommerceCurrencyLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface CommerceCurrencyLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface CommerceCurrencyLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface CommerceCurrencyLocalService
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.currency.model.impl.CommerceCurrencyModelImpl
.
dynamicQuery
in interface CommerceCurrencyLocalService
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.currency.model.impl.CommerceCurrencyModelImpl
.
dynamicQuery
in interface CommerceCurrencyLocalService
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 CommerceCurrencyLocalService
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 CommerceCurrencyLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic CommerceCurrency fetchCommerceCurrency(long commerceCurrencyId)
fetchCommerceCurrency
in interface CommerceCurrencyLocalService
public CommerceCurrency fetchCommerceCurrencyByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCommerceCurrencyByUuidAndCompanyId
in interface CommerceCurrencyLocalService
uuid
- 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 CommerceCurrencyLocalService
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface CommerceCurrencyLocalService
public 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 CommerceCurrencyLocalService
start
- 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 CommerceCurrencyLocalService
public java.util.List<CommerceCurrency> getCommerceCurrencies(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceCurrency> orderByComparator)
getCommerceCurrencies
in interface CommerceCurrencyLocalService
public java.util.List<CommerceCurrency> getCommerceCurrencies(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceCurrency> orderByComparator)
getCommerceCurrencies
in interface CommerceCurrencyLocalService
public int getCommerceCurrenciesCount()
getCommerceCurrenciesCount
in interface CommerceCurrencyLocalService
public int getCommerceCurrenciesCount(long companyId)
getCommerceCurrenciesCount
in interface CommerceCurrencyLocalService
public int getCommerceCurrenciesCount(long companyId, boolean active)
getCommerceCurrenciesCount
in interface CommerceCurrencyLocalService
public CommerceCurrency getCommerceCurrency(long commerceCurrencyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceCurrency
in interface CommerceCurrencyLocalService
commerceCurrencyId
- 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 CommerceCurrencyLocalService
NoSuchCurrencyException
public CommerceCurrency getCommerceCurrencyByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceCurrencyByUuidAndCompanyId
in interface CommerceCurrencyLocalService
uuid
- 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 CommerceCurrencyLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface CommerceCurrencyLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceCurrencyLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface CommerceCurrencyLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public void importDefaultValues(boolean updateExchangeRate, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws java.lang.Exception
importDefaultValues
in interface CommerceCurrencyLocalService
java.lang.Exception
public CommerceCurrency setActive(long commerceCurrencyId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
setActive
in interface CommerceCurrencyLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceCurrency setPrimary(long commerceCurrencyId, boolean primary) throws com.liferay.portal.kernel.exception.PortalException
setPrimary
in interface CommerceCurrencyLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 CommerceCurrencyLocalService
commerceCurrency
- the commerce currencypublic CommerceCurrency updateCommerceCurrency(long commerceCurrencyId, 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 CommerceCurrencyLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceCurrency updateCommerceCurrencyRate(long commerceCurrencyId, java.math.BigDecimal rate) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceCurrencyRate
in interface CommerceCurrencyLocalService
com.liferay.portal.kernel.exception.PortalException
public void updateExchangeRate(long commerceCurrencyId, java.lang.String exchangeRateProviderKey) throws com.liferay.portal.kernel.exception.PortalException
updateExchangeRate
in interface CommerceCurrencyLocalService
com.liferay.portal.kernel.exception.PortalException
public void updateExchangeRates() throws com.liferay.portal.kernel.exception.PortalException
updateExchangeRates
in interface CommerceCurrencyLocalService
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 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>