org.openmobileis.modules.crm.data.common
Interface LabelFactory

All Known Implementing Classes:
FODBLabelFactory, JDBCIntlLabelFactory, JDBCLabelFactory

public interface LabelFactory

Title: OpenMobileIS project source
Description:

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Method Summary
 void deleteLabel(java.lang.String id, java.lang.String category)
           
 java.lang.String[][] getCategoriesList()
           
 Array getLabelListForCategorie(java.lang.String categorie)
           
 Label getLabelWithIds(java.lang.String id, java.lang.String category)
           
 void storeLabel(Label label)
          call by synchro server to create the label DB
 

Method Detail

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


Copyright 2005 e-Care. All Rights Reserved.