Uses of Class
org.kuali.kfs.module.cam.businessobject.AssetLock

Packages that use AssetLock
org.kuali.kfs.module.cam.service   
org.kuali.kfs.module.cam.service.impl   
 

Uses of AssetLock in org.kuali.kfs.module.cam.service
 

Methods in org.kuali.kfs.module.cam.service that return types with arguments of type AssetLock
 List<AssetLock> AssetLockService.buildAssetLockHelper(List<Long> capitalAssetNumbers, String documentNumber, String documentType, String lockingInformation)
          Helper method to generate AssetLock instances.
 

Method parameters in org.kuali.kfs.module.cam.service with type arguments of type AssetLock
 boolean AssetLockService.checkAndSetAssetLocks(List<AssetLock> locks)
          Check and Lock for AssetLock.
 

Uses of AssetLock in org.kuali.kfs.module.cam.service.impl
 

Methods in org.kuali.kfs.module.cam.service.impl that return types with arguments of type AssetLock
 List<AssetLock> AssetLockServiceImpl.buildAssetLockHelper(List<Long> assetNumbers, String documentNumber, String documentType, String lockingInformation)
           
 

Method parameters in org.kuali.kfs.module.cam.service.impl with type arguments of type AssetLock
 boolean AssetLockServiceImpl.checkAndSetAssetLocks(List<AssetLock> assetLocks)
           
 



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