com.funambol.common.pim
Class Utils

java.lang.Object
  extended by com.funambol.common.pim.Utils

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
 void addCategories(java.lang.String field, javax.microedition.pim.PIMList list, javax.microedition.pim.PIMItem item, boolean addNewCategory)
          This function will add Category data to provided PIMItem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

addCategories

public void addCategories(java.lang.String field,
                          javax.microedition.pim.PIMList list,
                          javax.microedition.pim.PIMItem item,
                          boolean addNewCategory)
                   throws javax.microedition.pim.PIMException
This function will add Category data to provided PIMItem.

Parameters:
field - The categories field extracted from vCard
list - This is the PIMList that the PIMItem belongs to.
item - The PIMItem that will have Category data added to it.
CategoryTag - The string which is SIF tag for Categories.
Throws:
javax.microedition.pim.PIMException


Copyright © 2006 Funambol.