Class CPDefinitionGroupedEntryServiceUtil
java.lang.Object
com.liferay.commerce.product.type.grouped.service.CPDefinitionGroupedEntryServiceUtil
Provides the remote service utility for CPDefinitionGroupedEntry. This utility wraps
com.liferay.commerce.product.type.grouped.service.impl.CPDefinitionGroupedEntryServiceImpl 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 voidaddCPDefinitionGroupedEntries(long cpDefinitionId, long[] entryCPDefinitionIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) static CPDefinitionGroupedEntryaddCPDefinitionGroupedEntry(long cpDefinitionId, long entryCProductId, double priority, int quantity, com.liferay.portal.kernel.service.ServiceContext serviceContext) static CPDefinitionGroupedEntrydeleteCPDefinitionGroupedEntry(long cpDefinitionGroupedEntryId) static List<CPDefinitionGroupedEntry>getCPDefinitionGroupedEntries(long cpDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) static List<CPDefinitionGroupedEntry>getCPDefinitionGroupedEntries(long companyId, long cpDefinitionId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) static intgetCPDefinitionGroupedEntriesCount(long cpDefinitionId) static intgetCPDefinitionGroupedEntriesCount(long companyId, long cpDefinitionId, String keywords) static CPDefinitionGroupedEntrygetCPDefinitionGroupedEntry(long cpDefinitionGroupedEntryId) static List<CPDefinitionGroupedEntry>getEntryCProductCPDefinitionGroupedEntries(long entryCProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) static intgetEntryCProductCPDefinitionGroupedEntriesCount(long entryCProductId) static StringReturns the OSGi service identifier.static CPDefinitionGroupedEntryupdateCPDefinitionGroupedEntry(long cpDefinitionGroupedEntryId, double priority, int quantity)
-
Constructor Details
-
CPDefinitionGroupedEntryServiceUtil
public CPDefinitionGroupedEntryServiceUtil()
-
-
Method Details
-
addCPDefinitionGroupedEntries
public static void addCPDefinitionGroupedEntries(long cpDefinitionId, long[] entryCPDefinitionIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCPDefinitionGroupedEntry
public static CPDefinitionGroupedEntry addCPDefinitionGroupedEntry(long cpDefinitionId, long entryCProductId, double priority, int quantity, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPDefinitionGroupedEntry
public static CPDefinitionGroupedEntry deleteCPDefinitionGroupedEntry(long cpDefinitionGroupedEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionGroupedEntries
public static List<CPDefinitionGroupedEntry> getCPDefinitionGroupedEntries(long cpDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionGroupedEntries
public static List<CPDefinitionGroupedEntry> getCPDefinitionGroupedEntries(long companyId, long cpDefinitionId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionGroupedEntriesCount
public static int getCPDefinitionGroupedEntriesCount(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionGroupedEntriesCount
public static int getCPDefinitionGroupedEntriesCount(long companyId, long cpDefinitionId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionGroupedEntry
public static CPDefinitionGroupedEntry getCPDefinitionGroupedEntry(long cpDefinitionGroupedEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntryCProductCPDefinitionGroupedEntries
public static List<CPDefinitionGroupedEntry> getEntryCProductCPDefinitionGroupedEntries(long entryCProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntryCProductCPDefinitionGroupedEntriesCount
public static int getEntryCProductCPDefinitionGroupedEntriesCount(long entryCProductId) 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
-
updateCPDefinitionGroupedEntry
public static CPDefinitionGroupedEntry updateCPDefinitionGroupedEntry(long cpDefinitionGroupedEntryId, double priority, int quantity) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-