Fix wrong log value
[platform/core/api/notification.git] / notification-ex / entry_item.h
index e84e4ee..f6a8ce1 100644 (file)
@@ -73,12 +73,12 @@ class EXPORT_API EntryItem : public AbstractItem {
   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.