org.kuali.ole.ingest
Class OLEAccountInfoExtractor

java.lang.Object
  extended by org.kuali.ole.ingest.OLEAccountInfoExtractor

public class OLEAccountInfoExtractor
extends Object

OLEAccountInfoExtractor adds the fund Code OLE as a Map and as well as return the function code based on the given vendorReferenceNumber


Constructor Summary
OLEAccountInfoExtractor()
          Default constructor of OLEAccountInfoExtractor.
 
Method Summary
 HashMap<String,String> buildAccountInfoMap(String vendorReferenceNumber)
          This method returns functionCode for the corresponding vendorReferenceNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OLEAccountInfoExtractor

public OLEAccountInfoExtractor()
Default constructor of OLEAccountInfoExtractor. adds the fund Code OLE as a MAP.

Method Detail

buildAccountInfoMap

public HashMap<String,String> buildAccountInfoMap(String vendorReferenceNumber)
This method returns functionCode for the corresponding vendorReferenceNumber

Parameters:
vendorReferenceNumber -
Returns:
fundCode.


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