contentstorage/castorage/inc/castorage.h
changeset 103 b99b84bcd2d1
parent 80 397d00875918
child 104 9b022b1f357c
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
    77      * Fetches parent id from database by entry ids.
    77      * Fetches parent id from database by entry ids.
    78      *
    78      *
    79      * @param aEntryIdArray list of enties ids.
    79      * @param aEntryIdArray list of enties ids.
    80      * @param aParentIdArray The result list of parents' ids
    80      * @param aParentIdArray The result list of parents' ids
    81      * for a specific select.
    81      * for a specific select.
       
    82      * @param aCheckParentsParent falg if set to true then 
       
    83      * search also for parent of the parent 
    82      */
    84      */
    83     virtual void GetParentsIdsL( const RArray<TInt>& aEntryIdArray,
    85     virtual void GetParentsIdsL( const RArray<TInt>& aEntryIdArray,
    84             RArray<TInt>& aParentIdArray ) = 0;
    86             RArray<TInt>& aParentIdArray, 
       
    87             TBool aCheckParentsParent = ETrue ) = 0;
    85 
    88 
    86     /**
    89     /**
    87      * Adds or Updates data & action to the storage.
    90      * Adds or Updates data & action to the storage.
    88      *
    91      *
    89      * @param aEntry The entry data to be added or updated.
    92      * @param aEntry The entry data to be added or updated.