Inheritance diagram for org.openmobileis.modules.crm.database.common.jdbc.JDBCRepresentantFactory:
Definition at line 52 of file JDBCRepresentantFactory.java.
Public Member Functions | |
JDBCRepresentantFactory (RepresentantJDBCQuery q) | |
Constructor for RepresentantManager. | |
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 DatabaseException |
call by synchro server to create the representant DB | |
void | removeRepresentant (String repId) throws DatabaseException |
Protected Attributes | |
RepresentantJDBCQuery | query |