org.kuali.kfs.module.endow.document.service.impl
Class TicklerServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.endow.document.service.impl.TicklerServiceImpl
All Implemented Interfaces:
TicklerService

public class TicklerServiceImpl
extends Object
implements TicklerService

This class provides implementation for Tickler related methods.


Constructor Summary
TicklerServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          Gets the businessObjectService.
 List<Tickler> getSecurityActiveTicklers(String securityId)
          Gets the active Ticklers for a given Security.
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TicklerServiceImpl

public TicklerServiceImpl()
Method Detail

getSecurityActiveTicklers

public List<Tickler> getSecurityActiveTicklers(String securityId)
Description copied from interface: TicklerService
Gets the active Ticklers for a given Security.

Specified by:
getSecurityActiveTicklers in interface TicklerService
Parameters:
securityId - the id of the Security for which we want to retrieve the Ticklers
Returns:
the active ticklers for the given Security
See Also:
TicklerService.getSecurityActiveTicklers(java.lang.String)

getBusinessObjectService

public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
Gets the businessObjectService.

Returns:
businessObjectService

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService.

Parameters:
businessObjectService -


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