Package com.liferay.commerce.tax.service
Class CommerceTaxMethodServiceWrapper
java.lang.Object
com.liferay.commerce.tax.service.CommerceTaxMethodServiceWrapper
- All Implemented Interfaces:
CommerceTaxMethodService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxMethodService>
public class CommerceTaxMethodServiceWrapper
extends Object
implements CommerceTaxMethodService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxMethodService>
Provides a wrapper for
CommerceTaxMethodService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceTaxMethodServiceWrapper
(CommerceTaxMethodService commerceTaxMethodService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceTaxMethod
(long groupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, String engineKey, boolean percentage, boolean active) addCommerceTaxMethod
(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, String engineKey, boolean percentage, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x)createCommerceTaxMethod
(long groupId, long commerceTaxMethodId) void
deleteCommerceTaxMethod
(long commerceTaxMethodId) fetchCommerceTaxMethod
(long groupId, String engineKey) getCommerceTaxMethod
(long commerceTaxMethodId) getCommerceTaxMethods
(long groupId) getCommerceTaxMethods
(long groupId, boolean active) Returns the OSGi service identifier.setActive
(long commerceTaxMethodId, boolean active) void
setWrappedService
(CommerceTaxMethodService commerceTaxMethodService) updateCommerceTaxMethod
(long commerceTaxMethodId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean percentage, boolean active) updateCommerceTaxMethod
(CommerceTaxMethod commerceTaxMethod)
-
Constructor Details
-
CommerceTaxMethodServiceWrapper
public CommerceTaxMethodServiceWrapper() -
CommerceTaxMethodServiceWrapper
-
-
Method Details
-
addCommerceTaxMethod
public CommerceTaxMethod addCommerceTaxMethod(long groupId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String engineKey, boolean percentage, boolean active) - Specified by:
addCommerceTaxMethod
in interfaceCommerceTaxMethodService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceTaxMethod
@Deprecated public CommerceTaxMethod addCommerceTaxMethod(Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String engineKey, boolean percentage, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x)- Specified by:
addCommerceTaxMethod
in interfaceCommerceTaxMethodService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createCommerceTaxMethod
public CommerceTaxMethod createCommerceTaxMethod(long groupId, long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createCommerceTaxMethod
in interfaceCommerceTaxMethodService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTaxMethod
public void deleteCommerceTaxMethod(long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceTaxMethod
in interfaceCommerceTaxMethodService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceTaxMethod
public CommerceTaxMethod fetchCommerceTaxMethod(long groupId, String engineKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceTaxMethod
in interfaceCommerceTaxMethodService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxMethod
public CommerceTaxMethod getCommerceTaxMethod(long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTaxMethod
in interfaceCommerceTaxMethodService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxMethods
public List<CommerceTaxMethod> getCommerceTaxMethods(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTaxMethods
in interfaceCommerceTaxMethodService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxMethods
public List<CommerceTaxMethod> getCommerceTaxMethods(long groupId, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTaxMethods
in interfaceCommerceTaxMethodService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceTaxMethodService
- Returns:
- the OSGi service identifier
-
setActive
public CommerceTaxMethod setActive(long commerceTaxMethodId, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
setActive
in interfaceCommerceTaxMethodService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceTaxMethod
public CommerceTaxMethod updateCommerceTaxMethod(CommerceTaxMethod commerceTaxMethod) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceTaxMethod
in interfaceCommerceTaxMethodService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceTaxMethod
public CommerceTaxMethod updateCommerceTaxMethod(long commerceTaxMethodId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean percentage, boolean active) - Specified by:
updateCommerceTaxMethod
in interfaceCommerceTaxMethodService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxMethodService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxMethodService>
-