Class CheckInventoryHelper

java.lang.Object
com.skava.inventory.service.impl.CommonDependencies
com.skava.inventory.helper.CheckInventoryHelper

@Component public final class CheckInventoryHelper extends CommonDependencies
The Class InventoryCollectionPropertiesHelper implemented business logic for inventory services.
  • Field Details

  • Constructor Details

    • CheckInventoryHelper

      protected CheckInventoryHelper(DefaultCheckInventoryServiceImpl defaultCheckInventoryServiceImpl)
      defaultCheckInventoryServiceImpl Constructor
  • Method Details

    • plugInLoader

      public CheckInventoryResponse plugInLoader(CheckInventoryRequest checkInventoryRequest)
      Plug in loader. This class used to load collection properties. If the partner plugin property is not available in that collection properties, Load default calculation partner from default properties. If collection partner plugin property is available means get and use it.
      Parameters:
      checkInventoryRequest - the inventory request
      Returns:
      the inventory response
    • fetchInvocationClassDetails

      public CheckInventoryPlugIn fetchInvocationClassDetails(CheckInventoryRequest checkInventoryRequest, String className)
      Get the class details
      Returns: