public class CommerceTaxFixedRateLocalServiceWrapper extends java.lang.Object implements CommerceTaxFixedRateLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxFixedRateLocalService>
CommerceTaxFixedRateLocalService.CommerceTaxFixedRateLocalService| Constructor and Description |
|---|
CommerceTaxFixedRateLocalServiceWrapper() |
CommerceTaxFixedRateLocalServiceWrapper(CommerceTaxFixedRateLocalService commerceTaxFixedRateLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceTaxFixedRate |
addCommerceTaxFixedRate(CommerceTaxFixedRate commerceTaxFixedRate)
Adds the commerce tax fixed rate to the database.
|
CommerceTaxFixedRate |
addCommerceTaxFixedRate(long commerceTaxMethodId,
long cpTaxCategoryId,
double rate,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x)
|
CommerceTaxFixedRate |
addCommerceTaxFixedRate(long userId,
long groupId,
long commerceTaxMethodId,
long cpTaxCategoryId,
double rate) |
CommerceTaxFixedRate |
createCommerceTaxFixedRate(long commerceTaxFixedRateId)
Creates a new commerce tax fixed rate with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceTaxFixedRate |
deleteCommerceTaxFixedRate(CommerceTaxFixedRate commerceTaxFixedRate)
Deletes the commerce tax fixed rate from the database.
|
CommerceTaxFixedRate |
deleteCommerceTaxFixedRate(long commerceTaxFixedRateId)
Deletes the commerce tax fixed rate with the primary key from the database.
|
void |
deleteCommerceTaxFixedRateByCommerceTaxMethodId(long commerceTaxMethodId) |
void |
deleteCommerceTaxFixedRateByCPTaxCategoryId(long cpTaxCategoryId) |
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.
|
CommerceTaxFixedRate |
fetchCommerceTaxFixedRate(long commerceTaxFixedRateId) |
CommerceTaxFixedRate |
fetchCommerceTaxFixedRate(long cpTaxCategoryId,
long commerceTaxMethodId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
CommerceTaxFixedRate |
getCommerceTaxFixedRate(long commerceTaxFixedRateId)
Returns the commerce tax fixed rate with the primary key.
|
CommerceTaxFixedRate |
getCommerceTaxFixedRate(long cpTaxCategoryId,
long commerceTaxMethodId) |
java.util.List<CommerceTaxFixedRate> |
getCommerceTaxFixedRates(int start,
int end)
Returns a range of all the commerce tax fixed rates.
|
java.util.List<CommerceTaxFixedRate> |
getCommerceTaxFixedRates(long commerceTaxMethodId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxFixedRate> orderByComparator) |
int |
getCommerceTaxFixedRatesCount()
Returns the number of commerce tax fixed rates.
|
int |
getCommerceTaxFixedRatesCount(long commerceTaxMethodId) |
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) |
CommerceTaxFixedRateLocalService |
getWrappedService() |
void |
setWrappedService(CommerceTaxFixedRateLocalService commerceTaxFixedRateLocalService) |
CommerceTaxFixedRate |
updateCommerceTaxFixedRate(CommerceTaxFixedRate commerceTaxFixedRate)
Updates the commerce tax fixed rate in the database or adds it if it does not yet exist.
|
CommerceTaxFixedRate |
updateCommerceTaxFixedRate(long commerceTaxFixedRateId,
double rate) |
public CommerceTaxFixedRateLocalServiceWrapper()
public CommerceTaxFixedRateLocalServiceWrapper(CommerceTaxFixedRateLocalService commerceTaxFixedRateLocalService)
public CommerceTaxFixedRate addCommerceTaxFixedRate(CommerceTaxFixedRate commerceTaxFixedRate)
Important: Inspect CommerceTaxFixedRateLocalServiceImpl 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.
addCommerceTaxFixedRate in interface CommerceTaxFixedRateLocalServicecommerceTaxFixedRate - the commerce tax fixed rate@Deprecated public CommerceTaxFixedRate addCommerceTaxFixedRate(long commerceTaxMethodId, long cpTaxCategoryId, double rate, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceTaxFixedRate in interface CommerceTaxFixedRateLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTaxFixedRate addCommerceTaxFixedRate(long userId, long groupId, long commerceTaxMethodId, long cpTaxCategoryId, double rate) throws com.liferay.portal.kernel.exception.PortalException
addCommerceTaxFixedRate in interface CommerceTaxFixedRateLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTaxFixedRate createCommerceTaxFixedRate(long commerceTaxFixedRateId)
createCommerceTaxFixedRate in interface CommerceTaxFixedRateLocalServicecommerceTaxFixedRateId - the primary key for the new commerce tax fixed ratepublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceTaxFixedRateLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceTaxFixedRate deleteCommerceTaxFixedRate(CommerceTaxFixedRate commerceTaxFixedRate)
Important: Inspect CommerceTaxFixedRateLocalServiceImpl 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.
deleteCommerceTaxFixedRate in interface CommerceTaxFixedRateLocalServicecommerceTaxFixedRate - the commerce tax fixed ratepublic CommerceTaxFixedRate deleteCommerceTaxFixedRate(long commerceTaxFixedRateId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceTaxFixedRateLocalServiceImpl 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.
deleteCommerceTaxFixedRate in interface CommerceTaxFixedRateLocalServicecommerceTaxFixedRateId - the primary key of the commerce tax fixed ratePortalException - if a commerce tax fixed rate with the primary key could not be foundpublic void deleteCommerceTaxFixedRateByCommerceTaxMethodId(long commerceTaxMethodId)
deleteCommerceTaxFixedRateByCommerceTaxMethodId in interface CommerceTaxFixedRateLocalServicepublic void deleteCommerceTaxFixedRateByCPTaxCategoryId(long cpTaxCategoryId)
deleteCommerceTaxFixedRateByCPTaxCategoryId in interface CommerceTaxFixedRateLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceTaxFixedRateLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceTaxFixedRateLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceTaxFixedRateLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceTaxFixedRateLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceTaxFixedRateLocalServicedynamicQuery - 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.tax.engine.fixed.model.impl.CommerceTaxFixedRateModelImpl.
dynamicQuery in interface CommerceTaxFixedRateLocalServicedynamicQuery - 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.tax.engine.fixed.model.impl.CommerceTaxFixedRateModelImpl.
dynamicQuery in interface CommerceTaxFixedRateLocalServicedynamicQuery - 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 CommerceTaxFixedRateLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceTaxFixedRateLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceTaxFixedRate fetchCommerceTaxFixedRate(long commerceTaxFixedRateId)
fetchCommerceTaxFixedRate in interface CommerceTaxFixedRateLocalServicepublic CommerceTaxFixedRate fetchCommerceTaxFixedRate(long cpTaxCategoryId, long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceTaxFixedRate in interface CommerceTaxFixedRateLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceTaxFixedRateLocalServicepublic CommerceTaxFixedRate getCommerceTaxFixedRate(long commerceTaxFixedRateId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTaxFixedRate in interface CommerceTaxFixedRateLocalServicecommerceTaxFixedRateId - the primary key of the commerce tax fixed ratePortalException - if a commerce tax fixed rate with the primary key could not be foundpublic CommerceTaxFixedRate getCommerceTaxFixedRate(long cpTaxCategoryId, long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTaxFixedRate in interface CommerceTaxFixedRateLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceTaxFixedRate> getCommerceTaxFixedRates(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.tax.engine.fixed.model.impl.CommerceTaxFixedRateModelImpl.
getCommerceTaxFixedRates in interface CommerceTaxFixedRateLocalServicestart - the lower bound of the range of commerce tax fixed ratesend - the upper bound of the range of commerce tax fixed rates (not inclusive)public java.util.List<CommerceTaxFixedRate> getCommerceTaxFixedRates(long commerceTaxMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxFixedRate> orderByComparator)
getCommerceTaxFixedRates in interface CommerceTaxFixedRateLocalServicepublic int getCommerceTaxFixedRatesCount()
getCommerceTaxFixedRatesCount in interface CommerceTaxFixedRateLocalServicepublic int getCommerceTaxFixedRatesCount(long commerceTaxMethodId)
getCommerceTaxFixedRatesCount in interface CommerceTaxFixedRateLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceTaxFixedRateLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceTaxFixedRateLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceTaxFixedRateLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceTaxFixedRate updateCommerceTaxFixedRate(CommerceTaxFixedRate commerceTaxFixedRate)
Important: Inspect CommerceTaxFixedRateLocalServiceImpl 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.
updateCommerceTaxFixedRate in interface CommerceTaxFixedRateLocalServicecommerceTaxFixedRate - the commerce tax fixed ratepublic CommerceTaxFixedRate updateCommerceTaxFixedRate(long commerceTaxFixedRateId, double rate) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceTaxFixedRate in interface CommerceTaxFixedRateLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic CommerceTaxFixedRateLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxFixedRateLocalService>public void setWrappedService(CommerceTaxFixedRateLocalService commerceTaxFixedRateLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxFixedRateLocalService>