public class CommerceTaxMethodServiceWrapper extends java.lang.Object implements CommerceTaxMethodService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxMethodService>
CommerceTaxMethodService.CommerceTaxMethodService| Constructor and Description |
|---|
CommerceTaxMethodServiceWrapper() |
CommerceTaxMethodServiceWrapper(CommerceTaxMethodService commerceTaxMethodService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceTaxMethod |
addCommerceTaxMethod(long groupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String engineKey,
boolean percentage,
boolean active) |
CommerceTaxMethod |
addCommerceTaxMethod(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String engineKey,
boolean percentage,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x)
|
CommerceTaxMethod |
createCommerceTaxMethod(long groupId,
long commerceTaxMethodId) |
void |
deleteCommerceTaxMethod(long commerceTaxMethodId) |
CommerceTaxMethod |
fetchCommerceTaxMethod(long groupId,
java.lang.String engineKey) |
CommerceTaxMethod |
getCommerceTaxMethod(long commerceTaxMethodId) |
java.util.List<CommerceTaxMethod> |
getCommerceTaxMethods(long groupId) |
java.util.List<CommerceTaxMethod> |
getCommerceTaxMethods(long groupId,
boolean active) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceTaxMethodService |
getWrappedService() |
CommerceTaxMethod |
setActive(long commerceTaxMethodId,
boolean active) |
void |
setWrappedService(CommerceTaxMethodService commerceTaxMethodService) |
CommerceTaxMethod |
updateCommerceTaxMethod(long commerceTaxMethodId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean percentage,
boolean active) |
public CommerceTaxMethodServiceWrapper()
public CommerceTaxMethodServiceWrapper(CommerceTaxMethodService commerceTaxMethodService)
public CommerceTaxMethod addCommerceTaxMethod(long groupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String engineKey, boolean percentage, boolean active) throws com.liferay.portal.kernel.exception.PortalException
addCommerceTaxMethod in interface CommerceTaxMethodServicecom.liferay.portal.kernel.exception.PortalException@Deprecated public CommerceTaxMethod addCommerceTaxMethod(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String engineKey, boolean percentage, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceTaxMethod in interface CommerceTaxMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTaxMethod createCommerceTaxMethod(long groupId, long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException
createCommerceTaxMethod in interface CommerceTaxMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceTaxMethod(long commerceTaxMethodId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceTaxMethod in interface CommerceTaxMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTaxMethod fetchCommerceTaxMethod(long groupId, java.lang.String engineKey) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceTaxMethod in interface CommerceTaxMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTaxMethod getCommerceTaxMethod(long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTaxMethod in interface CommerceTaxMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceTaxMethod> getCommerceTaxMethods(long groupId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTaxMethods in interface CommerceTaxMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceTaxMethod> getCommerceTaxMethods(long groupId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTaxMethods in interface CommerceTaxMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceTaxMethodServicepublic CommerceTaxMethod setActive(long commerceTaxMethodId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
setActive in interface CommerceTaxMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTaxMethod updateCommerceTaxMethod(long commerceTaxMethodId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, boolean percentage, boolean active) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceTaxMethod in interface CommerceTaxMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTaxMethodService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxMethodService>public void setWrappedService(CommerceTaxMethodService commerceTaxMethodService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxMethodService>