@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommercePaymentMethodGroupRelService
extends com.liferay.portal.kernel.service.BaseService
CommercePaymentMethodGroupRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
com.liferay.commerce.model.CommerceAddressRestriction |
addCommerceAddressRestriction(long groupId,
long classPK,
long countryId) |
com.liferay.commerce.model.CommerceAddressRestriction |
addCommerceAddressRestriction(long classPK,
long countryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x)
|
CommercePaymentMethodGroupRel |
addCommercePaymentMethodGroupRel(long groupId,
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,
double priority,
boolean active) |
void |
deleteCommerceAddressRestriction(long commerceAddressRestrictionId) |
void |
deleteCommerceAddressRestrictions(long commercePaymentMethodGroupRelId) |
void |
deleteCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId) |
CommercePaymentMethodGroupRel |
fetchCommercePaymentMethodGroupRel(long groupId,
java.lang.String engineKey) |
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) |
int |
getCommerceAddressRestrictionsCount(long classPK) |
CommercePaymentMethodGroupRel |
getCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId) |
CommercePaymentMethodGroupRel |
getCommercePaymentMethodGroupRel(long groupId,
java.lang.String engineKey) |
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId) |
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
boolean active) |
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
boolean active,
int start,
int end) |
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator) |
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator) |
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
long countryId,
boolean active) |
int |
getCommercePaymentMethodGroupRelsCount(long groupId) |
int |
getCommercePaymentMethodGroupRelsCount(long groupId,
boolean active) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommercePaymentMethodGroupRel |
setActive(long commercePaymentMethodGroupRelId,
boolean active) |
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,
double priority,
boolean active) |
com.liferay.commerce.model.CommerceAddressRestriction addCommerceAddressRestriction(long groupId,
long classPK,
long countryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
com.liferay.commerce.model.CommerceAddressRestriction addCommerceAddressRestriction(long classPK,
long countryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommercePaymentMethodGroupRel addCommercePaymentMethodGroupRel(long groupId, 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, double priority, boolean active) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceAddressRestriction(long commerceAddressRestrictionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceAddressRestrictions(long commercePaymentMethodGroupRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommercePaymentMethodGroupRel fetchCommercePaymentMethodGroupRel(long groupId,
java.lang.String engineKey)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAddressRestrictionsCount(long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommercePaymentMethodGroupRel getCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommercePaymentMethodGroupRel getCommercePaymentMethodGroupRel(long groupId,
java.lang.String engineKey)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId,
long countryId,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommercePaymentMethodGroupRelsCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommercePaymentMethodGroupRelsCount(long groupId,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
CommercePaymentMethodGroupRel setActive(long commercePaymentMethodGroupRelId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommercePaymentMethodGroupRel 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, double priority, boolean active) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException