Inheritance diagram for org.openmobileis.modules.crm.database.common.fodb.FODBRepresentantFactory:
Definition at line 52 of file FODBRepresentantFactory.java.
Public Member Functions | |
FODBRepresentantFactory () | |
Constructor for FODBRepresentantFactory. | |
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 |
String | getCollectionName () |
Protected Member Functions | |
RepresentantSynchroFODBReturnListener | getSynchroListener () |