ref #8539 Add taxon description to wrapper
ref #8350: create new predicate for namedArea search by abbreviation
ref #8450 Add recordBasis and isIndividualsAssociation to wrapper
ref #8488 Recurse sub types of term types
ref #8479 add listUUIDs method
ref #8479 ordering for taxon nodes implemented in TaxonNodeFilter and in loadById
minor
add doubtful flag to TaxonNodeDto
ref #8432 adapt TermTreeDaoImpl.load such that default feature tree is only created and returned if the default feature tree uuid is passed to it
move term node DAOs to term package
ref #8385: add method to get voc by uuid
ref #7099 add CdmAuthority to User, remove CDM_VIEW from tests, cleanup
ref #7099 rename CdmPermissionClass to PermissionClass
ref #7099 rename model.rights to model.permission
ref #7099 move CRUD and Operation to model
ref #7099 minor
ref #7099 move CdmPermissionClass to model
ref #7099 move user, group and GrantedAuthorityImpl to new rights package
cleanup
fix #8446 Allow setPublish for subtree to filter for hybrids
fix #7450 allow setPublish for subtree to include misapplied names and pro parte synonyms
ref #7450 implement interfaces and signatures for setPublishForSubtree for misapplications and ppSyns (not yet implemented)
Revert "minor - fix merge conflict"
This reverts commit fc3932ac4dd186b6f5809863356912f949ae202d.
minor - fix merge conflict
ref #8437 using the listByRestriction method in favour of a new untested dao method & implementing page method in ITermTreeService
ref #8437 first implementation for listBy termType for TermTreeService, not yet tested
ref #6794 rename other TermTree.NewInstance methods and set old version to deprecated
ref #6794 rename IFeatureTreeDao in ITermTreeDao
ref #6794 delete FeatureDao
ref #6794 add TermNodeService and TermTreeService and make FeatureXXX services deprecated
ref #6794 rename TermTreeNode -> TermNode
ref #6794 add TermRelation and rename FeatureNode -> TermTreeNode
ref #6794 add TermRelation and TermRelationBase
cleanup and ref #6794 rename TermTreeDaoImpl
ref #6794 change FeatureTree to TermTree
ref #8283 Fix possible NPE when no media is attached to term
ref #8283 Add media uuids to term dto
addinional RegistrationService test and a bit of cleaning up
ref #8354 implenting registration serch by taxonUUIDs which also covers typedesignations
fix #8287 implementing support for null type status as filter value in Registration service
Revert "adding missing MatchMode in createRestriction()"
This reverts commit 1eca13fafa584494a9300c1a6844d435ca5ae897.
adding missing MatchMode in createRestriction()
fix failing test (add anywher to createRestrictions)
ref #7620 filtered registration search implemented with filter string for references
ref #8330 ref #7885 removing confusing typo in test data
ref #7885 tests for registration search by typified name and implementing order by
ref #8330 dao method for filtered registration search implemented: reprocduces existing functionality plus extended name search ref #7885
ref #8330 completing documentation regarding wildcards and fixing bug with MatchMode LIKE when using Restrictions
ref #8182: minor
overwrite equals for taxonnodeDto
ref #8321 implementing page by restriction method to allow for flexible web service queries, also protecting unpublished taxa and names ref #3560
generic webservice method for all cdm entitiy list controllers to search by Restriction
ref #8322: adapt TaxonNodeDtoComparator to compare the names by taggedTitle
ref #8182: adapt occurrence DTOs to use them in details page of blast result
ref #8045: add remove to preference service and dao
ref #6774 Add service method findVocabularyDtoByTermTypes()
ref #8209 modularization of reference init strategies and improving EntitiyInitStrategy class
Set vocabulary DTO when creating a term DTO
ref #7966 preparing web service contollers to search for NULL type status via UUID parameter
fix findTitleCache in service layer
ref #7433: changes to get dnaSample for genetic accession number
ref #8242 Ensure order of TermDTO query
ref #7965 methods to get typeDesignationStatusInUse as term an as filter object
rename getUuidAndTitleCache for namedAreas
ref #7920: add predicate for area specicific status
ref #8248 Add service method to find terms by URI
ref #8242 Add service method to get all terms for multiple vocabularies
getUuidAndTitleCache for namedAreas with voc restriction
ref #8242 Add service method to get all terms for a given vocabulary
ref #7433: add controller method to get dnaSample for given geneticAccessionnumber
Set term type in constructor for term and voc DTO
ref #4545: add getUuidAndAbbrevTitleCache with class parameter
ref #7106 logging unintentially creation of unmanaged new session in DaoBase with stacktrace
ref #8162 move FeatureTree and FeatureNode to term package
ref #8162 move OriginalSourceXXX to reference package
ref #8162 move term related classes from persistence(.dao.)common to .term
ref #8162 adapt cdmlip to new term package structure
ref #6794 Add generics to FeatureNode and FeatureTree
ref #8146 Add service method for UuidAndTitleCache by termType for trees
ref #8146 Refactor service method
Merge branch 'develop' into termSearch
ref #8017 add sources to TypeDesignationBase
ref #8011 Add uri and termType to DTO query
ref #8011 Allow null for termType to ignore this filter
ref #8011 Add termType to service method
ref #8011 Compare on lower case labels
ref #8011 Make AbstractTermDto comparable