public class CommercePaymentEntryServiceWrapper extends java.lang.Object implements CommercePaymentEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryService>
CommercePaymentEntryService.CommercePaymentEntryService| Constructor and Description |
|---|
CommercePaymentEntryServiceWrapper() |
CommercePaymentEntryServiceWrapper(CommercePaymentEntryService commercePaymentEntryService) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommercePaymentEntry> |
getCommercePaymentEntries(long companyId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) |
CommercePaymentEntry |
getCommercePaymentEntry(long commercePaymentEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommercePaymentEntryService |
getWrappedService() |
java.util.List<CommercePaymentEntry> |
search(long companyId,
long[] classNameIds,
long[] classPKs,
java.lang.String[] currencyCodes,
java.lang.String keywords,
java.lang.String[] paymentMethodNames,
int[] paymentStatuses,
boolean excludeStatuses,
int start,
int end,
java.lang.String orderByField,
boolean reverse) |
void |
setWrappedService(CommercePaymentEntryService commercePaymentEntryService) |
public CommercePaymentEntryServiceWrapper()
public CommercePaymentEntryServiceWrapper(CommercePaymentEntryService commercePaymentEntryService)
public java.util.List<CommercePaymentEntry> getCommercePaymentEntries(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommercePaymentEntries in interface CommercePaymentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePaymentEntry getCommercePaymentEntry(long commercePaymentEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePaymentEntry in interface CommercePaymentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommercePaymentEntryServicepublic java.util.List<CommercePaymentEntry> search(long companyId, long[] classNameIds, long[] classPKs, java.lang.String[] currencyCodes, java.lang.String keywords, java.lang.String[] paymentMethodNames, int[] paymentStatuses, boolean excludeStatuses, int start, int end, java.lang.String orderByField, boolean reverse) throws com.liferay.portal.kernel.exception.PortalException
search in interface CommercePaymentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePaymentEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryService>public void setWrappedService(CommercePaymentEntryService commercePaymentEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryService>