Interface SystemSetupAuditDAO
-
- All Known Implementing Classes:
DefaultSystemSetupAuditDAO,TestSystemSetupAuditDAO
public interface SystemSetupAuditDAODAO responsible for SystemPatch related reads/writes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisPatchApplied(java.lang.String patchHash)SystemSetupAuditModelstoreSystemPatchAction(SystemSetupCollectorResult collectorResult)
-
-
-
Method Detail
-
isPatchApplied
boolean isPatchApplied(java.lang.String patchHash)
-
storeSystemPatchAction
SystemSetupAuditModel storeSystemPatchAction(SystemSetupCollectorResult collectorResult)
-
-