public class CommerceSubscriptionEntryLocalServiceWrapper extends java.lang.Object implements CommerceSubscriptionEntryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceSubscriptionEntryLocalService>
CommerceSubscriptionEntryLocalService.CommerceSubscriptionEntryLocalService| Constructor and Description |
|---|
CommerceSubscriptionEntryLocalServiceWrapper(CommerceSubscriptionEntryLocalService commerceSubscriptionEntryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceSubscriptionEntry |
addCommerceSubscriptionEntry(CommerceSubscriptionEntry commerceSubscriptionEntry)
Adds the commerce subscription entry to the database.
|
CommerceSubscriptionEntry |
addCommerceSubscriptionEntry(long cpInstanceId,
long commerceOrderItemId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Mueller (7.2.x), pass userId and groupId
|
CommerceSubscriptionEntry |
addCommerceSubscriptionEntry(long userId,
long groupId,
java.lang.String cpInstanceUuid,
long cProductId,
long commerceOrderItemId) |
CommerceSubscriptionEntry |
addCommerceSubscriptionEntry(java.lang.String cpInstanceUuid,
long cProductId,
long commerceOrderItemId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Mueller (7.2.x), pass userId and groupId
|
CommerceSubscriptionEntry |
createCommerceSubscriptionEntry(long commerceSubscriptionEntryId)
Creates a new commerce subscription entry with the primary key.
|
CommerceSubscriptionEntry |
deleteCommerceSubscriptionEntry(CommerceSubscriptionEntry commerceSubscriptionEntry)
Deletes the commerce subscription entry from the database.
|
CommerceSubscriptionEntry |
deleteCommerceSubscriptionEntry(long commerceSubscriptionEntryId)
Deletes the commerce subscription entry with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
CommerceSubscriptionEntry |
fetchCommerceSubscriptionEntries(java.lang.String cpInstanceUuid,
long cProductId,
long commerceOrderItemId) |
CommerceSubscriptionEntry |
fetchCommerceSubscriptionEntry(long commerceSubscriptionEntryId) |
CommerceSubscriptionEntry |
fetchCommerceSubscriptionEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the commerce subscription entry matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<CommerceSubscriptionEntry> |
getActiveCommerceSubscriptionEntries() |
java.util.List<CommerceSubscriptionEntry> |
getCommerceSubscriptionEntries(int start,
int end)
Returns a range of all the commerce subscription entries.
|
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) |
java.util.List<CommerceSubscriptionEntry> |
getCommerceSubscriptionEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the commerce subscription entries matching the UUID and company.
|
java.util.List<CommerceSubscriptionEntry> |
getCommerceSubscriptionEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceSubscriptionEntry> orderByComparator)
Returns a range of commerce subscription entries matching the UUID and company.
|
int |
getCommerceSubscriptionEntriesCount()
Returns the number of commerce subscription entries.
|
int |
getCommerceSubscriptionEntriesCount(long companyId,
long userId) |
int |
getCommerceSubscriptionEntriesCount(long companyId,
long groupId,
long userId) |
java.util.List<CommerceSubscriptionEntry> |
getCommerceSubscriptionEntriesToRenew() |
CommerceSubscriptionEntry |
getCommerceSubscriptionEntry(long commerceSubscriptionEntryId)
Returns the commerce subscription entry with the primary key.
|
CommerceSubscriptionEntry |
getCommerceSubscriptionEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the commerce subscription entry matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceSubscriptionEntryLocalService |
getWrappedService() |
CommerceSubscriptionEntry |
incrementCommerceSubscriptionEntryCycle(long commerceSubscriptionEntryId) |
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) |
void |
setWrappedService(CommerceSubscriptionEntryLocalService commerceSubscriptionEntryLocalService) |
CommerceSubscriptionEntry |
updateCommerceSubscriptionEntry(CommerceSubscriptionEntry commerceSubscriptionEntry)
Updates the commerce subscription entry in the database or adds it if it does not yet exist.
|
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 |
updateCommerceSubscriptionEntryIterationDates(long commerceSubscriptionEntryId,
java.util.Date lastIterationDate) |
CommerceSubscriptionEntry |
updateSubscriptionStatus(long commerceSubscriptionEntryId,
int subscriptionStatus) |
public CommerceSubscriptionEntryLocalServiceWrapper(CommerceSubscriptionEntryLocalService commerceSubscriptionEntryLocalService)
public CommerceSubscriptionEntry addCommerceSubscriptionEntry(CommerceSubscriptionEntry commerceSubscriptionEntry)
addCommerceSubscriptionEntry in interface CommerceSubscriptionEntryLocalServicecommerceSubscriptionEntry - the commerce subscription entry@Deprecated public CommerceSubscriptionEntry addCommerceSubscriptionEntry(long cpInstanceId, long commerceOrderItemId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceSubscriptionEntry in interface CommerceSubscriptionEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceSubscriptionEntry addCommerceSubscriptionEntry(long userId, long groupId, java.lang.String cpInstanceUuid, long cProductId, long commerceOrderItemId) throws com.liferay.portal.kernel.exception.PortalException
addCommerceSubscriptionEntry in interface CommerceSubscriptionEntryLocalServicecom.liferay.portal.kernel.exception.PortalException@Deprecated public CommerceSubscriptionEntry addCommerceSubscriptionEntry(java.lang.String cpInstanceUuid, long cProductId, long commerceOrderItemId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceSubscriptionEntry in interface CommerceSubscriptionEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceSubscriptionEntry createCommerceSubscriptionEntry(long commerceSubscriptionEntryId)
createCommerceSubscriptionEntry in interface CommerceSubscriptionEntryLocalServicecommerceSubscriptionEntryId - the primary key for the new commerce subscription entrypublic CommerceSubscriptionEntry deleteCommerceSubscriptionEntry(CommerceSubscriptionEntry commerceSubscriptionEntry)
deleteCommerceSubscriptionEntry in interface CommerceSubscriptionEntryLocalServicecommerceSubscriptionEntry - the commerce subscription entrypublic CommerceSubscriptionEntry deleteCommerceSubscriptionEntry(long commerceSubscriptionEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceSubscriptionEntry in interface CommerceSubscriptionEntryLocalServicecommerceSubscriptionEntryId - the primary key of the commerce subscription entryPortalException - if a commerce subscription entry with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceSubscriptionEntryLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceSubscriptionEntryLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceSubscriptionEntryLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from com.liferay.commerce.model.impl.CommerceSubscriptionEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface CommerceSubscriptionEntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from com.liferay.commerce.model.impl.CommerceSubscriptionEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface CommerceSubscriptionEntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface CommerceSubscriptionEntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceSubscriptionEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceSubscriptionEntry fetchCommerceSubscriptionEntries(java.lang.String cpInstanceUuid, long cProductId, long commerceOrderItemId)
fetchCommerceSubscriptionEntries in interface CommerceSubscriptionEntryLocalServicepublic CommerceSubscriptionEntry fetchCommerceSubscriptionEntry(long commerceSubscriptionEntryId)
fetchCommerceSubscriptionEntry in interface CommerceSubscriptionEntryLocalServicepublic CommerceSubscriptionEntry fetchCommerceSubscriptionEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchCommerceSubscriptionEntryByUuidAndGroupId in interface CommerceSubscriptionEntryLocalServiceuuid - the commerce subscription entry's UUIDgroupId - the primary key of the groupnull if a matching commerce subscription entry could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceSubscriptionEntryLocalServicepublic java.util.List<CommerceSubscriptionEntry> getActiveCommerceSubscriptionEntries()
getActiveCommerceSubscriptionEntries in interface CommerceSubscriptionEntryLocalServicepublic java.util.List<CommerceSubscriptionEntry> getCommerceSubscriptionEntries(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from com.liferay.commerce.model.impl.CommerceSubscriptionEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getCommerceSubscriptionEntries in interface CommerceSubscriptionEntryLocalServicestart - the lower bound of the range of commerce subscription entriesend - the upper bound of the range of commerce subscription entries (not inclusive)public java.util.List<CommerceSubscriptionEntry> getCommerceSubscriptionEntries(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceSubscriptionEntry> orderByComparator)
getCommerceSubscriptionEntries in interface CommerceSubscriptionEntryLocalServicepublic java.util.List<CommerceSubscriptionEntry> getCommerceSubscriptionEntries(long companyId, long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceSubscriptionEntry> orderByComparator)
getCommerceSubscriptionEntries in interface CommerceSubscriptionEntryLocalServicepublic java.util.List<CommerceSubscriptionEntry> getCommerceSubscriptionEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getCommerceSubscriptionEntriesByUuidAndCompanyId in interface CommerceSubscriptionEntryLocalServiceuuid - the UUID of the commerce subscription entriescompanyId - the primary key of the companypublic java.util.List<CommerceSubscriptionEntry> getCommerceSubscriptionEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceSubscriptionEntry> orderByComparator)
getCommerceSubscriptionEntriesByUuidAndCompanyId in interface CommerceSubscriptionEntryLocalServiceuuid - the UUID of the commerce subscription entriescompanyId - the primary key of the companystart - the lower bound of the range of commerce subscription entriesend - the upper bound of the range of commerce subscription entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getCommerceSubscriptionEntriesCount()
getCommerceSubscriptionEntriesCount in interface CommerceSubscriptionEntryLocalServicepublic int getCommerceSubscriptionEntriesCount(long companyId,
long userId)
getCommerceSubscriptionEntriesCount in interface CommerceSubscriptionEntryLocalServicepublic int getCommerceSubscriptionEntriesCount(long companyId,
long groupId,
long userId)
getCommerceSubscriptionEntriesCount in interface CommerceSubscriptionEntryLocalServicepublic java.util.List<CommerceSubscriptionEntry> getCommerceSubscriptionEntriesToRenew()
getCommerceSubscriptionEntriesToRenew in interface CommerceSubscriptionEntryLocalServicepublic CommerceSubscriptionEntry getCommerceSubscriptionEntry(long commerceSubscriptionEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceSubscriptionEntry in interface CommerceSubscriptionEntryLocalServicecommerceSubscriptionEntryId - the primary key of the commerce subscription entryPortalException - if a commerce subscription entry with the primary key could not be foundpublic CommerceSubscriptionEntry getCommerceSubscriptionEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceSubscriptionEntryByUuidAndGroupId in interface CommerceSubscriptionEntryLocalServiceuuid - the commerce subscription entry's UUIDgroupId - the primary key of the groupPortalException - if a matching commerce subscription entry could not be foundpublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CommerceSubscriptionEntryLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceSubscriptionEntryLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceSubscriptionEntryLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceSubscriptionEntryLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceSubscriptionEntry incrementCommerceSubscriptionEntryCycle(long commerceSubscriptionEntryId) throws com.liferay.portal.kernel.exception.PortalException
incrementCommerceSubscriptionEntryCycle in interface CommerceSubscriptionEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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
searchCommerceSubscriptionEntries in interface CommerceSubscriptionEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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
searchCommerceSubscriptionEntries in interface CommerceSubscriptionEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceSubscriptionEntry updateCommerceSubscriptionEntry(CommerceSubscriptionEntry commerceSubscriptionEntry)
updateCommerceSubscriptionEntry in interface CommerceSubscriptionEntryLocalServicecommerceSubscriptionEntry - the commerce subscription entrypublic 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
updateCommerceSubscriptionEntry in interface CommerceSubscriptionEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceSubscriptionEntry updateCommerceSubscriptionEntryIterationDates(long commerceSubscriptionEntryId, java.util.Date lastIterationDate) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceSubscriptionEntryIterationDates in interface CommerceSubscriptionEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceSubscriptionEntry updateSubscriptionStatus(long commerceSubscriptionEntryId, int subscriptionStatus) throws com.liferay.portal.kernel.exception.PortalException
updateSubscriptionStatus in interface CommerceSubscriptionEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceSubscriptionEntryLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceSubscriptionEntryLocalService>public void setWrappedService(CommerceSubscriptionEntryLocalService commerceSubscriptionEntryLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceSubscriptionEntryLocalService>