Ignore:
Timestamp:
07/08/09 19:14:32 (15 years ago)
Author:
wmerlotto
Message:

Ticket #554 - Melhorias na sincronizacao de eventos, contatos e adaptacao para Funambol 7.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/psync/src/main/java/br/com/prognus/psync/items/dao/PIMEntityDAO.java

    r1009 r1103  
    7070         * Creates a new instance of PIMEntityDAO, ready to be linked to a given 
    7171         * DataSource. 
    72          *  
     72         * 
    7373         * @param jndiDataSourceName 
    7474         *            the jndiname of the datasource to use 
     
    197197         * Looks up the data source, making some guess attempts based on 
    198198         * jndiDataSourceName. 
    199          *  
     199         * 
    200200         * @throws Exception 
    201201         */ 
     
    216216         * Retrieves the UID list of the new items belonging to the user filtered 
    217217         * according to the given time interval. 
    218          *  
     218         * 
    219219         * @param since 
    220220         *            the earliest allowed last-update Timestamp 
     
    234234         * Retrieves the UID list of the deleted items belonging to the user 
    235235         * filtered according to the given time interval. 
    236          *  
     236         * 
    237237         * @param since 
    238238         *            the earliest allowed last-update Timestamp 
     
    252252         * Retrieves the UID list of the updated items belonging to the user 
    253253         * filtered according to the given time interval. 
    254          *  
     254         * 
    255255         * @param since 
    256256         *            the earliest allowed last-update Timestamp 
     
    273273         * Retrieves the UID list of the items belonging to the user filtered 
    274274         * according to the given time interval and status. 
    275          *  
     275         * 
    276276         * @param since 
    277277         *            the earliest allowed last-update Timestamp 
     
    289289        /** 
    290290         * Checks (safely) whether the property is unset. 
    291          *  
     291         * 
    292292         * @param property 
    293293         *            may be null 
    294294         * @return false only if the property value is a non-null, but possibly 
    295295         *         empty (""), string 
    296          *  
     296         * 
    297297         * @see PIMEntityDAO#stringFrom(Property) 
    298298         */ 
     
    304304        /** 
    305305         * Checks (safely) whether the property is unset or set to an empty string. 
    306          *  
     306         * 
    307307         * @param property 
    308308         *            may be null 
    309309         * @return false only if the property value is a non-null non-empty string 
    310          *  
     310         * 
    311311         * @see PIMEntityDAO#stringFrom(Property, boolean) 
    312312         */ 
     
    327327         * considered as an acceptable value for the property: in such a case, an 
    328328         * empty String object will be returned. 
    329          *  
     329         * 
    330330         * @param property 
    331331         *            may be null 
     
    349349         * stringFrom(..., false) will be considered as explicitly kept blank if its 
    350350         * value is "". This means that single field deletions can be made tunable. 
    351          *  
     351         * 
    352352         * @param property 
    353353         *            may be null 
     
    356356         *            null; otherwise, in such a case an empty String object will be 
    357357         *            returned 
    358          *  
     358         * 
    359359         * @return if existing (and not empty if emptyImpliesNull is true), the 
    360360         *         property value will be returned as a String object 
     
    380380        /** 
    381381         * Gets a substring in a safe way. 
    382          *  
     382         * 
    383383         * @param string 
    384384         *            may be null or longer than maxLength 
Note: See TracChangeset for help on using the changeset viewer.