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 TypeMethodDescriptionvoid
deleteCommerceSubscriptionEntry
(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) int
getCommerceSubscriptionEntriesCount
(long companyId, long userId) Deprecated.As of Athanasius (7.3.x)int
getCommerceSubscriptionEntriesCount
(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) void
setWrappedService
(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:
deleteCommerceSubscriptionEntry
in interfaceCommerceSubscriptionEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceSubscriptionEntry
public CommerceSubscriptionEntry fetchCommerceSubscriptionEntry(long commerceSubscriptionEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceSubscriptionEntry
in 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:
getCommerceSubscriptionEntries
in 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:
getCommerceSubscriptionEntries
in 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:
getCommerceSubscriptionEntriesCount
in 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:
getCommerceSubscriptionEntriesCount
in interfaceCommerceSubscriptionEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
searchCommerceSubscriptionEntries
in 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:
searchCommerceSubscriptionEntries
in 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:
updateCommerceSubscriptionEntry
in 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:
updateSubscriptionStatus
in interfaceCommerceSubscriptionEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceSubscriptionEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceSubscriptionEntryService>
-