|
||||||||||
| 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 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 |
|---|
public TicklerServiceImpl()
| Method Detail |
|---|
public List<Tickler> getSecurityActiveTicklers(String securityId)
TicklerServiceTicklers for a given Security.
getSecurityActiveTicklers in interface TicklerServicesecurityId - the id of the Security for which we want to retrieve the Ticklers
SecurityTicklerService.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 | |||||||||