Class CommerceTaxFixedRateAddressRelLocalServiceWrapper
- All Implemented Interfaces:
CommerceTaxFixedRateAddressRelLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxFixedRateAddressRelLocalService>
CommerceTaxFixedRateAddressRelLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceTaxFixedRateAddressRelLocalServiceWrapper(CommerceTaxFixedRateAddressRelLocalService commerceTaxFixedRateAddressRelLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceTaxFixedRateAddressRel(long userId, long groupId, long commerceTaxMethodId, long cpTaxCategoryId, long countryId, long regionId, String zip, double rate) addCommerceTaxFixedRateAddressRel(long commerceTaxMethodId, long cpTaxCategoryId, long countryId, long regionId, String zip, double rate, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x)addCommerceTaxFixedRateAddressRel(CommerceTaxFixedRateAddressRel commerceTaxFixedRateAddressRel) Adds the commerce tax fixed rate address rel to the database.createCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) Creates a new commerce tax fixed rate address rel with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) deleteCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) Deletes the commerce tax fixed rate address rel with the primary key from the database.deleteCommerceTaxFixedRateAddressRel(CommerceTaxFixedRateAddressRel commerceTaxFixedRateAddressRel) Deletes the commerce tax fixed rate address rel from the database.voiddeleteCommerceTaxFixedRateAddressRelsByCommerceTaxMethodId(long commerceTaxMethodId) voiddeleteCommerceTaxFixedRateAddressRelsByCountryId(long countryId) voiddeleteCommerceTaxFixedRateAddressRelsByCPTaxCategoryId(long cpTaxCategoryId) com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> 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> 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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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.fetchCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) fetchCommerceTaxFixedRateAddressRel(long commerceTaxMethodId, long cpTaxCategoryId, long countryId, long regionId, String zip) fetchCommerceTaxFixedRateAddressRel(long commerceTaxMethodId, long countryId, long regionId, String zip) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<?> getCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) Returns the commerce tax fixed rate address rel with the primary key.getCommerceTaxFixedRateAddressRels(int start, int end) Returns a range of all the commerce tax fixed rate address rels.getCommerceTaxFixedRateAddressRels(long cpTaxCategoryId, int start, int end) getCommerceTaxFixedRateAddressRels(long cpTaxCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxFixedRateAddressRel> orderByComparator) intReturns the number of commerce tax fixed rate address rels.intgetCommerceTaxFixedRateAddressRelsCount(long cpTaxCategoryId) getCommerceTaxMethodFixedRateAddressRels(long commerceTaxMethodId, int start, int end) getCommerceTaxMethodFixedRateAddressRels(long commerceTaxMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxFixedRateAddressRel> orderByComparator) intgetCommerceTaxMethodFixedRateAddressRelsCount(long commerceTaxMethodId) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQueryReturns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) voidsetWrappedService(CommerceTaxFixedRateAddressRelLocalService commerceTaxFixedRateAddressRelLocalService) updateCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId, long countryId, long regionId, String zip, double rate) updateCommerceTaxFixedRateAddressRel(CommerceTaxFixedRateAddressRel commerceTaxFixedRateAddressRel) Updates the commerce tax fixed rate address rel in the database or adds it if it does not yet exist.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
CommerceTaxFixedRateAddressRelLocalServiceWrapper
public CommerceTaxFixedRateAddressRelLocalServiceWrapper() -
CommerceTaxFixedRateAddressRelLocalServiceWrapper
public CommerceTaxFixedRateAddressRelLocalServiceWrapper(CommerceTaxFixedRateAddressRelLocalService commerceTaxFixedRateAddressRelLocalService)
-
-
Method Details
-
addCommerceTaxFixedRateAddressRel
public CommerceTaxFixedRateAddressRel addCommerceTaxFixedRateAddressRel(CommerceTaxFixedRateAddressRel commerceTaxFixedRateAddressRel) Adds the commerce tax fixed rate address rel to the database. Also notifies the appropriate model listeners.Important: Inspect CommerceTaxFixedRateAddressRelLocalServiceImpl 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.
- Specified by:
addCommerceTaxFixedRateAddressRelin interfaceCommerceTaxFixedRateAddressRelLocalService- Parameters:
commerceTaxFixedRateAddressRel- the commerce tax fixed rate address rel- Returns:
- the commerce tax fixed rate address rel that was added
-
addCommerceTaxFixedRateAddressRel
public CommerceTaxFixedRateAddressRel addCommerceTaxFixedRateAddressRel(long userId, long groupId, long commerceTaxMethodId, long cpTaxCategoryId, long countryId, long regionId, String zip, double rate) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceTaxFixedRateAddressRelin interfaceCommerceTaxFixedRateAddressRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceTaxFixedRateAddressRel
@Deprecated public CommerceTaxFixedRateAddressRel addCommerceTaxFixedRateAddressRel(long commerceTaxMethodId, long cpTaxCategoryId, long countryId, long regionId, String zip, double rate, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.As of Athanasius (7.3.x)- Specified by:
addCommerceTaxFixedRateAddressRelin interfaceCommerceTaxFixedRateAddressRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createCommerceTaxFixedRateAddressRel
public CommerceTaxFixedRateAddressRel createCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) Creates a new commerce tax fixed rate address rel with the primary key. Does not add the commerce tax fixed rate address rel to the database.- Specified by:
createCommerceTaxFixedRateAddressRelin interfaceCommerceTaxFixedRateAddressRelLocalService- Parameters:
commerceTaxFixedRateAddressRelId- the primary key for the new commerce tax fixed rate address rel- Returns:
- the new commerce tax fixed rate address rel
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceCommerceTaxFixedRateAddressRelLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
deleteCommerceTaxFixedRateAddressRel
public CommerceTaxFixedRateAddressRel deleteCommerceTaxFixedRateAddressRel(CommerceTaxFixedRateAddressRel commerceTaxFixedRateAddressRel) Deletes the commerce tax fixed rate address rel from the database. Also notifies the appropriate model listeners.Important: Inspect CommerceTaxFixedRateAddressRelLocalServiceImpl 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.
- Specified by:
deleteCommerceTaxFixedRateAddressRelin interfaceCommerceTaxFixedRateAddressRelLocalService- Parameters:
commerceTaxFixedRateAddressRel- the commerce tax fixed rate address rel- Returns:
- the commerce tax fixed rate address rel that was removed
-
deleteCommerceTaxFixedRateAddressRel
public CommerceTaxFixedRateAddressRel deleteCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) throws com.liferay.portal.kernel.exception.PortalException Deletes the commerce tax fixed rate address rel with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect CommerceTaxFixedRateAddressRelLocalServiceImpl 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.
- Specified by:
deleteCommerceTaxFixedRateAddressRelin interfaceCommerceTaxFixedRateAddressRelLocalService- Parameters:
commerceTaxFixedRateAddressRelId- the primary key of the commerce tax fixed rate address rel- Returns:
- the commerce tax fixed rate address rel that was removed
-
deleteCommerceTaxFixedRateAddressRelsByCommerceTaxMethodId
public void deleteCommerceTaxFixedRateAddressRelsByCommerceTaxMethodId(long commerceTaxMethodId) - Specified by:
deleteCommerceTaxFixedRateAddressRelsByCommerceTaxMethodIdin interfaceCommerceTaxFixedRateAddressRelLocalService
-
deleteCommerceTaxFixedRateAddressRelsByCountryId
public void deleteCommerceTaxFixedRateAddressRelsByCountryId(long countryId) - Specified by:
deleteCommerceTaxFixedRateAddressRelsByCountryIdin interfaceCommerceTaxFixedRateAddressRelLocalService
-
deleteCommerceTaxFixedRateAddressRelsByCPTaxCategoryId
public void deleteCommerceTaxFixedRateAddressRelsByCPTaxCategoryId(long cpTaxCategoryId) - Specified by:
deleteCommerceTaxFixedRateAddressRelsByCPTaxCategoryIdin interfaceCommerceTaxFixedRateAddressRelLocalService
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModelin interfaceCommerceTaxFixedRateAddressRelLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceCommerceTaxFixedRateAddressRelLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceCommerceTaxFixedRateAddressRelLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceCommerceTaxFixedRateAddressRelLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceCommerceTaxFixedRateAddressRelLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.commerce.tax.engine.fixed.model.impl.CommerceTaxFixedRateAddressRelModelImpl.- Specified by:
dynamicQueryin interfaceCommerceTaxFixedRateAddressRelLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.commerce.tax.engine.fixed.model.impl.CommerceTaxFixedRateAddressRelModelImpl.- Specified by:
dynamicQueryin interfaceCommerceTaxFixedRateAddressRelLocalService- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceCommerceTaxFixedRateAddressRelLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public 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.- Specified by:
dynamicQueryCountin interfaceCommerceTaxFixedRateAddressRelLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchCommerceTaxFixedRateAddressRel
public CommerceTaxFixedRateAddressRel fetchCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) - Specified by:
fetchCommerceTaxFixedRateAddressRelin interfaceCommerceTaxFixedRateAddressRelLocalService
-
fetchCommerceTaxFixedRateAddressRel
public CommerceTaxFixedRateAddressRel fetchCommerceTaxFixedRateAddressRel(long commerceTaxMethodId, long cpTaxCategoryId, long countryId, long regionId, String zip) - Specified by:
fetchCommerceTaxFixedRateAddressRelin interfaceCommerceTaxFixedRateAddressRelLocalService
-
fetchCommerceTaxFixedRateAddressRel
public CommerceTaxFixedRateAddressRel fetchCommerceTaxFixedRateAddressRel(long commerceTaxMethodId, long countryId, long regionId, String zip) - Specified by:
fetchCommerceTaxFixedRateAddressRelin interfaceCommerceTaxFixedRateAddressRelLocalService
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceCommerceTaxFixedRateAddressRelLocalService
-
getCommerceTaxFixedRateAddressRel
public CommerceTaxFixedRateAddressRel getCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) throws com.liferay.portal.kernel.exception.PortalException Returns the commerce tax fixed rate address rel with the primary key.- Specified by:
getCommerceTaxFixedRateAddressRelin interfaceCommerceTaxFixedRateAddressRelLocalService- Parameters:
commerceTaxFixedRateAddressRelId- the primary key of the commerce tax fixed rate address rel- Returns:
- the commerce tax fixed rate address rel
-
getCommerceTaxFixedRateAddressRels
Returns a range of all the commerce tax fixed rate address rels.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.commerce.tax.engine.fixed.model.impl.CommerceTaxFixedRateAddressRelModelImpl.- Specified by:
getCommerceTaxFixedRateAddressRelsin interfaceCommerceTaxFixedRateAddressRelLocalService- Parameters:
start- the lower bound of the range of commerce tax fixed rate address relsend- the upper bound of the range of commerce tax fixed rate address rels (not inclusive)- Returns:
- the range of commerce tax fixed rate address rels
-
getCommerceTaxFixedRateAddressRels
public List<CommerceTaxFixedRateAddressRel> getCommerceTaxFixedRateAddressRels(long cpTaxCategoryId, int start, int end) - Specified by:
getCommerceTaxFixedRateAddressRelsin interfaceCommerceTaxFixedRateAddressRelLocalService
-
getCommerceTaxFixedRateAddressRels
public List<CommerceTaxFixedRateAddressRel> getCommerceTaxFixedRateAddressRels(long cpTaxCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxFixedRateAddressRel> orderByComparator) - Specified by:
getCommerceTaxFixedRateAddressRelsin interfaceCommerceTaxFixedRateAddressRelLocalService
-
getCommerceTaxFixedRateAddressRelsCount
public int getCommerceTaxFixedRateAddressRelsCount()Returns the number of commerce tax fixed rate address rels.- Specified by:
getCommerceTaxFixedRateAddressRelsCountin interfaceCommerceTaxFixedRateAddressRelLocalService- Returns:
- the number of commerce tax fixed rate address rels
-
getCommerceTaxFixedRateAddressRelsCount
public int getCommerceTaxFixedRateAddressRelsCount(long cpTaxCategoryId) - Specified by:
getCommerceTaxFixedRateAddressRelsCountin interfaceCommerceTaxFixedRateAddressRelLocalService
-
getCommerceTaxMethodFixedRateAddressRels
public List<CommerceTaxFixedRateAddressRel> getCommerceTaxMethodFixedRateAddressRels(long commerceTaxMethodId, int start, int end) - Specified by:
getCommerceTaxMethodFixedRateAddressRelsin interfaceCommerceTaxFixedRateAddressRelLocalService
-
getCommerceTaxMethodFixedRateAddressRels
public List<CommerceTaxFixedRateAddressRel> getCommerceTaxMethodFixedRateAddressRels(long commerceTaxMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxFixedRateAddressRel> orderByComparator) - Specified by:
getCommerceTaxMethodFixedRateAddressRelsin interfaceCommerceTaxFixedRateAddressRelLocalService
-
getCommerceTaxMethodFixedRateAddressRelsCount
public int getCommerceTaxMethodFixedRateAddressRelsCount(long commerceTaxMethodId) - Specified by:
getCommerceTaxMethodFixedRateAddressRelsCountin interfaceCommerceTaxFixedRateAddressRelLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceCommerceTaxFixedRateAddressRelLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceTaxFixedRateAddressRelLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfaceCommerceTaxFixedRateAddressRelLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
updateCommerceTaxFixedRateAddressRel
public CommerceTaxFixedRateAddressRel updateCommerceTaxFixedRateAddressRel(CommerceTaxFixedRateAddressRel commerceTaxFixedRateAddressRel) Updates the commerce tax fixed rate address rel in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect CommerceTaxFixedRateAddressRelLocalServiceImpl 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.
- Specified by:
updateCommerceTaxFixedRateAddressRelin interfaceCommerceTaxFixedRateAddressRelLocalService- Parameters:
commerceTaxFixedRateAddressRel- the commerce tax fixed rate address rel- Returns:
- the commerce tax fixed rate address rel that was updated
-
updateCommerceTaxFixedRateAddressRel
public CommerceTaxFixedRateAddressRel updateCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId, long countryId, long regionId, String zip, double rate) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceTaxFixedRateAddressRelin interfaceCommerceTaxFixedRateAddressRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxFixedRateAddressRelLocalService>
-
setWrappedService
public void setWrappedService(CommerceTaxFixedRateAddressRelLocalService commerceTaxFixedRateAddressRelLocalService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxFixedRateAddressRelLocalService>
-