Class ImpactAnalysisService
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisService
-
@Service public class ImpactAnalysisService extends Object
Implements the functionality offered byImpactAnalysisModule
.- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description ImpactAnalysisService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssetLevelCorrelatedInformation
servicesInDevice(String deviceName)
AssetLevelCorrelatedInformation
servicesInPorts(List<BusinessObject> ports)
AssetLevelCorrelatedInformation
servicesInSlotOrBoard(String deviceName, String childName)
-
-
-
Method Detail
-
servicesInDevice
public AssetLevelCorrelatedInformation servicesInDevice(String deviceName) throws MetadataObjectNotFoundException, InvalidArgumentException, BusinessObjectNotFoundException, ApplicationObjectNotFoundException
-
servicesInSlotOrBoard
public AssetLevelCorrelatedInformation servicesInSlotOrBoard(String deviceName, String childName) throws MetadataObjectNotFoundException, InvalidArgumentException, BusinessObjectNotFoundException, ApplicationObjectNotFoundException
-
servicesInPorts
public AssetLevelCorrelatedInformation servicesInPorts(List<BusinessObject> ports) throws BusinessObjectNotFoundException, MetadataObjectNotFoundException, ApplicationObjectNotFoundException, InvalidArgumentException
-
-