public class CommerceChannelServiceWrapper extends java.lang.Object implements CommerceChannelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelService>
CommerceChannelService.CommerceChannelService| Constructor and Description |
|---|
CommerceChannelServiceWrapper() |
CommerceChannelServiceWrapper(CommerceChannelService commerceChannelService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceChannel |
addCommerceChannel(java.lang.String externalReferenceCode,
long accountEntryId,
long siteGroupId,
java.lang.String name,
java.lang.String type,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties,
java.lang.String commerceCurrencyCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceChannel |
addOrUpdateCommerceChannel(java.lang.String externalReferenceCode,
long accountEntryId,
long siteGroupId,
java.lang.String name,
java.lang.String type,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties,
java.lang.String commerceCurrencyCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceChannel |
deleteCommerceChannel(long commerceChannelId) |
CommerceChannel |
fetchByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommerceChannel |
fetchCommerceChannel(long commerceChannelId) |
CommerceChannel |
getCommerceChannel(long commerceChannelId) |
CommerceChannel |
getCommerceChannelByOrderGroupId(long groupId) |
java.util.List<CommerceChannel> |
getCommerceChannels(long companyId) |
java.util.List<CommerceChannel> |
getEligibleCommerceChannels(long accountEntryId,
java.lang.String name,
int start,
int end) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceChannelService |
getWrappedService() |
java.util.List<CommerceChannel> |
search(long companyId) |
java.util.List<CommerceChannel> |
search(long companyId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
int |
searchCommerceChannelsCount(long companyId,
java.lang.String keywords) |
void |
setWrappedService(CommerceChannelService commerceChannelService) |
CommerceChannel |
updateCommerceChannel(long commerceChannelId,
long accountEntryId,
long siteGroupId,
java.lang.String name,
java.lang.String type,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties,
java.lang.String commerceCurrencyCode,
java.lang.String priceDisplayType,
boolean discountsTargetNetPrice) |
CommerceChannel |
updateCommerceChannelExternalReferenceCode(java.lang.String externalReferenceCode,
long commerceChannelId) |
public CommerceChannelServiceWrapper()
public CommerceChannelServiceWrapper(CommerceChannelService commerceChannelService)
public CommerceChannel addCommerceChannel(java.lang.String externalReferenceCode, long accountEntryId, long siteGroupId, java.lang.String name, java.lang.String type, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, java.lang.String commerceCurrencyCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceChannel in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannel addOrUpdateCommerceChannel(java.lang.String externalReferenceCode, long accountEntryId, long siteGroupId, java.lang.String name, java.lang.String type, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, java.lang.String commerceCurrencyCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateCommerceChannel in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannel deleteCommerceChannel(long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceChannel in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannel fetchByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchByExternalReferenceCode in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannel fetchCommerceChannel(long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceChannel in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannel getCommerceChannel(long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannel in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannel getCommerceChannelByOrderGroupId(long groupId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannelByOrderGroupId in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceChannel> getCommerceChannels(long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannels in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceChannel> getEligibleCommerceChannels(long accountEntryId, java.lang.String name, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getEligibleCommerceChannels in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceChannelServicepublic java.util.List<CommerceChannel> search(long companyId) throws com.liferay.portal.kernel.exception.PortalException
search in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceChannel> search(long companyId, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
search in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int searchCommerceChannelsCount(long companyId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
searchCommerceChannelsCount in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannel updateCommerceChannel(long commerceChannelId, long accountEntryId, long siteGroupId, java.lang.String name, java.lang.String type, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, java.lang.String commerceCurrencyCode, java.lang.String priceDisplayType, boolean discountsTargetNetPrice) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceChannel in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannel updateCommerceChannelExternalReferenceCode(java.lang.String externalReferenceCode, long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceChannelExternalReferenceCode in interface CommerceChannelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelService>public void setWrappedService(CommerceChannelService commerceChannelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelService>