Interface HandoverPlantDelegate


public interface HandoverPlantDelegate
Delegate for Handover Plant

Supported API: true

Extendable: false
  • Method Details

    • getPlantAssignedStatus

      Map<Associative,Boolean> getPlantAssignedStatus(List<Associative> associatives, ViewReference context) throws WTException
      For given set of Associative and context, it checks wethere VSED is assined to Associative or not. Based on this it prepare and returns a map which contains true as value if VSED assigned to associative for given context othrwise false.

      Supported API: true
      Parameters:
      associatives -
      upContext -
      Returns:
      Throws:
      WTException