org.openmobileis.modules.crm.data.common
Class LabelManager
java.lang.Object
org.openmobileis.modules.crm.data.common.LabelManager
- public class LabelManager
- extends java.lang.Object
Title: OpenMobileIS project source
Description:
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LabelManager
public LabelManager(LabelFactory factory)
- Constructor.
registerManager
public static void registerManager(LabelManager m)
getManager
public static LabelManager getManager()
removeManager
public static void removeManager()
getFactory
public LabelFactory getFactory()
getLabelListForCategorie
public Array getLabelListForCategorie(java.lang.String categorie)
getCategoriesList
public java.lang.String[][] getCategoriesList()
getLabelWithIds
public Label getLabelWithIds(java.lang.String id,
java.lang.String category)
storeLabel
public void storeLabel(Label label)
throws ServiceException,
DatabaseException
- call by synchro server to create the label DB
- Throws:
ServiceException
DatabaseException
deleteLabel
public void deleteLabel(java.lang.String id,
java.lang.String category)
throws ServiceException,
DatabaseException
- Throws:
ServiceException
DatabaseException
sortLabelArray
public Array sortLabelArray(Array labelList)
Copyright 2005 e-Care. All Rights Reserved.