CCI-MOC / flocx-market

2 stars 9 forks source link

Use filters on *get_all_by* functions in dbapi #144

Open ljmcgann opened 5 years ago

ljmcgann commented 5 years ago

Updated the dbapi to use a filter for get_all_by, as opposed to 3 separate methods per object, such as offer_get_all_by_status, get_all_by_server_id and get_all_by_project_id. Does not update the business logic api, thereby preserving functionality. TG-143