| org.kuali.core.dao.ojb.PlatformAwareDaoBaseOjb org.kuali.module.gl.dao.ojb.SufficientFundRebuildDaoOjb
SufficientFundRebuildDaoOjb | public SufficientFundRebuildDaoOjb()(Code) | | Constructs a SufficientFundRebuildDaoOjb instance
|
testingGetAllEntries | public Collection testingGetAllEntries()(Code) | | This method should only be used in unit tests. It loads all the gl_sf_rebuild_t rows in memory into a collection. This won't
sace for production.
Note, though, we're warned not to use this method outside unit tests but running the getAll() method, which
is basically equivalent, is just fine. So you can probably run this one too.
a Collection of all sufficient fund rebuild records currently in the database |
|
|