Interface CPDefinitionInventoryService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
CPDefinitionInventoryServiceWrapper

@AccessControlled @CTAware @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface CPDefinitionInventoryService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CPDefinitionInventory. 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 Details

    • addCPDefinitionInventory

      CPDefinitionInventory addCPDefinitionInventory(long cpDefinitionId, String cpDefinitionInventoryEngine, String lowStockActivity, boolean displayAvailability, boolean displayStockQuantity, BigDecimal minStockQuantity, boolean backOrders, BigDecimal minOrderQuantity, BigDecimal maxOrderQuantity, String allowedOrderQuantities, BigDecimal multipleOrderQuantity) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPDefinitionInventory

      void deleteCPDefinitionInventory(long cpDefinitionInventoryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCPDefinitionInventoryByCPDefinitionId

      @Transactional(propagation=SUPPORTS, readOnly=true) CPDefinitionInventory fetchCPDefinitionInventoryByCPDefinitionId(long cpDefinitionId) 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
    • updateCPDefinitionInventory

      CPDefinitionInventory updateCPDefinitionInventory(long cpDefinitionInventoryId, String cpDefinitionInventoryEngine, String lowStockActivity, boolean displayAvailability, boolean displayStockQuantity, BigDecimal minStockQuantity, boolean backOrders, BigDecimal minOrderQuantity, BigDecimal maxOrderQuantity, String allowedOrderQuantities, BigDecimal multipleOrderQuantity) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException