Inheritance diagram for org.openmobileis.modules.crm.database.common.jdbc.JDBCLabelFactory:
Definition at line 54 of file JDBCLabelFactory.java.
Public Member Functions | |
JDBCLabelFactory (LabelJDBCQuery q) | |
Constructor for LabelManager. | |
Array | getLabelListForCategorie (String categorie) |
Label | getLabelWithIds (String id, String category) |
String | convertIdsToLabelObjectIds (String labelid, String category) |
void | storeLabel (Label label) throws ServiceException, DatabaseException |
call by synchro server to create the label DB | |
void | deleteLabel (String id, String category) throws ServiceException, DatabaseException |
Protected Member Functions | |
Array | getDBLabelListForCategorie (String categorie) |
Label | getDBLabelWithIds (String id, String category) |
Protected Attributes | |
LabelJDBCQuery | query |