Uses of Class
org.kuali.kfs.gl.businessobject.OrgReversionUnitOfWork

Packages that use OrgReversionUnitOfWork
org.kuali.kfs.gl.batch.service   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.businessobject   
 

Uses of OrgReversionUnitOfWork in org.kuali.kfs.gl.batch.service
 

Methods in org.kuali.kfs.gl.batch.service that return OrgReversionUnitOfWork
 OrgReversionUnitOfWork OrganizationReversionUnitOfWorkService.loadCategories(OrgReversionUnitOfWork orgRevUnitOfWork)
          This method takes a unit of work retrieved from the persistence store and loads its categories
 

Methods in org.kuali.kfs.gl.batch.service with parameters of type OrgReversionUnitOfWork
 OrgReversionUnitOfWork OrganizationReversionUnitOfWorkService.loadCategories(OrgReversionUnitOfWork orgRevUnitOfWork)
          This method takes a unit of work retrieved from the persistence store and loads its categories
 void OrganizationReversionUnitOfWorkService.save(OrgReversionUnitOfWork orgRevUnitOfWork)
          This save method is guaranteed to save the category data as well.
 

Uses of OrgReversionUnitOfWork in org.kuali.kfs.gl.batch.service.impl
 

Methods in org.kuali.kfs.gl.batch.service.impl that return OrgReversionUnitOfWork
 OrgReversionUnitOfWork OrganizationReversionProcessImpl.getUnitOfWork()
           
 OrgReversionUnitOfWork OrganizationReversionUnitOfWorkServiceImpl.loadCategories(OrgReversionUnitOfWork orgRevUnitOfWork)
          This method takes a unit of work retrieved from the persistence store and loads its categories
 

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type OrgReversionUnitOfWork
 OrgReversionUnitOfWork OrganizationReversionUnitOfWorkServiceImpl.loadCategories(OrgReversionUnitOfWork orgRevUnitOfWork)
          This method takes a unit of work retrieved from the persistence store and loads its categories
 void OrganizationReversionUnitOfWorkServiceImpl.save(OrgReversionUnitOfWork orgRevUnitOfWork)
          This save method is guaranteed to save the category data as well.
 void OrganizationReversionProcessImpl.setUnitOfWork(OrgReversionUnitOfWork unitOfWork)
           
 

Uses of OrgReversionUnitOfWork in org.kuali.kfs.gl.businessobject
 

Methods in org.kuali.kfs.gl.businessobject that return OrgReversionUnitOfWork
 OrgReversionUnitOfWork OrgReversionUnitOfWorkCategoryAmount.getOrganizationReversionUnitOfWork()
          Gets the organizationReversionUnitOfWork attribute.
 

Methods in org.kuali.kfs.gl.businessobject with parameters of type OrgReversionUnitOfWork
 void OrgReversionUnitOfWorkCategoryAmount.setOrganizationReversionUnitOfWork(OrgReversionUnitOfWork organizationReversionUnitOfWork)
          Sets the organizationReversionUnitOfWork attribute value.
 



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