Uses of Class
org.kuali.kfs.module.bc.businessobject.BudgetConstructionLockSummary

Packages that use BudgetConstructionLockSummary
org.kuali.kfs.module.bc.businessobject.lookup   
org.kuali.kfs.module.bc.document.service   
org.kuali.kfs.module.bc.document.service.impl   
org.kuali.kfs.module.bc.document.web.struts   
 

Uses of BudgetConstructionLockSummary in org.kuali.kfs.module.bc.businessobject.lookup
 

Method parameters in org.kuali.kfs.module.bc.businessobject.lookup with type arguments of type BudgetConstructionLockSummary
protected  void LockMonitorLookupableHelperServiceImpl.getAccountLocks(List<BudgetConstructionLockSummary> results, String lockUnivId)
          Calls lock service to retrieve all current account locks and builds a lock summary object for each returned lock.
protected  void LockMonitorLookupableHelperServiceImpl.getOrphanFundingLocks(List<BudgetConstructionLockSummary> results, String lockUnivId)
          Calls lock service to retrieve all funding locks that do not have a corresponding position locks and builds a lock summary object for each returned lock.
protected  void LockMonitorLookupableHelperServiceImpl.getOrphanPositionLocks(List<BudgetConstructionLockSummary> results, String lockUnivId)
          Calls lock service to retrieve all current position locks without a corresponding funding lock and builds a lock summary object for each returned lock.
protected  void LockMonitorLookupableHelperServiceImpl.getPositionFundingLocks(List<BudgetConstructionLockSummary> results, String lockUnivId)
          Calls lock service to retrieve all current position/funding locks and builds a lock summary object for each returned lock.
protected  void LockMonitorLookupableHelperServiceImpl.getTransactionLocks(List<BudgetConstructionLockSummary> results, String lockUnivId)
          Calls lock service to retrieve all current transaction locks and builds a lock summary object for each returned lock.
 

Uses of BudgetConstructionLockSummary in org.kuali.kfs.module.bc.document.service
 

Methods in org.kuali.kfs.module.bc.document.service with parameters of type BudgetConstructionLockSummary
 boolean LockService.checkLockExists(BudgetConstructionLockSummary lockSummary)
          Helper method to check if a lock exists for the given parameters.
 BCConstants.LockStatus LockService.doUnlock(BudgetConstructionLockSummary lockSummary)
          Helper method to check the lock type and do the unlock with the lock summary fields.
 

Uses of BudgetConstructionLockSummary in org.kuali.kfs.module.bc.document.service.impl
 

Methods in org.kuali.kfs.module.bc.document.service.impl with parameters of type BudgetConstructionLockSummary
 boolean LockServiceImpl.checkLockExists(BudgetConstructionLockSummary lockSummary)
           
 BCConstants.LockStatus LockServiceImpl.doUnlock(BudgetConstructionLockSummary lockSummary)
           
 

Uses of BudgetConstructionLockSummary in org.kuali.kfs.module.bc.document.web.struts
 

Methods in org.kuali.kfs.module.bc.document.web.struts that return BudgetConstructionLockSummary
protected  BudgetConstructionLockSummary TempListLookupAction.populateLockSummary(String methodToCallString)
          Parses the methodToCall parameter which contains the lock information in a known format.
 



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