Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.rt.extract.parse
Class RowVersionBumpParser

java.lang.Object
  extended by oracle.apps.fnd.applseed.rt.extract.parse.RowVersionBumpParser

public final class RowVersionBumpParser
extends java.lang.Object

This class handles the bumping of row versions for an Extract File. The extract file is parsed, and for each row key from the set of diff keys, bump up the row version number by one. Output is streamed to temp file which will contain the bumped rel versions.


Constructor Summary
RowVersionBumpParser()
          Default Constructor.
 
Method Summary
 void bumpRowVersions(ExtractFile extractFile, java.util.Set diffKeySet)
          Bump up row versions for the given file for the given set of keys.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowVersionBumpParser

public RowVersionBumpParser()
Default Constructor.

Method Detail

bumpRowVersions

public void bumpRowVersions(ExtractFile extractFile,
                            java.util.Set diffKeySet)
                     throws ExtractException
Bump up row versions for the given file for the given set of keys.

Parameters:
extractFile - File to bump the row versions
diffKeySet - Set of String key values to find and bump row versions
Throws:
ExtractException - on parse or io error

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.