|
||||||||||
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 KEMIDService
KEMIDService.getByPrimaryKey(java.lang.String)
public boolean isTrueEndowment(String kemid)
KEMIDService
isTrueEndowment
in interface KEMIDService
KEMIDService.isTrueEndowment(java.lang.String)
public Collection<KEMID> getByCashSweepId(Integer cashSweepId)
KEMIDService
getByCashSweepId
in interface KEMIDService
KEMIDService.getByCashSweepId(java.lang.Integer)
public Collection<KEMID> getByPrincipleAciId(Integer aciPrincipleId)
KEMIDService
getByPrincipleAciId
in interface KEMIDService
KEMIDService.getByPrincipleAciId(java.lang.Integer)
public Collection<KEMID> getByIncomeAciId(Integer aciIncomeId)
KEMIDService
getByIncomeAciId
in interface KEMIDService
KEMIDService.getByIncomeAciId(java.lang.Integer)
public Collection<KEMID> getAllKemIdWithClosedIndicatorNo()
KEMIDService
getAllKemIdWithClosedIndicatorNo
in interface KEMIDService
Retrieves 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 |