Class CPConfigurationListRelServiceUtil
java.lang.Object
com.liferay.commerce.product.service.CPConfigurationListRelServiceUtil
Provides the remote service utility for CPConfigurationListRel. This utility wraps
com.liferay.commerce.product.service.impl.CPConfigurationListRelServiceImpl
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 TypeMethodDescriptionstatic CPConfigurationListRel
addCPConfigurationListRel
(String className, long classPK, long cpConfigurationListId) static CPConfigurationListRel
deleteCPConfigurationListRel
(long cpConfigurationListRelId) static CPConfigurationListRel
deleteCPConfigurationListRel
(CPConfigurationListRel cpConfigurationListRel) static void
deleteCPConfigurationListRels
(long cpConfigurationListId) static void
deleteCPConfigurationListRels
(String className, long cpConfigurationListId) static CPConfigurationListRel
fetchCPConfigurationListRel
(String className, long classPK, long cpConfigurationListId) static List<CPConfigurationListRel>
getAccountEntryCPConfigurationListRels
(long cpConfigurationListId, String keywords, int start, int end) static int
getAccountEntryCPConfigurationListRelsCount
(long cpConfigurationListId, String keywords) static List<CPConfigurationListRel>
getAccountGroupCPConfigurationListRels
(long cpConfigurationListId, String keywords, int start, int end) static int
getAccountGroupCPConfigurationListRelsCount
(long cpConfigurationListId, String keywords) static List<CPConfigurationListRel>
getCommerceOrderTypeCPConfigurationListRels
(long cpConfigurationListId, String keywords, int start, int end) static int
getCommerceOrderTypeCPConfigurationListRelsCount
(long cpConfigurationListId, String keywords) static CPConfigurationListRel
getCPConfigurationListRel
(long cpConfigurationListRelId) static List<CPConfigurationListRel>
getCPConfigurationListRels
(long cpConfigurationListId) static List<CPConfigurationListRel>
getCPConfigurationListRels
(long cpConfigurationListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationListRel> orderByComparator) static List<CPConfigurationListRel>
getCPConfigurationListRels
(String className, long cpConfigurationListId) static List<CPConfigurationListRel>
getCPConfigurationListRels
(String className, long cpConfigurationListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationListRel> orderByComparator) static int
getCPConfigurationListRelsCount
(long cpConfigurationListId) static int
getCPConfigurationListRelsCount
(String className, long cpConfigurationListId) static String
Returns the OSGi service identifier.
-
Constructor Details
-
CPConfigurationListRelServiceUtil
public CPConfigurationListRelServiceUtil()
-
-
Method Details
-
addCPConfigurationListRel
public static CPConfigurationListRel addCPConfigurationListRel(String className, long classPK, long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPConfigurationListRel
public static CPConfigurationListRel deleteCPConfigurationListRel(CPConfigurationListRel cpConfigurationListRel) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPConfigurationListRel
public static CPConfigurationListRel deleteCPConfigurationListRel(long cpConfigurationListRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPConfigurationListRels
public static void deleteCPConfigurationListRels(long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPConfigurationListRels
public static void deleteCPConfigurationListRels(String className, long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPConfigurationListRel
public static CPConfigurationListRel fetchCPConfigurationListRel(String className, long classPK, long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryCPConfigurationListRels
public static List<CPConfigurationListRel> getAccountEntryCPConfigurationListRels(long cpConfigurationListId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryCPConfigurationListRelsCount
public static int getAccountEntryCPConfigurationListRelsCount(long cpConfigurationListId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroupCPConfigurationListRels
public static List<CPConfigurationListRel> getAccountGroupCPConfigurationListRels(long cpConfigurationListId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroupCPConfigurationListRelsCount
public static int getAccountGroupCPConfigurationListRelsCount(long cpConfigurationListId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCPConfigurationListRels
public static List<CPConfigurationListRel> getCommerceOrderTypeCPConfigurationListRels(long cpConfigurationListId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCPConfigurationListRelsCount
public static int getCommerceOrderTypeCPConfigurationListRelsCount(long cpConfigurationListId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationListRel
public static CPConfigurationListRel getCPConfigurationListRel(long cpConfigurationListRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationListRels
public static List<CPConfigurationListRel> getCPConfigurationListRels(long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationListRels
public static List<CPConfigurationListRel> getCPConfigurationListRels(long cpConfigurationListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationListRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationListRels
public static List<CPConfigurationListRel> getCPConfigurationListRels(String className, long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationListRels
public static List<CPConfigurationListRel> getCPConfigurationListRels(String className, long cpConfigurationListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationListRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationListRelsCount
public static int getCPConfigurationListRelsCount(long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationListRelsCount
public static int getCPConfigurationListRelsCount(String className, long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-