@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceSubscriptionEntryService
extends com.liferay.portal.kernel.service.BaseService
CommerceSubscriptionEntryServiceUtil| Modifier and Type | Method and Description |
|---|---|
void |
deleteCommerceSubscriptionEntry(long commerceSubscriptionEntryId)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
CommerceSubscriptionEntry |
fetchCommerceSubscriptionEntry(long commerceSubscriptionEntryId) |
java.util.List<CommerceSubscriptionEntry> |
getCommerceSubscriptionEntries(long companyId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceSubscriptionEntry> orderByComparator) |
java.util.List<CommerceSubscriptionEntry> |
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) |
int |
getCommerceSubscriptionEntriesCount(long companyId,
long groupId,
long userId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceSubscriptionEntry> |
searchCommerceSubscriptionEntries(long companyId,
java.lang.Long maxSubscriptionCycles,
java.lang.Integer subscriptionStatus,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
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) |
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) |
CommerceSubscriptionEntry |
updateSubscriptionStatus(long commerceSubscriptionEntryId,
int subscriptionStatus) |
void deleteCommerceSubscriptionEntry(long commerceSubscriptionEntryId)
throws com.liferay.portal.kernel.exception.PortalException
CommerceSubscriptionEntryServiceUtil to access the commerce subscription entry remote service. Add custom service methods to com.liferay.commerce.service.impl.CommerceSubscriptionEntryServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceSubscriptionEntry fetchCommerceSubscriptionEntry(long commerceSubscriptionEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.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
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.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
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceSubscriptionEntriesCount(long companyId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceSubscriptionEntriesCount(long companyId,
long groupId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceSubscriptionEntry> searchCommerceSubscriptionEntries(long companyId,
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.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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.PortalExceptionCommerceSubscriptionEntry 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.PortalExceptionCommerceSubscriptionEntry updateSubscriptionStatus(long commerceSubscriptionEntryId, int subscriptionStatus) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException