| org.kuali.module.gl.service.OrgReversionUnitOfWorkService
All known Subclasses: org.kuali.module.gl.service.impl.OrgReversionUnitOfWorkServiceImpl,
OrgReversionUnitOfWorkService | public interface OrgReversionUnitOfWorkService (Code) | | These services have to do with database interactions with an "Org Reversion Unit of Work" - which is basically a
Chart-Account-SubAccount that will be/has been reverted during the year end organization reversion process, which is the great
vacuum that sucks the contents out of accounts.
|
destroyAllUnitOfWorkSummaries | public void destroyAllUnitOfWorkSummaries()(Code) | | This method is to rain the very blows of destruction on all org reversion unit of work data, so the tables can be rebuilt as
the OrgReversionProcess runs again
|
loadCategories | public OrgReversionUnitOfWork loadCategories(OrgReversionUnitOfWork orgRevUnitOfWork)(Code) | | This method takes a unit of work retrieved from the persistence store and loads its categories
Parameters: orgRevUnitOfWork - org reversion unit of work to load categories for the org reversion unit of work with loaded categories |
save | public void save(OrgReversionUnitOfWork orgRevUnitOfWork)(Code) | | This save method is guaranteed to save the category data as well.
Parameters: orgRevUnitOfWork - organizationReversionUnitOfWork to save |
|
|