Inheritance diagram for org.openmobileis.modules.common.database.fodb.FODBLabelFactory:
Definition at line 60 of file FODBLabelFactory.java.
Public Member Functions | |
FODBLabelFactory () | |
Constructor for FODBLabelFactory. | |
Array | getLabelListForCategorie (String categorie) |
Label | getLabelWithIds (String id, String category) |
void | storeLabel (Label label) throws ServiceException, DatabaseException |
Called by synchro server to create the label DB. | |
void | deleteLabel (String id, String category) throws ServiceException, DatabaseException |
Protected Member Functions | |
abstract int | getMaxLabelIdLength () |
return the max length of the label id. |