Aktionen
GX-Task #62107
geschlossenAnpassung einiger Methoden-Signaturen von Services
Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Moritz Bunjes
Kategorie:
Change
Zielversion:
% erledigt:
100%
Betroffene Versionen:
3.13.1.0 beta1
Beschreibung
Nachdem wir das Problem gelöst haben, dass über die REST-API keine Abfragen mit Sortierung und gleichzeitiger Paginierung durchgeführt werden können, waren einige Anpassungen an Methodensignaturen von Service-Klassen notwendig:
###AddressBookService
- Added the params $pager and $sorters to the following methods:
- getAllAddresses
- filterAddresses
###CategoryReadService
- Added the params $pager and $sorters to the following methods:
- searchCategories
###CustomerReadService
- Added the params $pager and $sorters to the following methods:
- filterCustomers
- searchCustomers
###ManufacturerReadService
- search
- Added parameter $sorters
###OrderReadService
- getOrderList
- Removed the parameters $startIndex, $maxCount and $orderBy
- Added the parameters $page and $sorters
searchOrders
- Added the parameter $sorters
filterOrderList
- Removed the parameters $startIndex, $maxCount and $orderBy
- Added the parameters $page and $sorters
getOrderListByCustomerId
- Removed the parameters $startIndex, $maxCount and $orderBy
- Added the parameters $page and $sorters
getOrderListByOrderStatusId
- Removed the parameters $startIndex, $maxCount and $orderBy
- Added the parameters $page and $sorters
getOrderListByKeyword
- Removed the parameters $startIndex, $maxCount and $orderBy
- Added the parameters $page and $sorters
###ParcelServiceReadService
- Added the params $pager and $sorters to the following methods:
- getAll
- getBy
###ProductReadService
- Added the params $pager and $sorters to the following methods:
- getPagedList
- searchProducts
###SpecialOfferReadService
- getAll
- Added the parameter $sorters
- getBy
- The parameter $searchCondition is now the first parameter.
- The parameter $pager is the second.
- Added the parameter $sorters as third parameter.
Zugehörige Tickets
Aktionen
#1
Von Moritz Bunjes vor mehr als 5 Jahren aktualisiert
- Beziehung mit GX-Bug #61050: Bei der paginierten Abfrage von Daten über die REST-API wird die Sortierung nicht korrekt angewandt wurde hinzugefügt
Aktionen