|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.endow.document.service.impl.TicklerServiceImpl
public class TicklerServiceImpl
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 Tickler s 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 |
---|
public TicklerServiceImpl()
Method Detail |
---|
public List<Tickler> getSecurityActiveTicklers(String securityId)
TicklerService
Tickler
s for a given Security
.
getSecurityActiveTicklers
in interface TicklerService
securityId
- the id of the Security for which we want to retrieve the Tickler
s
Security
TicklerService.getSecurityActiveTicklers(java.lang.String)
public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |