Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c4f09aa4 01/20/2016 04:05 PM Andreas Müller

Cleanup CdmTermCacher and CdmCacher

abcbf7be 07/30/2015 10:27 AM Cherian Mathew

Correct default cache initialisation

52c1b80c 06/12/2015 12:48 PM Cherian Mathew

reverting back last change

6f79ba7b 06/12/2015 12:26 PM Cherian Mathew

CdmCacher : corrected initializing of default cache
defaultApplicationContext : replaced component scan of cache with specific bean initialization

2c8c883f 03/04/2015 01:17 PM Cherian Mathew

added exists method to interface and implementing classes

51a3a962 02/26/2015 09:40 AM Cherian Mathew

CdmCacherTest : ignoring for now since we have reverted to using termmaps on server side
ITaxonService, TaxonServiceImpl, ITaxonNodeService, TaxonNodeServiceImpl, INameService, NameServiceImpl,IDescriptionService, DescriptionServiceImpl : added uuid methods and return type as UpdateResult with updatedObjects set...

933e5ac3 02/23/2015 10:07 AM Cherian Mathew

ICdmCacher, ICdmUuidCacher, CdmCacher, CdmTermCacher : refactored and added load method
Language, NameRelationshipType, Rank : now uses cacher only if termap is null or empty and only when class matches the specific term type
MockCdmCacher: not required anymore...

38ff1a2b 01/26/2015 01:54 PM Cherian Mathew

PolytomousKey, PolytomousKeyNode : Added merge to cascade annotation
cdmlib-remote-servlet.xml, ConcurrentSessionTest.java : spelling checks
CdmCacher : made cache lement getter methods public
remoting-services.xml, httpInvokerServices : added new services

8cd4c5d7 01/09/2015 02:48 PM Andreas Müller

minor

03aae089 11/18/2014 09:52 AM Cherian Mathew

ICdmCacher, DefaultTermInitializer : added comments
CdmCacher : added code to disallow null values in cache and moved term initialisation code to specific subclass
CdmDaoCacher : replaced with specialised CdmTermCacher
defaultApplicationContext : removed remoting exception

d8bed5d9 09/04/2014 10:33 AM Cherian Mathew

added check for null cdm entity when putting default terms in cache

731f8a84 09/03/2014 06:34 PM Cherian Mathew

added possiblity to initialise some specific terms (like default language) which could be called outside a session

e104dbf0 07/01/2014 12:32 PM Cherian Mathew

removed 2.6.9 api

878752b0 07/01/2014 11:30 AM Cherian Mathew

add doc / comments

6af1e386 06/27/2014 11:49 AM Cherian Mathew

added comment for null values

1aa19623 06/26/2014 05:03 PM Cherian Mathew

IService, ServiceBase : added method findWithoutFlush
CdmCacher, CdmDaoCacher : split CdmCacher class to sub class which uses dao to access the data
MockCdmCacher : added mock cdm cacher for tests
TaxonNodeServiceImplTest, FeatureNodeServiceImplTest : removed duplicate @SpringApplicationContext annotation...

fade8a47 06/25/2014 07:57 PM Cherian Mathew

removed ehcache-2.6.9 api for now

93f50b5e 06/25/2014 04:32 PM Cherian Mathew

First commit for the CDM Caching api
ICdmCacher, CdmCacher : CDM Cache class based on Ehcache
defaultApplicationContext.xml : added cache package to be component scanned
DefinedTermBase : new set/getCdmCacher method to make cacher available to term classes...