|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.modules.common.database.fodb.FODBLabelFactory
Title: Sanofi Project Description:
Constructor Summary | |
FODBLabelFactory()
Constructor for FODBLabelFactory. |
Method Summary | |
void |
deleteLabel(java.lang.String id,
java.lang.String category)
|
abstract java.lang.String[][] |
getCategoriesList()
|
protected abstract java.lang.Class |
getDataType()
|
Array |
getLabelListForCategorie(java.lang.String categorie)
|
Label |
getLabelWithIds(java.lang.String id,
java.lang.String category)
|
protected abstract int |
getMaxCategoryIdLength()
|
protected abstract int |
getMaxLabelIdLength()
return the max length of the label id. |
protected abstract void |
initDB(FastObjectDB db)
|
void |
storeLabel(Label label)
Called by synchro server to create the label DB |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FODBLabelFactory()
Method Detail |
public Array getLabelListForCategorie(java.lang.String categorie)
getLabelListForCategorie
in interface LabelFactory
public Label getLabelWithIds(java.lang.String id, java.lang.String category)
getLabelWithIds
in interface LabelFactory
public void storeLabel(Label label) throws ServiceException, DatabaseException
storeLabel
in interface LabelFactory
ServiceException
DatabaseException
public void deleteLabel(java.lang.String id, java.lang.String category) throws ServiceException, DatabaseException
deleteLabel
in interface LabelFactory
ServiceException
DatabaseException
public abstract java.lang.String[][] getCategoriesList()
getCategoriesList
in interface LabelFactory
protected abstract int getMaxLabelIdLength()
protected abstract int getMaxCategoryIdLength()
protected abstract java.lang.Class getDataType()
protected abstract void initDB(FastObjectDB db) throws FODBException, BadDataFormatException
FODBException
BadDataFormatException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |