Inheritance diagram for org.openmobileis.modules.crm.database.common.jdbc.JDBCIntlLabelFactory:
Definition at line 44 of file JDBCIntlLabelFactory.java.
Public Member Functions | |
JDBCIntlLabelFactory (LabelJDBCQuery q) | |
Array | getLabelListForCategorie (String categorie) |
String[][] | getCategoriesList () |
Label | getLabelWithIds (String id, String category, String lang) |
Label | getLabelWithIds (String id, 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 |
void | deleteLabel (String id, String category, String language) throws ServiceException, DatabaseException |
String | convertIdsToLabelObjectIds (String labelid, String category) |
abstract Array | getLabelListForCategorieAdmin (String category) |
Get all labels for all languages for the category. | |
Protected Attributes | |
LabelJDBCQuery | query |
|
Get all labels for all languages for the category.
|