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) voiddeleteCommerceTaxMethod(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) voidsetWrappedService(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:
addCommerceTaxMethodin 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:
addCommerceTaxMethodin 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:
createCommerceTaxMethodin interfaceCommerceTaxMethodService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTaxMethod
public void deleteCommerceTaxMethod(long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceTaxMethodin 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:
fetchCommerceTaxMethodin interfaceCommerceTaxMethodService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxMethod
public CommerceTaxMethod getCommerceTaxMethod(long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTaxMethodin interfaceCommerceTaxMethodService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxMethods
public List<CommerceTaxMethod> getCommerceTaxMethods(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTaxMethodsin 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:
getCommerceTaxMethodsin interfaceCommerceTaxMethodService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceTaxMethodService- Returns:
- the OSGi service identifier
-
setActive
public CommerceTaxMethod setActive(long commerceTaxMethodId, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
setActivein interfaceCommerceTaxMethodService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceTaxMethod
public CommerceTaxMethod updateCommerceTaxMethod(CommerceTaxMethod commerceTaxMethod) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceTaxMethodin 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:
updateCommerceTaxMethodin interfaceCommerceTaxMethodService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxMethodService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxMethodService>
-