fix #9053: differ between SortableTaxonNodeQueryResult and simple uuidAndTitleCache
fix #9047 fix search does not return orphaned synonyms
ref #9005 rename TaxonNode.excludedNote -> statusNote and replace flags by status enum
cleanup
ref #7140 , ref #8802 implement supportedDataTypes and availableFor for Feature
ref #8785: dtos for character matrix should not contain cdm objects
ref #1447 implement getNameCache
Revert "ref #6113 temporarily remove kmlMarshaller"
This reverts commit 6a4d8b86f4322567cc0d52f04270a9903dfe026b.
ref #6113 temporarily remove kmlMarshaller
ref ref #8815 adding condition which was lost during conflict resolution
ref #8815 reverting return types from UuidAndTitleCache to TaxonNodeDto
Revert "ref #8815: add UuidAndTitleCache methods again in taxonnodeservice"
This reverts commit 47c1bab5d954d21e17653072c211a7ae53e53e97 + 75e3aef5f2a567e2833c03f13194b062a5d58947
Resolved Conflicts: cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/hibernate/taxon/TaxonNodeDaoHibernateImpl.java...
ref #8907 adapting method to SortableTaxonNodeQueryResult and fixing NPE
ref #8907 adding missing constructor to hql query
cleanup and remove ITitleDao.findByTitleAndClass(xxx) (2)
cleanup and remove ITitleDao.findByTitleAndClass(xxx)
ref #8907 SortableTaxonNodeQueryResultComparator to replace UuidAndTitleCacheTaxonComparator - step 2
ref #8907 SortableTaxonNodeQueryResultComparator to replace UuidAndTitleCacheTaxonComparator
fix #8892 fix select statement for TaxonNodeDaoHibernateImpl.getUuidAndTitleCache()
ref #8892 implementing test for TaxonNodeDaoHibernateImpl.getUuidAndTitleCache()
ref #8892 loading ranks in hql with LEFT OUTER JOINs
fix #8892: fix problem of name without rank in taxon search
ref #8044: moveTerm return updateResult and voc search is contains search
ref #8624: add search on fulltitleCache
add some user types to noHandle for referencingObjects search
ref #8044: add missing termcollection dto
ref #8044: add service/persistence method to get vocDto for pattern
ref #1447 improve findIdenticalNames
ref #8624: add dao and service methods to search for titlecache or abbrev title cache
ref #1447 reimplement getParentTaxonNodeDtoForRank() to fetch taxa of specific higher ranks
add parameterized HQL API access
ref #8815 adapt return type for uuidAndTitleCache method in taxonNodeService
ref #8815: add UuidAndTitleCache methods again in taxonnodeservice - continue
ref #8815: add UuidAndTitleCache methods again in taxonnodeservice
cleanup taxonnodeDto - UuidAndTitleCache
ref #8684 fixing bean collection initialization in TaxonDaoHibernateImpl.findTaxaByName
ref #1447 fix findIdenticalName function
minor
ref #1447 change duplicate finding of names from sec to source reference and allow >2 sources
fix #8800 fix NPE in Reference.getUuidAndTitle
fix missing type designations of synonyms on specimen page
ref #8677: getNamedAreaDTO
add left join for level in ternmDto sql query
ref #8766 Fix potential ArrayIndexOutOfBoundsException
ref #8766 remove a.level from TermDto SELECT statement
ref #8766: add level to TermDto
Allow wild cards in term facet search
fix #8684 adding initStratery to ITaxonService.findTaxaByName
fix #8683 TaxonDaoHibernateImpl.countTaxaByName rename parameter authorship authorshipCache
fixing scary string compare bug
fix #8676 adding authorship parameter to countTaxaByName
ref #5176, ref #8651 make DistributionAggregation treeIndex based and use TaxonNodeFilter
ref #8612 use better generics for findByExample
ref #1445: code cleaning - continue
ref #1445: improve search for identical names
ref #7957 Add (web) service for filtering descriptions by type
add additional method for more specific return type of CommonService.getSourcedObjectSByIdInSource
add more specific return type to CommonService.getSourcedObjectByIdInSource
ref #1445: fix helper methods for pesi merging
ref #8568: fix findByUuidsAsDto for terms
ref #8568: methods to get term and voc dtos by uuid list
ref #8509 replace deprecated INameService.allRelationships for PESI RelTaxon export
ref #8450 Speed up loading of categorical state data
ref #8034: filter last selected references by inReference type
ref #8450 Fix potential mysql syntax exception
ref #8450 Load supported categorical states in service layer
ref #8385: methods for better voc selection pref pages
ref #8539 Performance and session handling fixes
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
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