public class CommercePaymentEntryServiceUtil
extends java.lang.Object
com.liferay.commerce.payment.service.impl.CommercePaymentEntryServiceImpl
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.CommercePaymentEntryService
Constructor and Description |
---|
CommercePaymentEntryServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CommercePaymentEntry> |
getCommercePaymentEntries(long companyId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) |
static CommercePaymentEntry |
getCommercePaymentEntry(long commercePaymentEntryId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommercePaymentEntryService |
getService() |
static 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) |
static void |
setService(CommercePaymentEntryService service) |
public static 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
com.liferay.portal.kernel.exception.PortalException
public static CommercePaymentEntry getCommercePaymentEntry(long commercePaymentEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static 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
com.liferay.portal.kernel.exception.PortalException
public static CommercePaymentEntryService getService()
public static void setService(CommercePaymentEntryService service)