@Transactional public class OrganizationReversionUnitOfWorkServiceImpl extends Object implements OrganizationReversionUnitOfWorkService
Modifier and Type | Field and Description |
---|---|
protected org.kuali.rice.krad.service.BusinessObjectService |
businessObjectService |
protected OrganizationReversionUnitOfWorkDao |
orgReversionUnitOfWorkDao |
Constructor and Description |
---|
OrganizationReversionUnitOfWorkServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
destroyAllUnitOfWorkSummaries()
Immediate deletion awaits all entries of the unit of work summary tables in the persistence store once
you call this method, for this method is both powerful and deadly and also gets called to clear out
those tables before every single org reversion run.
|
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.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
void |
setOrgReversionUnitOfWorkDao(OrganizationReversionUnitOfWorkDao orgReversionUnitOfWorkDao)
Sets the orgReversionUnitOfWorkDao attribute value.
|
protected org.kuali.rice.krad.service.BusinessObjectService businessObjectService
protected OrganizationReversionUnitOfWorkDao orgReversionUnitOfWorkDao
public OrganizationReversionUnitOfWorkServiceImpl()
public OrgReversionUnitOfWork loadCategories(OrgReversionUnitOfWork orgRevUnitOfWork)
loadCategories
in interface OrganizationReversionUnitOfWorkService
orgRevUnitOfWork
- org reversion unit of work to load categories forOrganizationReversionUnitOfWorkService.loadCategories(org.kuali.ole.gl.businessobject.OrgReversionUnitOfWork)
public void destroyAllUnitOfWorkSummaries()
destroyAllUnitOfWorkSummaries
in interface OrganizationReversionUnitOfWorkService
org.kuali.ole.gl.batch.service.OrganizationReversionUnitOfWorkService#removeAll()
public void save(OrgReversionUnitOfWork orgRevUnitOfWork)
save
in interface OrganizationReversionUnitOfWorkService
orgRevUnitOfWork
- organizationReversionUnitOfWork to saveOrganizationReversionUnitOfWorkService.save(org.kuali.ole.gl.businessobject.OrgReversionUnitOfWork)
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.public void setOrgReversionUnitOfWorkDao(OrganizationReversionUnitOfWorkDao orgReversionUnitOfWorkDao)
orgReversionUnitOfWorkDao
- The orgReversionUnitOfWorkDao to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.