org.kuali.kfs.module.cam.document.service
Interface AssetTransferService

All Known Implementing Classes:
AssetTransferServiceImpl

public interface AssetTransferService


Method Summary
 void createGLPostables(AssetTransferDocument document)
          Creates GL Postables using the source plant account number and target plant account number
 void 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
 

Method Detail

saveApprovedChanges

void saveApprovedChanges(AssetTransferDocument document)
This method is called when the work flow document is reached its final approval
  1. Gets the latest asset details from DB
  2. Save asset owner data
  3. Save location changes
  4. Save organization changes
  5. Create offset payments
  6. Create new payments
  7. Update original payments


createGLPostables

void createGLPostables(AssetTransferDocument document)
Creates GL Postables using the source plant account number and target plant account number



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