Interface HandoverPlantDelegate
public interface HandoverPlantDelegate
Delegate for Handover Plant
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetPlantAssignedStatus(List<Associative> associatives, ViewReference context) For given set of Associative and context, it checks wethere VSED is assined to Associative or not.
-
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
-