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) voidsetWrappedService(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:
addCommerceTermEntryin interfaceCommerceTermEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTermEntry
public CommerceTermEntry deleteCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceTermEntryin interfaceCommerceTermEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceTermEntry
public CommerceTermEntry fetchCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceTermEntryin 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:
fetchCommerceTermEntryByExternalReferenceCodein 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:
getCommerceTermEntriesin interfaceCommerceTermEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntry
public CommerceTermEntry getCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntryin interfaceCommerceTermEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
getPaymentCommerceTermEntriesin 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:
updateCommerceTermEntryin 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:
updateCommerceTermEntryExternalReferenceCodein interfaceCommerceTermEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryService>
-