summaryrefslogtreecommitdiffstats
path: root/db/itemmapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/itemmapper.php')
-rw-r--r--db/itemmapper.php29
1 files changed, 29 insertions, 0 deletions
diff --git a/db/itemmapper.php b/db/itemmapper.php
index 7d0279264..77621be2a 100644
--- a/db/itemmapper.php
+++ b/db/itemmapper.php
@@ -104,6 +104,35 @@ class ItemMapper extends Mapper implements IMapper {
}
+ public function findAllNewFeed($id, $updatedSince, $status, $userId){
+ // TODO
+ }
+
+
+ public function findAllNewFolder($id, $updatedSince, $status, $userId){
+ // TODO
+ }
+
+
+ public function findAllNew($updatedSince, $status, $userId){
+ // TODO
+ }
+
+
+ public function findAllFeed($id, $limit, $offset, $status, $userId){
+ // TODO
+ }
+
+
+ public function findAllFolder($id, $limit, $offset, $status, $userId){
+ // TODO
+ }
+
+
+ public function findAll($limit, $offset, $status, $userId){
+ // TODO
+ }
+
}
/**
* Queries to find all items from a folder that belongs to a user