homescreensrv_plat/sapi_contentpublishing/inc/cpclient.h
branchRCL_3
changeset 14 15e4dd19031c
parent 11 bd874ee5e5e2
child 19 edd621764147
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
   112     /**
   112     /**
   113      * Send command to server to ExecuteAction
   113      * Send command to server to ExecuteAction
   114      *
   114      *
   115      * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier
   115      * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier
   116      * @param aInParamList input parameter list (filter)
   116      * @param aInParamList input parameter list (filter)
   117      * @param aOutParamList output action_map
       
   118      * @param aCmdOptions options for the command
   117      * @param aCmdOptions options for the command
   119      */
   118      */
   120     void ExecuteActionL( const CLiwGenericParamList& aInParamList,
   119     void ExecuteActionL( const CLiwGenericParamList& aInParamList,
   121             TUint aCmdOptions );
   120             TUint aCmdOptions );
   122 
   121 
       
   122     /**
       
   123      * Send command to server to ExecuteMultipleActions
       
   124      *
       
   125      * @param aInParamList input parameter list (filter)
       
   126      * @param aCmdOptions options for the command
       
   127      */
       
   128     void ExecuteMultipleActionsL(
       
   129             const CLiwGenericParamList& aInParamList, TUint aCmdOptions);
       
   130     
   123     /**
   131     /**
   124      * Check second param from IDataSource interface
   132      * Check second param from IDataSource interface
   125      *
   133      *
   126      * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier
   134      * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier
   127      * @param aInParamList input parameter list 
   135      * @param aInParamList input parameter list 
   128      * @param aKey key with map
   136      * @param aKey key with map
   129      */    
   137      */    
   130     void CheckMapL( const CLiwGenericParamList& aInParamList, 
   138     void CheckMapL( const CLiwGenericParamList& aInParamList, 
   131             const TDesC8& aKey );
   139             const TDesC8& aKey );
   132 
   140     
       
   141     /**
       
   142      * Check proper data is passed as parameter to ExecuteMultipleActions
       
   143      *
       
   144      * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier
       
   145      * @param aList generic list containing input parameters 
       
   146      */    
       
   147     void CheckMultiExecuteInputParamsL(const CLiwGenericParamList& aList);
       
   148     
   133 private:
   149 private:
   134 
   150 
   135     /**
   151     /**
   136      * C++ default constructor.
   152      * C++ default constructor.
   137      */
   153      */