Class CommerceDiscountCommerceAccountGroupRelServiceUtil
java.lang.Object
com.liferay.commerce.discount.service.CommerceDiscountCommerceAccountGroupRelServiceUtil
Provides the remote service utility for CommerceDiscountCommerceAccountGroupRel. This utility wraps
com.liferay.commerce.discount.service.impl.CommerceDiscountCommerceAccountGroupRelServiceImpl
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceDiscountCommerceAccountGroupRel
(long commerceDiscountId, long commerceAccountGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) static void
deleteCommerceDiscountCommerceAccountGroupRel
(long commerceDiscountCommerceAccountGroupRelId) static void
deleteCommerceDiscountCommerceAccountGroupRelsByCommerceDiscountId
(long commerceDiscountId) fetchCommerceDiscountCommerceAccountGroupRel
(long commerceDiscountId, long commerceAccountGroupId) getCommerceDiscountCommerceAccountGroupRel
(long commerceDiscountCommerceAccountGroupRelId) getCommerceDiscountCommerceAccountGroupRels
(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountCommerceAccountGroupRel> orderByComparator) getCommerceDiscountCommerceAccountGroupRels
(long commerceDiscountId, String name, int start, int end) static int
getCommerceDiscountCommerceAccountGroupRelsCount
(long commerceDiscountId) static int
getCommerceDiscountCommerceAccountGroupRelsCount
(long commerceDiscountId, String name) static String
Returns the OSGi service identifier.
-
Constructor Details
-
CommerceDiscountCommerceAccountGroupRelServiceUtil
public CommerceDiscountCommerceAccountGroupRelServiceUtil()
-
-
Method Details
-
addCommerceDiscountCommerceAccountGroupRel
public static CommerceDiscountCommerceAccountGroupRel addCommerceDiscountCommerceAccountGroupRel(long commerceDiscountId, long commerceAccountGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceDiscountCommerceAccountGroupRel
public static void deleteCommerceDiscountCommerceAccountGroupRel(long commerceDiscountCommerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceDiscountCommerceAccountGroupRelsByCommerceDiscountId
public static void deleteCommerceDiscountCommerceAccountGroupRelsByCommerceDiscountId(long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceDiscountCommerceAccountGroupRel
public static CommerceDiscountCommerceAccountGroupRel fetchCommerceDiscountCommerceAccountGroupRel(long commerceDiscountId, long commerceAccountGroupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountCommerceAccountGroupRel
public static CommerceDiscountCommerceAccountGroupRel getCommerceDiscountCommerceAccountGroupRel(long commerceDiscountCommerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountCommerceAccountGroupRels
public static List<CommerceDiscountCommerceAccountGroupRel> getCommerceDiscountCommerceAccountGroupRels(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountCommerceAccountGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountCommerceAccountGroupRels
public static List<CommerceDiscountCommerceAccountGroupRel> getCommerceDiscountCommerceAccountGroupRels(long commerceDiscountId, String name, int start, int end) -
getCommerceDiscountCommerceAccountGroupRelsCount
public static int getCommerceDiscountCommerceAccountGroupRelsCount(long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountCommerceAccountGroupRelsCount
public static int getCommerceDiscountCommerceAccountGroupRelsCount(long commerceDiscountId, String name) -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-