public class CommercePaymentMethodGroupRelServiceUtil
extends java.lang.Object
com.liferay.commerce.payment.service.impl.CommercePaymentMethodGroupRelServiceImpl 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.CommercePaymentMethodGroupRelService| Constructor and Description |
|---|
CommercePaymentMethodGroupRelServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.liferay.commerce.model.CommerceAddressRestriction |
addCommerceAddressRestriction(long classPK,
long commerceCountryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
static CommercePaymentMethodGroupRel |
addCommercePaymentMethodGroupRel(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.io.File imageFile,
java.lang.String engineKey,
java.util.Map<java.lang.String,java.lang.String> engineParameterMap,
double priority,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static CommercePaymentMethodGroupRel |
createCommercePaymentMethodGroupRel(long groupId) |
static void |
deleteCommerceAddressRestriction(long commerceAddressRestrictionId) |
static void |
deleteCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId) |
static CommercePaymentMethodGroupRel |
fetchCommercePaymentMethodGroupRel(long groupId,
java.lang.String engineKey) |
static java.util.List<com.liferay.commerce.model.CommerceAddressRestriction> |
getCommerceAddressRestrictions(long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.commerce.model.CommerceAddressRestriction> orderByComparator) |
static int |
getCommerceAddressRestrictionsCount(long classPK) |
static CommercePaymentMethodGroupRel |
getCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId) |
static CommercePaymentMethodGroupRel |
getCommercePaymentMethodGroupRel(long groupId,
java.lang.String engineKey) |
static java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId) |
static java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
boolean active) |
static java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
boolean active,
int start,
int end) |
static java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator) |
static java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator) |
static java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
long commerceCountryId,
boolean active) |
static int |
getCommercePaymentMethodGroupRelsCount(long groupId) |
static int |
getCommercePaymentMethodGroupRelsCount(long groupId,
boolean active) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommercePaymentMethodGroupRelService |
getService() |
static CommercePaymentMethodGroupRel |
setActive(long commercePaymentMethodGroupRelId,
boolean active) |
static CommercePaymentMethodGroupRel |
updateCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.io.File imageFile,
java.util.Map<java.lang.String,java.lang.String> engineParameterMap,
double priority,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CommercePaymentMethodGroupRelServiceUtil()
public static com.liferay.commerce.model.CommerceAddressRestriction addCommerceAddressRestriction(long classPK,
long commerceCountryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
CommercePaymentMethodGroupRelServiceUtil to access the commerce payment method group rel remote service. Add custom service methods to com.liferay.commerce.payment.service.impl.CommercePaymentMethodGroupRelServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.com.liferay.portal.kernel.exception.PortalExceptionpublic static CommercePaymentMethodGroupRel addCommercePaymentMethodGroupRel(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.io.File imageFile, java.lang.String engineKey, java.util.Map<java.lang.String,java.lang.String> engineParameterMap, double priority, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommercePaymentMethodGroupRel createCommercePaymentMethodGroupRel(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCommerceAddressRestriction(long commerceAddressRestrictionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommercePaymentMethodGroupRel fetchCommercePaymentMethodGroupRel(long groupId, java.lang.String engineKey) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<com.liferay.commerce.model.CommerceAddressRestriction> getCommerceAddressRestrictions(long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.commerce.model.CommerceAddressRestriction> orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommerceAddressRestrictionsCount(long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommercePaymentMethodGroupRel getCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommercePaymentMethodGroupRel getCommercePaymentMethodGroupRel(long groupId, java.lang.String engineKey) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, boolean active, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, long commerceCountryId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommercePaymentMethodGroupRelsCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommercePaymentMethodGroupRelsCount(long groupId,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static CommercePaymentMethodGroupRel setActive(long commercePaymentMethodGroupRelId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommercePaymentMethodGroupRel updateCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.io.File imageFile, java.util.Map<java.lang.String,java.lang.String> engineParameterMap, double priority, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommercePaymentMethodGroupRelService getService()