android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- DetailServerPresenter
org.glpi.inventory.agent.core.detailserver

Class DetailServerPresenter

  • java.lang.Object
    • org.glpi.inventory.agent.core.detailserver.DetailServerPresenter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void deleteServer(java.lang.String serverName, android.content.Context applicationContext) 
      void loadServer(java.lang.String serverName, android.content.Context applicationContext) 
      void modelServer(ServerSchema model) 
      void saveServer(java.util.ArrayList<java.lang.String> message, android.content.Context applicationContext) 
      void showError(java.lang.String message) 
      void successful(java.lang.String message) 
      void updateServer(java.util.ArrayList<java.lang.String> serverInfo, java.lang.String serverName, android.content.Context applicationContext) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Back to top