Uses of Class
org.mftech.dawn.server.DawnServerImpl

Packages that use DawnServerImpl
org.mftech.dawn.server   
org.mftech.dawn.server.persistence   
 

Uses of DawnServerImpl in org.mftech.dawn.server
 

Methods in org.mftech.dawn.server that return DawnServerImpl
static DawnServerImpl DawnServerImpl.initialize()
           
 

Uses of DawnServerImpl in org.mftech.dawn.server.persistence
 

Methods in org.mftech.dawn.server.persistence that return DawnServerImpl
static DawnServerImpl DBManager.loadDawnServerImpl(int id)
          loads DawnServerImpl from database by id
 

Methods in org.mftech.dawn.server.persistence that return types with arguments of type DawnServerImpl
static java.util.ArrayList<DawnServerImpl> DBManager.getAllDawnServerImpl()
          returns all DawnServerImpl in a list
 

Methods in org.mftech.dawn.server.persistence with parameters of type DawnServerImpl
static void DBManager.deleteDawnServerImpl(DawnServerImpl obj)
          Deletes DawnServerImpl from database by class