contentstorage/castorage/inc/castorage.h
changeset 98 d2f833ab7940
parent 94 dbb8300717f7
child 99 7aaf39b772ac
equal deleted inserted replaced
97:1e962b12a8db 98:d2f833ab7940
    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.