Uses of Interface
com.github.ltsopensource.jobtracker.support.OldDataHandler

Packages that use OldDataHandler
com.github.ltsopensource.jobtracker   
com.github.ltsopensource.jobtracker.domain   
com.github.ltsopensource.jobtracker.support.policy   
com.github.ltsopensource.spring   
 

Uses of OldDataHandler in com.github.ltsopensource.jobtracker
 

Methods in com.github.ltsopensource.jobtracker with parameters of type OldDataHandler
 void JobTracker.setOldDataHandler(OldDataHandler oldDataHandler)
           
 

Uses of OldDataHandler in com.github.ltsopensource.jobtracker.domain
 

Methods in com.github.ltsopensource.jobtracker.domain that return OldDataHandler
 OldDataHandler JobTrackerAppContext.getOldDataHandler()
           
 

Methods in com.github.ltsopensource.jobtracker.domain with parameters of type OldDataHandler
 void JobTrackerAppContext.setOldDataHandler(OldDataHandler oldDataHandler)
           
 

Uses of OldDataHandler in com.github.ltsopensource.jobtracker.support.policy
 

Classes in com.github.ltsopensource.jobtracker.support.policy that implement OldDataHandler
 class OldDataDeletePolicy
           
 

Uses of OldDataHandler in com.github.ltsopensource.spring
 

Methods in com.github.ltsopensource.spring with parameters of type OldDataHandler
 void JobTrackerFactoryBean.setOldDataHandler(OldDataHandler oldDataHandler)
           
 



Copyright © 2017. All rights reserved.