Package com.liferay.commerce.service
Class CommerceSubscriptionEntryServiceWrapper
java.lang.Object
com.liferay.commerce.service.CommerceSubscriptionEntryServiceWrapper
- All Implemented Interfaces:
CommerceSubscriptionEntryService,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 Summary
ConstructorsConstructorDescriptionCommerceSubscriptionEntryServiceWrapper(CommerceSubscriptionEntryService commerceSubscriptionEntryService) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteCommerceSubscriptionEntry(long commerceSubscriptionEntryId) fetchCommerceSubscriptionEntry(long commerceSubscriptionEntryId) getCommerceSubscriptionEntries(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceSubscriptionEntry> orderByComparator) Deprecated.As of Athanasius (7.3.x)getCommerceSubscriptionEntries(long companyId, long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceSubscriptionEntry> orderByComparator) intgetCommerceSubscriptionEntriesCount(long companyId, long userId) Deprecated.As of Athanasius (7.3.x)intgetCommerceSubscriptionEntriesCount(long companyId, long groupId, long userId) Returns the OSGi service identifier.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) Deprecated.As of Athanasius (7.3.x)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) voidsetWrappedService(CommerceSubscriptionEntryService commerceSubscriptionEntryService) 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) updateSubscriptionStatus(long commerceSubscriptionEntryId, int subscriptionStatus) Deprecated.As of Athanasius (7.3.x)
-
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:
deleteCommerceSubscriptionEntryin interfaceCommerceSubscriptionEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceSubscriptionEntry
public CommerceSubscriptionEntry fetchCommerceSubscriptionEntry(long commerceSubscriptionEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceSubscriptionEntryin interfaceCommerceSubscriptionEntryService- 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:
getCommerceSubscriptionEntriesin interfaceCommerceSubscriptionEntryService- 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:
getCommerceSubscriptionEntriesin interfaceCommerceSubscriptionEntryService- 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:
getCommerceSubscriptionEntriesCountin interfaceCommerceSubscriptionEntryService- 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:
getCommerceSubscriptionEntriesCountin interfaceCommerceSubscriptionEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceSubscriptionEntryService- 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:
searchCommerceSubscriptionEntriesin interfaceCommerceSubscriptionEntryService- 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:
searchCommerceSubscriptionEntriesin interfaceCommerceSubscriptionEntryService- 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:
updateCommerceSubscriptionEntryin interfaceCommerceSubscriptionEntryService- 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:
updateSubscriptionStatusin interfaceCommerceSubscriptionEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceSubscriptionEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceSubscriptionEntryService>
-