Package com.funambol.syncclient.util

Examples of com.funambol.syncclient.util.StaticDataHelper.log()


        if ( (flags & Message.Flag.SAVED) != 0 )
            s.log("[DEBUG]msg.flag: SAVED");
        if ( (flags & Message.Flag.SAVED_THEN_ORPHANED) != 0 )
            s.log("[DEBUG]msg.flag: SAVED_THEN_ORPHANED");
        if ( (flags & Message.Flag.FILED) != 0 )
            s.log("[DEBUG]msg.flag: FILED");
    }

    /**
     * Adds the record to the folder if the record doesn't exist
     *
 
View Full Code Here


                format = DATETIME_FORMAT_UTC;//"yyyyMMdd'T'HHmmss'Z'"
            }

            SimpleDateFormat formatter = new SimpleDateFormat(format);
            // FIXME: why cal.getTime().getTime() should be different from value?
            sdh.log(">>>original date: " + new Date(cal.getTime().getTime()).toString());
            formattedDate = formatter.format( new Date(cal.getTime().getTime() - oneDay) );
            sdh.log(">>>fixed date: " + formattedDate);
           
            /*
             * this is to use the start date
View Full Code Here

            SimpleDateFormat formatter = new SimpleDateFormat(format);
            // FIXME: why cal.getTime().getTime() should be different from value?
            sdh.log(">>>original date: " + new Date(cal.getTime().getTime()).toString());
            formattedDate = formatter.format( new Date(cal.getTime().getTime() - oneDay) );
            sdh.log(">>>fixed date: " + formattedDate);
           
            /*
             * this is to use the start date
             * information of the <Start>
             * element as content for the not supported
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.