|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.common.pim.Utils
public class Utils
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 |
---|
public Utils()
Method Detail |
---|
public void addCategories(java.lang.String field, javax.microedition.pim.PIMList list, javax.microedition.pim.PIMItem item, boolean addNewCategory) throws javax.microedition.pim.PIMException
field
- The categories field extracted from vCardlist
- 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.
javax.microedition.pim.PIMException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |