Package com.liferay.commerce.service
Interface CommerceAvailabilityEstimateService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceAvailabilityEstimateServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceAvailabilityEstimateService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommerceAvailabilityEstimate. 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 TypeMethodDescriptionaddCommerceAvailabilityEstimate
(Map<Locale, String> titleMap, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCommerceAvailabilityEstimate
(long commerceAvailabilityEstimateId) getCommerceAvailabilityEstimate
(long commerceAvailabilityEstimateId) getCommerceAvailabilityEstimates
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAvailabilityEstimate> orderByComparator) int
getCommerceAvailabilityEstimatesCount
(long companyId) Returns the OSGi service identifier.updateCommerceAvailabilityEstimate
(long commerceAvailabilityEstimateId, Map<Locale, String> titleMap, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Method Details
-
addCommerceAvailabilityEstimate
CommerceAvailabilityEstimate addCommerceAvailabilityEstimate(Map<Locale, String> titleMap, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceAvailabilityEstimate
void deleteCommerceAvailabilityEstimate(long commerceAvailabilityEstimateId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceAvailabilityEstimate
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceAvailabilityEstimate getCommerceAvailabilityEstimate(long commerceAvailabilityEstimateId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceAvailabilityEstimates
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceAvailabilityEstimate> getCommerceAvailabilityEstimates(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAvailabilityEstimate> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceAvailabilityEstimatesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceAvailabilityEstimatesCount(long companyId) 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
-
updateCommerceAvailabilityEstimate
CommerceAvailabilityEstimate updateCommerceAvailabilityEstimate(long commerceAvailabilityEstimateId, Map<Locale, String> titleMap, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-