Uses of Class
org.kuali.kfs.module.cam.document.AssetTransferDocument

Packages that use AssetTransferDocument
org.kuali.kfs.module.cam.document.service   
org.kuali.kfs.module.cam.document.service.impl   
org.kuali.kfs.module.cam.document.validation.impl   
org.kuali.kfs.module.cam.document.web.struts   
 

Uses of AssetTransferDocument in org.kuali.kfs.module.cam.document.service
 

Methods in org.kuali.kfs.module.cam.document.service with parameters of type AssetTransferDocument
 void AssetTransferService.createGLPostables(AssetTransferDocument document)
          Creates GL Postables using the source plant account number and target plant account number
 void AssetTransferService.saveApprovedChanges(AssetTransferDocument document)
          This method is called when the work flow document is reached its final approval Gets the latest asset details from DB Save asset owner data Save location changes Save organization changes Create offset payments Create new payments Update original payments
 

Uses of AssetTransferDocument in org.kuali.kfs.module.cam.document.service.impl
 

Methods in org.kuali.kfs.module.cam.document.service.impl with parameters of type AssetTransferDocument
protected  AssetGlpeSourceDetail AssetTransferServiceImpl.createAssetGlpePostable(AssetTransferDocument document, Account plantAccount, AssetPayment assetPayment, boolean isSource, AssetTransferServiceImpl.AmountCategory amountCategory)
          Creates an instance of AssetGlpeSourceDetail depending on the source flag
 void AssetTransferServiceImpl.createGLPostables(AssetTransferDocument document)
           
protected  Integer AssetTransferServiceImpl.createNewPayments(AssetTransferDocument document, List<org.kuali.rice.kns.bo.PersistableBusinessObject> persistableObjects, List<AssetPayment> originalPayments, Integer maxSequence)
          Creates new payment records for new organization account
protected  Integer AssetTransferServiceImpl.createOffsetPayments(AssetTransferDocument document, List<org.kuali.rice.kns.bo.PersistableBusinessObject> persistableObjects, List<AssetPayment> originalPayments)
          Creates offset payment copying the details from original payments and reversing the amounts
protected  void AssetTransferServiceImpl.createSourceGLPostables(AssetTransferDocument document, List<AssetPayment> assetPayments, boolean movableAsset)
          Creates GL Postables for the source organization
protected  void AssetTransferServiceImpl.createTargetGLPostables(AssetTransferDocument document, List<AssetPayment> assetPayments, boolean movableAsset)
          Creates target GL Postable for the receiving organization
protected  boolean AssetTransferServiceImpl.isGLPostable(AssetTransferDocument document, Asset asset, boolean movableAsset)
          Checks if it is ready for GL Posting by validating the accounts and plant account numbers
 void AssetTransferServiceImpl.saveApprovedChanges(AssetTransferDocument document)
           
protected  void AssetTransferServiceImpl.saveAssetOwnerData(AssetTransferDocument document, Asset saveAsset)
          Updates organization data for the asset
protected  void AssetTransferServiceImpl.saveLocationChanges(AssetTransferDocument document, Asset saveAsset)
          Updates location details to the asset
protected  void AssetTransferServiceImpl.saveOrganizationChanges(AssetTransferDocument document, Asset saveAsset)
          Updates organization changes
 

Uses of AssetTransferDocument in org.kuali.kfs.module.cam.document.validation.impl
 

Methods in org.kuali.kfs.module.cam.document.validation.impl with parameters of type AssetTransferDocument
protected  boolean AssetTransferDocumentRule.checkReferencesExist(AssetTransferDocument assetTransferDocument)
          This method checks if reference objects exist in the database or not
protected  boolean AssetTransferDocumentRule.validateAssetObjectCodeDefn(AssetTransferDocument assetTransferDocument, Asset asset)
           
protected  boolean AssetTransferDocumentRule.validateLocation(AssetTransferDocument assetTransferDocument)
          This method validates location information provided by the user
protected  boolean AssetTransferDocumentRule.validateOwnerAccount(AssetTransferDocument assetTransferDocument)
          This method validates the new owner organization and account provided
protected  boolean AssetTransferDocumentRule.validatePaymentObjectCodes(AssetTransferDocument assetTransferDocument)
          checks that all the asset payments to be transfer has a valid object code in the new Chart of account code and current fiscal year
 

Uses of AssetTransferDocument in org.kuali.kfs.module.cam.document.web.struts
 

Methods in org.kuali.kfs.module.cam.document.web.struts that return AssetTransferDocument
 AssetTransferDocument AssetTransferForm.getAssetTransferDocument()
           
 

Methods in org.kuali.kfs.module.cam.document.web.struts with parameters of type AssetTransferDocument
protected  void AssetTransferAction.handleRequestFromLookup(javax.servlet.http.HttpServletRequest request, AssetTransferForm assetTransferForm, AssetTransferDocument assetTransferDocument)
          This method handles the request coming from asset lookup screen
protected  void AssetTransferAction.handleRequestFromWorkflow(AssetTransferForm assetTransferForm, AssetTransferDocument assetTransferDocument)
          This method handles when request is from a work flow document search
 



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