public class CommerceTermEntryServiceWrapper extends java.lang.Object implements CommerceTermEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryService>
CommerceTermEntryService
.CommerceTermEntryService
Constructor and Description |
---|
CommerceTermEntryServiceWrapper() |
CommerceTermEntryServiceWrapper(CommerceTermEntryService commerceTermEntryService) |
Modifier and Type | Method and Description |
---|---|
CommerceTermEntry |
addCommerceTermEntry(java.lang.String externalReferenceCode,
boolean active,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
java.util.Map<java.util.Locale,java.lang.String> labelMap,
java.lang.String name,
double priority,
java.lang.String type,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceTermEntry |
deleteCommerceTermEntry(long commerceTermEntryId) |
CommerceTermEntry |
fetchByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode) |
CommerceTermEntry |
fetchCommerceTermEntry(long commerceTermEntryId) |
java.util.List<CommerceTermEntry> |
getCommerceTermEntries(long groupId,
long companyId,
java.lang.String type) |
CommerceTermEntry |
getCommerceTermEntry(long commerceTermEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<CommerceTermEntry> |
getPaymentCommerceTermEntries(long groupId,
long companyId,
long commerceOrderTypeId,
long commercePaymentMethodGroupRelId) |
CommerceTermEntryService |
getWrappedService() |
void |
setWrappedService(CommerceTermEntryService commerceTermEntryService) |
CommerceTermEntry |
updateCommerceTermEntry(long commerceTermEntryId,
boolean active,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
java.util.Map<java.util.Locale,java.lang.String> labelMap,
java.lang.String name,
double priority,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceTermEntry |
updateCommerceTermEntryExternalReferenceCode(java.lang.String externalReferenceCode,
long commerceTermEntryId) |
public CommerceTermEntryServiceWrapper()
public CommerceTermEntryServiceWrapper(CommerceTermEntryService commerceTermEntryService)
public CommerceTermEntry addCommerceTermEntry(java.lang.String externalReferenceCode, boolean active, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, java.util.Map<java.util.Locale,java.lang.String> labelMap, java.lang.String name, double priority, java.lang.String type, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceTermEntry
in interface CommerceTermEntryService
com.liferay.portal.kernel.exception.PortalException
public CommerceTermEntry deleteCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceTermEntry
in interface CommerceTermEntryService
com.liferay.portal.kernel.exception.PortalException
public CommerceTermEntry fetchByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
fetchByExternalReferenceCode
in interface CommerceTermEntryService
com.liferay.portal.kernel.exception.PortalException
public CommerceTermEntry fetchCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceTermEntry
in interface CommerceTermEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CommerceTermEntry> getCommerceTermEntries(long groupId, long companyId, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTermEntries
in interface CommerceTermEntryService
com.liferay.portal.kernel.exception.PortalException
public CommerceTermEntry getCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTermEntry
in interface CommerceTermEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceTermEntryService
public java.util.List<CommerceTermEntry> getPaymentCommerceTermEntries(long groupId, long companyId, long commerceOrderTypeId, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
getPaymentCommerceTermEntries
in interface CommerceTermEntryService
com.liferay.portal.kernel.exception.PortalException
public CommerceTermEntry updateCommerceTermEntry(long commerceTermEntryId, boolean active, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, java.util.Map<java.util.Locale,java.lang.String> labelMap, java.lang.String name, double priority, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceTermEntry
in interface CommerceTermEntryService
com.liferay.portal.kernel.exception.PortalException
public CommerceTermEntry updateCommerceTermEntryExternalReferenceCode(java.lang.String externalReferenceCode, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceTermEntryExternalReferenceCode
in interface CommerceTermEntryService
com.liferay.portal.kernel.exception.PortalException
public CommerceTermEntryService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryService>
public void setWrappedService(CommerceTermEntryService commerceTermEntryService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryService>