Fix wrong log value
[platform/core/api/notification.git] / notification-ex / entry_item.h
index 6bc04a3..f6a8ce1 100644 (file)
@@ -63,22 +63,22 @@ class EXPORT_API EntryItem : public AbstractItem {
    * @since_tizen 5.5
    * @return Bundle type data
    */
-  Bundle Serialize() const override;
+  tizen_base::Bundle Serialize() const override;
 
   /**
    * @brief Deserialize the serialized data.
    * @since_tizen 5.5
    * @param[in] b The serialized Bundle data
    */
-  void Deserialize(Bundle b) override;
+  void Deserialize(tizen_base::Bundle b) override;
 
   /**
-   * @brief Finds the AbstractItem using by notification item id.
+   * @brief Checks the item type exist in this notification.
    * @since_tizen 5.5
-   * @param[in] id notification item id
-   * @return AbstractItem object
+   * @param[in] type notification item type
+   * @return true if the item type exists
    */
-  AbstractItem& FindByID(std::string id) override;
+  bool IsItemTypeExist(int type) override;
 
   /**
    * @brief Gets the type of EntryItem.