Uses of Class
org.kuali.kfs.module.endow.businessobject.Tickler

Packages that use Tickler
org.kuali.kfs.module.endow.batch.service.impl   
org.kuali.kfs.module.endow.businessobject   
org.kuali.kfs.module.endow.dataaccess   
org.kuali.kfs.module.endow.dataaccess.impl   
org.kuali.kfs.module.endow.document   
org.kuali.kfs.module.endow.document.service   
org.kuali.kfs.module.endow.document.service.impl   
org.kuali.kfs.module.endow.document.validation.impl   
 

Uses of Tickler in org.kuali.kfs.module.endow.batch.service.impl
 

Methods in org.kuali.kfs.module.endow.batch.service.impl that return types with arguments of type Tickler
protected  List<Tickler> TicklerDeliveryServiceImpl.getTicklerBusinessObjects()
          Retrieves a list of tickler BOs where the next review date is equal to today, the term date is null or greater than today, and the record is active.
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type Tickler
protected  org.kuali.rice.kns.document.MaintenanceDocument TicklerDeliveryServiceImpl.createTicklerDocument(Tickler ticklerBo)
          Creates a Tickler Maintenance Document based on a Tickler BO
 

Method parameters in org.kuali.kfs.module.endow.batch.service.impl with type arguments of type Tickler
protected  boolean TicklerDeliveryServiceImpl.routeTicklerDeliveryNotice(List<Tickler> ticklerBOs)
          Routes FYI tickler documents to Tickler persons and groups
 

Uses of Tickler in org.kuali.kfs.module.endow.businessobject
 

Methods in org.kuali.kfs.module.endow.businessobject that return types with arguments of type Tickler
 List<Tickler> Security.getTicklers()
          Gets the active ticklers for this Security.
 

Method parameters in org.kuali.kfs.module.endow.businessobject with type arguments of type Tickler
 void Security.setTicklers(List<Tickler> ticklers)
          Sets the ticklers.
 

Uses of Tickler in org.kuali.kfs.module.endow.dataaccess
 

Methods in org.kuali.kfs.module.endow.dataaccess that return types with arguments of type Tickler
 List<Tickler> TicklerDao.getTicklerWithNextPayDateEqualToCurrentDate()
          Gets Tickler whose next income pay date is equal to the current date and whose frequency code is valid
 

Uses of Tickler in org.kuali.kfs.module.endow.dataaccess.impl
 

Methods in org.kuali.kfs.module.endow.dataaccess.impl that return types with arguments of type Tickler
 List<Tickler> TicklerDaoOjb.getTicklerWithNextPayDateEqualToCurrentDate()
           
 

Uses of Tickler in org.kuali.kfs.module.endow.document
 

Methods in org.kuali.kfs.module.endow.document that return Tickler
 Tickler TicklerMaintainableImpl.getNewTickler()
           
 Tickler TicklerMaintainableImpl.getOldTickler()
           
 

Methods in org.kuali.kfs.module.endow.document with parameters of type Tickler
 void TicklerMaintainableImpl.setNewTickler(Tickler newTickler)
           
 void TicklerMaintainableImpl.setOldTickler(Tickler oldTickler)
           
 

Uses of Tickler in org.kuali.kfs.module.endow.document.service
 

Methods in org.kuali.kfs.module.endow.document.service that return types with arguments of type Tickler
 List<Tickler> TicklerService.getSecurityActiveTicklers(String securityId)
          Gets the active Ticklers for a given Security.
 

Uses of Tickler in org.kuali.kfs.module.endow.document.service.impl
 

Methods in org.kuali.kfs.module.endow.document.service.impl that return types with arguments of type Tickler
 List<Tickler> TicklerServiceImpl.getSecurityActiveTicklers(String securityId)
           
 

Uses of Tickler in org.kuali.kfs.module.endow.document.validation.impl
 

Methods in org.kuali.kfs.module.endow.document.validation.impl that return Tickler
 Tickler TicklerRule.getNewTickler()
           
 Tickler TicklerRule.getOldTickler()
           
 

Methods in org.kuali.kfs.module.endow.document.validation.impl with parameters of type Tickler
 void TicklerRule.setNewTickler(Tickler newTickler)
           
 void TicklerRule.setOldTickler(Tickler oldTickler)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.