Package net.rim.blackberry.api.pdap

Examples of net.rim.blackberry.api.pdap.BlackBerryPIMList.deleteCategory()


        // It does not matter which type of PIM list is being opened here
        // They share the same categories defined in the PIM database
        BlackBerryPIMList pimList = (BlackBerryPIMList) BlackBerryPIM.getInstance().openPIMList( PIM.TODO_LIST, PIM.READ_WRITE );
        // Do not delete any Task items, only categories
        boolean deleteUnassignedItems = false;
        pimList.deleteCategory( args[ 0 ].toString(), deleteUnassignedItems );

        return UNDEFINED;
    }

    /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.