contentstorage/castorage/inc/casqlitestorage.h
changeset 103 b99b84bcd2d1
parent 80 397d00875918
child 109 e0aa398e6810
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
   127      * Fetches parent id from database by entry ids.
   127      * Fetches parent id from database by entry ids.
   128      *
   128      *
   129      * @param aEntryIdArray List of enties ids.
   129      * @param aEntryIdArray List of enties ids.
   130      * @param aParentIdArray The result list of parents
   130      * @param aParentIdArray The result list of parents
   131      * ids for a specific select.
   131      * ids for a specific select.
       
   132      * @param aCheckParentsParent falg if set to true then 
       
   133      * search also for parent of the parent 
   132      */
   134      */
   133     void GetParentsIdsL( const RArray<TInt>& aEntryIdArray,
   135     void GetParentsIdsL( const RArray<TInt>& aEntryIdArray,
   134             RArray<TInt>& aParentIdArray );
   136             RArray<TInt>& aParentIdArray, 
       
   137             TBool aCheckParentsParent = ETrue );
   135 
   138 
   136     /**
   139     /**
   137      * Adds or Updates data & action to database.
   140      * Adds or Updates data & action to database.
   138      * @param aEntry Map Containing data item.
   141      * @param aEntry Map Containing data item.
   139      * @param aUpdate true means there goes an update
   142      * @param aUpdate true means there goes an update