Class CommerceSubscriptionEntryServiceWrapper

java.lang.Object
com.liferay.commerce.service.CommerceSubscriptionEntryServiceWrapper
All Implemented Interfaces:
CommerceSubscriptionEntryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceSubscriptionEntryService>

public class CommerceSubscriptionEntryServiceWrapper extends Object implements CommerceSubscriptionEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceSubscriptionEntryService>
Provides a wrapper for CommerceSubscriptionEntryService.
See Also:
Generated:
  • Constructor Details

    • CommerceSubscriptionEntryServiceWrapper

      public CommerceSubscriptionEntryServiceWrapper()
    • CommerceSubscriptionEntryServiceWrapper

      public CommerceSubscriptionEntryServiceWrapper(CommerceSubscriptionEntryService commerceSubscriptionEntryService)
  • Method Details

    • deleteCommerceSubscriptionEntry

      public void deleteCommerceSubscriptionEntry(long commerceSubscriptionEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCommerceSubscriptionEntry in interface CommerceSubscriptionEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceSubscriptionEntry

      public CommerceSubscriptionEntry fetchCommerceSubscriptionEntry(long commerceSubscriptionEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCommerceSubscriptionEntry in interface CommerceSubscriptionEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceSubscriptionEntries

      @Deprecated public List<CommerceSubscriptionEntry> getCommerceSubscriptionEntries(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceSubscriptionEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      As of Athanasius (7.3.x)
      Specified by:
      getCommerceSubscriptionEntries in interface CommerceSubscriptionEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceSubscriptionEntries

      public List<CommerceSubscriptionEntry> getCommerceSubscriptionEntries(long companyId, long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceSubscriptionEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceSubscriptionEntries in interface CommerceSubscriptionEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceSubscriptionEntriesCount

      @Deprecated public int getCommerceSubscriptionEntriesCount(long companyId, long userId) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      As of Athanasius (7.3.x)
      Specified by:
      getCommerceSubscriptionEntriesCount in interface CommerceSubscriptionEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceSubscriptionEntriesCount

      public int getCommerceSubscriptionEntriesCount(long companyId, long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceSubscriptionEntriesCount in interface CommerceSubscriptionEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface CommerceSubscriptionEntryService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceSubscriptionEntryService>
      Returns:
      the OSGi service identifier
    • searchCommerceSubscriptionEntries

      public com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceSubscriptionEntry> searchCommerceSubscriptionEntries(long companyId, Long maxSubscriptionCycles, Integer subscriptionStatus, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      searchCommerceSubscriptionEntries in interface CommerceSubscriptionEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • searchCommerceSubscriptionEntries

      @Deprecated public com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceSubscriptionEntry> searchCommerceSubscriptionEntries(long companyId, long[] groupIds, Long maxSubscriptionCycles, Integer subscriptionStatus, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      As of Athanasius (7.3.x)
      Specified by:
      searchCommerceSubscriptionEntries in interface CommerceSubscriptionEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCommerceSubscriptionEntry

      public CommerceSubscriptionEntry updateCommerceSubscriptionEntry(long commerceSubscriptionEntryId, int subscriptionLength, String subscriptionType, com.liferay.portal.kernel.util.UnicodeProperties subscriptionTypeSettingsUnicodeProperties, long maxSubscriptionCycles, int subscriptionStatus, int nextIterationDateMonth, int nextIterationDateDay, int nextIterationDateYear, int nextIterationDateHour, int nextIterationDateMinute, int deliverySubscriptionLength, String deliverySubscriptionType, com.liferay.portal.kernel.util.UnicodeProperties deliverySubscriptionTypeSettingsUnicodeProperties, long deliveryMaxSubscriptionCycles, int deliverySubscriptionStatus, int deliveryNextIterationDateMonth, int deliveryNextIterationDateDay, int deliveryNextIterationDateYear, int deliveryNextIterationDateHour, int deliveryNextIterationDateMinute) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCommerceSubscriptionEntry in interface CommerceSubscriptionEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateSubscriptionStatus

      @Deprecated public CommerceSubscriptionEntry updateSubscriptionStatus(long commerceSubscriptionEntryId, int subscriptionStatus) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      As of Athanasius (7.3.x)
      Specified by:
      updateSubscriptionStatus in interface CommerceSubscriptionEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public CommerceSubscriptionEntryService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceSubscriptionEntryService>
    • setWrappedService

      public void setWrappedService(CommerceSubscriptionEntryService commerceSubscriptionEntryService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceSubscriptionEntryService>