org.kuali.kfs.gl.batch.service
Interface OrganizationReversionUnitOfWorkService

All Known Implementing Classes:
OrganizationReversionUnitOfWorkServiceImpl

public interface OrganizationReversionUnitOfWorkService

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.


Method Summary
 void destroyAllUnitOfWorkSummaries()
          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
 OrgReversionUnitOfWork loadCategories(OrgReversionUnitOfWork orgRevUnitOfWork)
          This method takes a unit of work retrieved from the persistence store and loads its categories
 void save(OrgReversionUnitOfWork orgRevUnitOfWork)
          This save method is guaranteed to save the category data as well.
 

Method Detail

destroyAllUnitOfWorkSummaries

void destroyAllUnitOfWorkSummaries()
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

OrgReversionUnitOfWork loadCategories(OrgReversionUnitOfWork orgRevUnitOfWork)
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
Returns:
the org reversion unit of work with loaded categories

save

void save(OrgReversionUnitOfWork orgRevUnitOfWork)
This save method is guaranteed to save the category data as well.

Parameters:
orgRevUnitOfWork - organizationReversionUnitOfWork to save


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.