Class CommerceTermEntryServiceWrapper
java.lang.Object
com.liferay.commerce.term.service.CommerceTermEntryServiceWrapper
- All Implemented Interfaces:
CommerceTermEntryService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryService>
public class CommerceTermEntryServiceWrapper
extends Object
implements CommerceTermEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryService>
Provides a wrapper for
CommerceTermEntryService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceTermEntryServiceWrapper
(CommerceTermEntryService commerceTermEntryService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceTermEntry
(String externalReferenceCode, boolean active, Map<Locale, String> descriptionMap, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, Map<Locale, String> labelMap, String name, double priority, String type, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteCommerceTermEntry
(long commerceTermEntryId) fetchCommerceTermEntry
(long commerceTermEntryId) fetchCommerceTermEntryByExternalReferenceCode
(long companyId, String externalReferenceCode) getCommerceTermEntries
(long groupId, long companyId, String type) getCommerceTermEntry
(long commerceTermEntryId) Returns the OSGi service identifier.getPaymentCommerceTermEntries
(long groupId, long companyId, long commerceOrderTypeId, long commercePaymentMethodGroupRelId) void
setWrappedService
(CommerceTermEntryService commerceTermEntryService) updateCommerceTermEntry
(long commerceTermEntryId, boolean active, Map<Locale, String> descriptionMap, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, Map<Locale, String> labelMap, String name, double priority, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateCommerceTermEntryExternalReferenceCode
(String externalReferenceCode, long commerceTermEntryId)
-
Constructor Details
-
CommerceTermEntryServiceWrapper
public CommerceTermEntryServiceWrapper() -
CommerceTermEntryServiceWrapper
-
-
Method Details
-
addCommerceTermEntry
public CommerceTermEntry addCommerceTermEntry(String externalReferenceCode, boolean active, Map<Locale, String> descriptionMap, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> labelMap, String name, double priority, String type, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addCommerceTermEntry
in interfaceCommerceTermEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTermEntry
public CommerceTermEntry deleteCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceTermEntry
in interfaceCommerceTermEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceTermEntry
public CommerceTermEntry fetchCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceTermEntry
in interfaceCommerceTermEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceTermEntryByExternalReferenceCode
public CommerceTermEntry fetchCommerceTermEntryByExternalReferenceCode(long companyId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceTermEntryByExternalReferenceCode
in interfaceCommerceTermEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntries
public List<CommerceTermEntry> getCommerceTermEntries(long groupId, long companyId, String type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntries
in interfaceCommerceTermEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntry
public CommerceTermEntry getCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntry
in interfaceCommerceTermEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceTermEntryService
- Returns:
- the OSGi service identifier
-
getPaymentCommerceTermEntries
public List<CommerceTermEntry> getPaymentCommerceTermEntries(long groupId, long companyId, long commerceOrderTypeId, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPaymentCommerceTermEntries
in interfaceCommerceTermEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceTermEntry
public CommerceTermEntry updateCommerceTermEntry(long commerceTermEntryId, boolean active, Map<Locale, String> descriptionMap, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> labelMap, String name, double priority, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateCommerceTermEntry
in interfaceCommerceTermEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceTermEntryExternalReferenceCode
public CommerceTermEntry updateCommerceTermEntryExternalReferenceCode(String externalReferenceCode, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceTermEntryExternalReferenceCode
in interfaceCommerceTermEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryService>
-