org.kuali.kfs.module.endow.document.service
Interface TicklerService

All Known Implementing Classes:
TicklerServiceImpl

public interface TicklerService

Provides Tickler related methods like retrieving active ticklers for a given Security.


Method Summary
 List<Tickler> getSecurityActiveTicklers(String securityId)
          Gets the active Ticklers for a given Security.
 

Method Detail

getSecurityActiveTicklers

List<Tickler> getSecurityActiveTicklers(String securityId)
Gets the active Ticklers for a given Security.

Parameters:
securityId - the id of the Security for which we want to retrieve the Ticklers
Returns:
the active ticklers for the given Security


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