Interface CommercePaymentMethodGroupRelQualifierService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommercePaymentMethodGroupRelQualifierServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommercePaymentMethodGroupRelQualifierService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommercePaymentMethodGroupRelQualifier. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionaddCommercePaymentMethodGroupRelQualifier
(String className, long classPK, long commercePaymentMethodGroupRelId) void
deleteCommercePaymentMethodGroupRelQualifier
(long commercePaymentMethodGroupRelQualifierId) void
deleteCommercePaymentMethodGroupRelQualifiers
(String className, long commercePaymentMethodGroupRelId) void
deleteCommercePaymentMethodGroupRelQualifiersByCommercePaymentMethodGroupRelId
(long commercePaymentMethodGroupRelId) fetchCommercePaymentMethodGroupRelQualifier
(String className, long classPK, long commercePaymentMethodGroupRelId) getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiers
(long commercePaymentMethodGroupRelId, String keywords, int start, int end) int
getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiersCount
(long commercePaymentMethodGroupRelId, String keywords) getCommercePaymentMethodGroupRelQualifier
(long commercePaymentMethodGroupRelQualifierId) getCommercePaymentMethodGroupRelQualifiers
(long commercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) getCommercePaymentMethodGroupRelQualifiers
(String className, long commercePaymentMethodGroupRelId) int
getCommercePaymentMethodGroupRelQualifiersCount
(long commercePaymentMethodGroupRelId) getCommerceTermEntryCommercePaymentMethodGroupRelQualifiers
(long commercePaymentMethodGroupRelId, String keywords, int start, int end) int
getCommerceTermEntryCommercePaymentMethodGroupRelQualifiersCount
(long commercePaymentMethodGroupRelId, String keywords) Returns the OSGi service identifier.
-
Method Details
-
addCommercePaymentMethodGroupRelQualifier
CommercePaymentMethodGroupRelQualifier addCommercePaymentMethodGroupRelQualifier(String className, long classPK, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePaymentMethodGroupRelQualifier
void deleteCommercePaymentMethodGroupRelQualifier(long commercePaymentMethodGroupRelQualifierId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePaymentMethodGroupRelQualifiers
void deleteCommercePaymentMethodGroupRelQualifiers(String className, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePaymentMethodGroupRelQualifiersByCommercePaymentMethodGroupRelId
void deleteCommercePaymentMethodGroupRelQualifiersByCommercePaymentMethodGroupRelId(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePaymentMethodGroupRelQualifier
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePaymentMethodGroupRelQualifier fetchCommercePaymentMethodGroupRelQualifier(String className, long classPK, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiers
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePaymentMethodGroupRelQualifier> getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiers(long commercePaymentMethodGroupRelId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiersCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiersCount(long commercePaymentMethodGroupRelId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelQualifier
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePaymentMethodGroupRelQualifier getCommercePaymentMethodGroupRelQualifier(long commercePaymentMethodGroupRelQualifierId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelQualifiers
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePaymentMethodGroupRelQualifier> getCommercePaymentMethodGroupRelQualifiers(long commercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelQualifiers
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePaymentMethodGroupRelQualifier> getCommercePaymentMethodGroupRelQualifiers(String className, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelQualifiersCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommercePaymentMethodGroupRelQualifiersCount(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryCommercePaymentMethodGroupRelQualifiers
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePaymentMethodGroupRelQualifier> getCommerceTermEntryCommercePaymentMethodGroupRelQualifiers(long commercePaymentMethodGroupRelId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryCommercePaymentMethodGroupRelQualifiersCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceTermEntryCommercePaymentMethodGroupRelQualifiersCount(long commercePaymentMethodGroupRelId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-