Interface CPDefinitionGroupedEntryService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CPDefinitionGroupedEntryServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CPDefinitionGroupedEntryService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CPDefinitionGroupedEntry. 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 TypeMethodDescriptionvoid
addCPDefinitionGroupedEntries
(long cpDefinitionId, long[] entryCPDefinitionIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) addCPDefinitionGroupedEntry
(long cpDefinitionId, long entryCProductId, double priority, int quantity, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteCPDefinitionGroupedEntry
(long cpDefinitionGroupedEntryId) getCPDefinitionGroupedEntries
(long cpDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) getCPDefinitionGroupedEntries
(long companyId, long cpDefinitionId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) int
getCPDefinitionGroupedEntriesCount
(long cpDefinitionId) int
getCPDefinitionGroupedEntriesCount
(long companyId, long cpDefinitionId, String keywords) getCPDefinitionGroupedEntry
(long cpDefinitionGroupedEntryId) getEntryCProductCPDefinitionGroupedEntries
(long entryCProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) int
getEntryCProductCPDefinitionGroupedEntriesCount
(long entryCProductId) Returns the OSGi service identifier.updateCPDefinitionGroupedEntry
(long cpDefinitionGroupedEntryId, double priority, int quantity)
-
Method Details
-
addCPDefinitionGroupedEntries
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
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
CPDefinitionGroupedEntry deleteCPDefinitionGroupedEntry(long cpDefinitionGroupedEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionGroupedEntries
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getCPDefinitionGroupedEntriesCount(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionGroupedEntriesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCPDefinitionGroupedEntriesCount(long companyId, long cpDefinitionId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionGroupedEntry
@Transactional(propagation=SUPPORTS, readOnly=true) CPDefinitionGroupedEntry getCPDefinitionGroupedEntry(long cpDefinitionGroupedEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntryCProductCPDefinitionGroupedEntries
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getEntryCProductCPDefinitionGroupedEntriesCount(long entryCProductId) 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
-
updateCPDefinitionGroupedEntry
CPDefinitionGroupedEntry updateCPDefinitionGroupedEntry(long cpDefinitionGroupedEntryId, double priority, int quantity) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-