|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.gl.batch.service.impl.OrganizationReversionUnitOfWorkServiceImpl
@Transactional public class OrganizationReversionUnitOfWorkServiceImpl
The base implementation of OrganizationReversionUnitOfWorkService
| Constructor Summary | |
|---|---|
OrganizationReversionUnitOfWorkServiceImpl()
|
|
| Method Summary | |
|---|---|
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. |
org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute. |
OrganizationReversionUnitOfWorkDao |
getOrgReversionUnitOfWorkDao()
Gets the orgReversionUnitOfWorkDao attribute. |
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.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
void |
setOrgReversionUnitOfWorkDao(OrganizationReversionUnitOfWorkDao orgReversionUnitOfWorkDao)
Sets the orgReversionUnitOfWorkDao attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrganizationReversionUnitOfWorkServiceImpl()
| Method Detail |
|---|
public OrgReversionUnitOfWork loadCategories(OrgReversionUnitOfWork orgRevUnitOfWork)
loadCategories in interface OrganizationReversionUnitOfWorkServiceorgRevUnitOfWork - org reversion unit of work to load categories for
OrganizationReversionUnitOfWorkService.loadCategories(org.kuali.kfs.gl.businessobject.OrgReversionUnitOfWork)public void destroyAllUnitOfWorkSummaries()
destroyAllUnitOfWorkSummaries in interface OrganizationReversionUnitOfWorkServiceorg.kuali.kfs.gl.batch.service.OrganizationReversionUnitOfWorkService#removeAll()public void save(OrgReversionUnitOfWork orgRevUnitOfWork)
save in interface OrganizationReversionUnitOfWorkServiceorgRevUnitOfWork - organizationReversionUnitOfWork to saveOrganizationReversionUnitOfWorkService.save(org.kuali.kfs.gl.businessobject.OrgReversionUnitOfWork)public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.public OrganizationReversionUnitOfWorkDao getOrgReversionUnitOfWorkDao()
public void setOrgReversionUnitOfWorkDao(OrganizationReversionUnitOfWorkDao orgReversionUnitOfWorkDao)
orgReversionUnitOfWorkDao - The orgReversionUnitOfWorkDao to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||