@ProviderType
public class CommerceSubscriptionEntryServiceUtil
extends java.lang.Object
com.liferay.commerce.service.impl.CommerceSubscriptionEntryServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.CommerceSubscriptionEntryService| Constructor and Description |
|---|
CommerceSubscriptionEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteCommerceSubscriptionEntry(long commerceSubscriptionEntryId) |
static CommerceSubscriptionEntry |
fetchCommerceSubscriptionEntry(long commerceSubscriptionEntryId) |
static java.util.List<CommerceSubscriptionEntry> |
getCommerceSubscriptionEntries(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceSubscriptionEntry> orderByComparator) |
static int |
getCommerceSubscriptionEntriesCount(long groupId,
long userId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceSubscriptionEntryService |
getService() |
static com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceSubscriptionEntry> |
searchCommerceSubscriptionEntries(long companyId,
long groupId,
java.lang.Long maxSubscriptionCycles,
java.lang.Integer subscriptionStatus,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
static CommerceSubscriptionEntry |
updateCommerceSubscriptionEntry(long commerceSubscriptionEntryId,
int subscriptionLength,
java.lang.String subscriptionType,
com.liferay.portal.kernel.util.UnicodeProperties subscriptionTypeSettingsProperties,
long maxSubscriptionCycles,
int subscriptionStatus,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int nextIterationDateMonth,
int nextIterationDateDay,
int nextIterationDateYear,
int nextIterationDateHour,
int nextIterationDateMinute) |
static CommerceSubscriptionEntry |
updateSubscriptionStatus(long commerceSubscriptionEntryId,
int subscriptionStatus) |
public CommerceSubscriptionEntryServiceUtil()
public static void deleteCommerceSubscriptionEntry(long commerceSubscriptionEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceSubscriptionEntry fetchCommerceSubscriptionEntry(long commerceSubscriptionEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommerceSubscriptionEntry> getCommerceSubscriptionEntries(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceSubscriptionEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommerceSubscriptionEntriesCount(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceSubscriptionEntry> searchCommerceSubscriptionEntries(long companyId, long groupId, java.lang.Long maxSubscriptionCycles, java.lang.Integer subscriptionStatus, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceSubscriptionEntry updateCommerceSubscriptionEntry(long commerceSubscriptionEntryId, int subscriptionLength, java.lang.String subscriptionType, com.liferay.portal.kernel.util.UnicodeProperties subscriptionTypeSettingsProperties, long maxSubscriptionCycles, int subscriptionStatus, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int nextIterationDateMonth, int nextIterationDateDay, int nextIterationDateYear, int nextIterationDateHour, int nextIterationDateMinute) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceSubscriptionEntry updateSubscriptionStatus(long commerceSubscriptionEntryId, int subscriptionStatus) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceSubscriptionEntryService getService()