Definition at line 43 of file RepresentantManager.java.
Public Member Functions | |
RepresentantManager (RepresentantFactory factory) | |
Constructor for RepresentantManager. | |
RepresentantFactory | getFactory () |
String[] | getRepIdsList () |
Representant | getRepresentant (String id) |
Representant | getSelectedRepresentant () |
void | setSelectedRepresentant (String id) throws ServiceException, DatabaseException |
Representant | getInstallRepresentant () |
void | setInstallRepresentant (String id) throws ServiceException, DatabaseException |
Representant[] | getAllRepresentants () throws DatabaseException |
void | addRepresentant (Representant rep) throws ServiceException, DatabaseException |
call by synchro server to create the representant DB | |
void | removeRepresentant (String repId) throws ServiceException, DatabaseException |
Static Public Member Functions | |
static void | registerManager (RepresentantManager m) |
static void | removeManager () |
static RepresentantManager | getManager () |