Class CommercePricingClassCPDefinitionRelServiceUtil
java.lang.Object
com.liferay.commerce.pricing.service.CommercePricingClassCPDefinitionRelServiceUtil
Provides the remote service utility for CommercePricingClassCPDefinitionRel. This utility wraps
com.liferay.commerce.pricing.service.impl.CommercePricingClassCPDefinitionRelServiceImpl
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 TypeMethodDescriptionaddCommercePricingClassCPDefinitionRel
(long commercePricingClassId, long cpDefinitionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteCommercePricingClassCPDefinitionRel
(long commercePricingClassCPDefinitionRelId) deleteCommercePricingClassCPDefinitionRel
(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel) fetchCommercePricingClassCPDefinitionRel
(long commercePricingClassId, long cpDefinitionId) getCommercePricingClassCPDefinitionRel
(long commercePricingClassCPDefinitionRelId) getCommercePricingClassCPDefinitionRelByClassId
(long commercePricingClassId) getCommercePricingClassCPDefinitionRels
(long commercePricingClassId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClassCPDefinitionRel> orderByComparator) static int
getCommercePricingClassCPDefinitionRelsCount
(long commercePricingClassId) static int
getCommercePricingClassCPDefinitionRelsCount
(long commercePricingClassId, String name, String languageId) static long[]
getCPDefinitionIds
(long commercePricingClassId) static String
Returns the OSGi service identifier.searchByCommercePricingClassId
(long commercePricingClassId, String name, String languageId, int start, int end)
-
Constructor Details
-
CommercePricingClassCPDefinitionRelServiceUtil
public CommercePricingClassCPDefinitionRelServiceUtil()
-
-
Method Details
-
addCommercePricingClassCPDefinitionRel
public static CommercePricingClassCPDefinitionRel addCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePricingClassCPDefinitionRel
public static CommercePricingClassCPDefinitionRel deleteCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePricingClassCPDefinitionRel
public static CommercePricingClassCPDefinitionRel deleteCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePricingClassCPDefinitionRel
public static CommercePricingClassCPDefinitionRel fetchCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRel
public static CommercePricingClassCPDefinitionRel getCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRelByClassId
public static List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRelByClassId(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRels
public static List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRels(long commercePricingClassId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClassCPDefinitionRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRelsCount
public static int getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRelsCount
-
getCPDefinitionIds
public static long[] getCPDefinitionIds(long commercePricingClassId) 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
-
searchByCommercePricingClassId
public static List<CommercePricingClassCPDefinitionRel> searchByCommercePricingClassId(long commercePricingClassId, String name, String languageId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-