#4408 - updating documentation on Marked area filter regarding fallback areas
merging fallbackAreaFilter rule into hiddenArea rule
all rules separated
minor refactoring
disnetangling DescriptionUtility.filterDistributions()
fixing broken pager of getNamedAreasInUse
Fix delete to return null if node corresponding to uuid does not exist
Avoid concurrent modification during deep delete.
Add find method which can be filtered to update editor session
#5067 Updates for remoting derivate hierachy views
Update service layer calls to use uuids, Add property paths to find call for performance tuning
Fix taxon node comparator handling #4226
minor
typo
#5054 Add delete method call with uuid
#5056 Refactored 'save' call to return saved entity
#5012 Add service layer updates for remoting calls from the Bulk Editor
test for fallbackArea rule in DescriptionUtility.filterDistrubution for EuroPlusMed - #4408
implementing fallbackArea rule into DescriptionUtility.filterDistrubution for EuroPlusMed - #4408
Add method for single read deletion
Add delete method for SingleReads
Remove comments
applying subAreaPreference exclusively for maps
subAreaPreference Rule can be run completely separately - also reoving old unused code - removing documentation on osoltete rule - removing all missleading errors on the subAreaPreference in documentation an comments
Add find- and countByTitle() methods to primer and amplification service
fixing sort order in condensed distribution - #3907
#5009 Add service method to update all nodes
fixing bug that occurred with empty distributions- #5041
Add default delete method for uuid collections and implement update nodes method in polytomouse key service
Further fix DistributionTree.matchesLevels #5041
Fix DistributionTree.matchesLevels #5041
Fix ClassCastException in call to distributionInfo service #5041
#5034 Add methods for testing handler / operations architecture
#5032 Add new test service for remoting clients
some bugfixes in CondensedDistribution composition code - #3907
composition of condensed distribution fully implemented - #3907
base framework for condensedDistributions implemented - #4911
Clean up transmission engine and BerlinModelTransformer
#5031 Corrected common service / dao collection methods to use uuid + fieldName
#5025 : Add new cdm entity identifier object and use case in taxon node service
Improve distribution transmission engine for E+M import #3979
Add publisher role uuid and clean up FirstDataInserter #3979
#5025 : Add CdmBase id+Class objects to UpdateResult
Rename remaining occurrences of xxxAuthorTeam #4968
Rename remaining occurrences of combinationAuthorTeam and basionymAuthorTeam in code and other files
#5007 : Correct setting of updated objects when deleting taxon
Cleanup Identifiable service
Copy DeterminationEvent data when moving derivates
Merge branch 'master' of wp5.e-taxonomy.eu:/var/git/cdmlib
IUserService, UserService : added db check methods remoting-services : moved database service to be included in security filter
avoiding LEFT OUTER JOIN by splitting query in two
DescriptionServiceImpl : added dao delete of description OccurrenceServiceDeepDeleteTest : removed extra delete call TaxonServiceImplTest : added testing of taxon.removeDescription
Merge branch 'master' of wp5.e-taxonomy.eu:/var/git/cdmlib into remoting-4.0
Conflicts: cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/TaxonNodeServiceImpl.java
reverting back last change
CdmCacher : corrected initializing of default cache defaultApplicationContext : replaced component scan of cache with specific bean initialization
corrected duplicate methods and unimplemented method issue
Conflicts: cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/DefinedTerm.java cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/NonViralName.java cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/INameService.java...
define default sort mode #4226
Adapt enum names for NodeSortMode #4226
delete taxonnode if taxon is used somewhere else fixed
add SortMode enum and change the param for sorting of loadChildNodesOfTaxonNode from boolean to SortMode enum see #4226
changes for #3998
delete method returns DeleteResult
preliminary fix for not compiling UpdateResult
moving UuidAndTitleCache from model to persistence. #4799
Conflicts: cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/DefinedTerm.java cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/DefinedTermBase.java cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/reference/Reference.java...
AnnotatableEntity : removed dynamic generation of marker set Taxon : reverted TaxonServiceImpl : added affected object on delete
fixing bug in matchesLevel method
speed up of DistributionTree.orderAsTree() by factor 1.6
fixing #4179 (improve performance of portal/taxon/{uuid}/media)
make the taxonomic tree editable in natural order (see #3771), adding comparator
Partial Fix of Ticket #4728
Partial fix of Ticket #4728
fix move description element bug #4806
cleanup LSIDAuthorityServiceImpl