org.openmobileis.examples.mycrm.data.fodb
Class MyCRMLabelFactory

java.lang.Object
  extended byorg.openmobileis.modules.crm.database.common.fodb.FODBLabelFactory
      extended byorg.openmobileis.examples.mycrm.data.fodb.MyCRMLabelFactory
All Implemented Interfaces:
LabelFactory

public final class MyCRMLabelFactory
extends FODBLabelFactory


Constructor Summary
MyCRMLabelFactory()
           
 
Method Summary
 java.lang.String[][] getCategoriesList()
           
protected  java.lang.Class getDataType()
           
protected  int getMaxCategoryIdLength()
           
protected  int getMaxLabelIdLength()
          return the max length of the label id.
protected  void initDB(FastObjectDB db)
           
 
Methods inherited from class org.openmobileis.modules.crm.database.common.fodb.FODBLabelFactory
deleteLabel, getLabelListForCategorie, getLabelWithIds, storeLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyCRMLabelFactory

public MyCRMLabelFactory()
Method Detail

getCategoriesList

public java.lang.String[][] getCategoriesList()
Specified by:
getCategoriesList in interface LabelFactory
Specified by:
getCategoriesList in class FODBLabelFactory

getMaxLabelIdLength

protected int getMaxLabelIdLength()
Description copied from class: FODBLabelFactory
return the max length of the label id.

Specified by:
getMaxLabelIdLength in class FODBLabelFactory

getMaxCategoryIdLength

protected int getMaxCategoryIdLength()
Specified by:
getMaxCategoryIdLength in class FODBLabelFactory

getDataType

protected java.lang.Class getDataType()
Specified by:
getDataType in class FODBLabelFactory

initDB

protected void initDB(FastObjectDB db)
               throws FODBException,
                      BadDataFormatException
Specified by:
initDB in class FODBLabelFactory
Throws:
FODBException
BadDataFormatException


Copyright 2005 e-Care. All Rights Reserved.