|
||||||||||
| 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.KEMIDServiceImpl
public class KEMIDServiceImpl
| Constructor Summary | |
|---|---|
KEMIDServiceImpl()
|
|
| Method Summary | |
|---|---|
Collection<KEMID> |
getAllKemIdWithClosedIndicatorNo()
Retrieves all kemId records where closed indicator = 'N' |
org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
This method gets the businessObjectService. |
Collection<KEMID> |
getByCashSweepId(Integer cashSweepId)
Gets all the KEMIDs matching the specified cash sweep id. |
Collection<KEMID> |
getByIncomeAciId(Integer aciIncomeId)
Gets all the KEMIDs matching the specified ACI income id. |
KEMID |
getByPrimaryKey(String kemid)
Gets a KEMID by primary key. |
Collection<KEMID> |
getByPrincipleAciId(Integer aciPrincipleId)
Gets all the KEMIDs matching the specified ACI principle id. |
boolean |
isTrueEndowment(String kemid)
Validate if a KEMID is a true endowment (or permanently restricted endowment). |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
This method sets the businessObjectService |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KEMIDServiceImpl()
| Method Detail |
|---|
public KEMID getByPrimaryKey(String kemid)
KEMIDService
getByPrimaryKey in interface KEMIDServiceKEMIDService.getByPrimaryKey(java.lang.String)public boolean isTrueEndowment(String kemid)
KEMIDService
isTrueEndowment in interface KEMIDServiceKEMIDService.isTrueEndowment(java.lang.String)public Collection<KEMID> getByCashSweepId(Integer cashSweepId)
KEMIDService
getByCashSweepId in interface KEMIDServiceKEMIDService.getByCashSweepId(java.lang.Integer)public Collection<KEMID> getByPrincipleAciId(Integer aciPrincipleId)
KEMIDService
getByPrincipleAciId in interface KEMIDServiceKEMIDService.getByPrincipleAciId(java.lang.Integer)public Collection<KEMID> getByIncomeAciId(Integer aciIncomeId)
KEMIDService
getByIncomeAciId in interface KEMIDServiceKEMIDService.getByIncomeAciId(java.lang.Integer)public Collection<KEMID> getAllKemIdWithClosedIndicatorNo()
KEMIDService
getAllKemIdWithClosedIndicatorNo in interface KEMIDServiceRetrieves all kemId records where closed indicator = 'N'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 | |||||||||