|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void destroyAllUnitOfWorkSummaries()
OrgReversionUnitOfWork loadCategories(OrgReversionUnitOfWork orgRevUnitOfWork)
orgRevUnitOfWork
- org reversion unit of work to load categories for
void save(OrgReversionUnitOfWork orgRevUnitOfWork)
orgRevUnitOfWork
- organizationReversionUnitOfWork to save
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |