feature request #8330
RegistrationDao search method
100%
Description
Due to the problems reported in #8287 a dedicated dao search method is needed. This method first of all needs to support the the service method:
IRegistrationWorkingSetService.pageDTOs(UUID submitterUuid, Collection includedStatus, String identifierFilterPattern, String taxonNameFilterPattern, Collection typeDesignationStatusUuids, Integer pageSize, Integer pageIndex, List orderHints)
and also should provide more features as requested in the below tickets:
Related issues
Associated revisions
ref #8330 implementing tests for RegsitrationService.page and RegistrationWorkingsetService.pageDTO
ref #8330 documentation for RegistrationService.page and RegistrationWorkingsetService.pageDTO
ref #8330 completing documentation regarding wildcards and fixing bug with MatchMode LIKE when using Restrictions
ref #8330 removing unused and obsolete service methods which are replaces by the new one
History
#1 Updated by Andreas Kohlbecker over 1 year ago
- Tracker changed from bug to feature request
#2 Updated by Andreas Kohlbecker over 1 year ago
- Related to bug #8287: RegistrationServiceImpl.page( .... Collection<UUID> typeDesignationStatusUuids ... ) fails when NULL and UUIDs are passed added
#3 Updated by Andreas Kohlbecker over 1 year ago
- Related to feature request #7620: RegistrationSearch implemented with Reference filter added
#4 Updated by Andreas Kohlbecker over 1 year ago
- Description updated (diff)
#5 Updated by Andreas Kohlbecker over 1 year ago
- Related to feature request #7621: registration search also covers typified names added
#6 Updated by Andreas Kohlbecker over 1 year ago
- Related to bug #7885: registration search by name finds also typifications for this name added
#7 Updated by Andreas Kohlbecker over 1 year ago
- Related to feature request #8040: Portal filter with time span added
#8 Updated by Andreas Kohlbecker over 1 year ago
- Status changed from New to Closed
- Target version changed from Release 5.10 to Release 5.8
- % Done changed from 0 to 100
fully solved