edu.internet2.middleware.grouper.changeLog
Class ChangeLogTempToEntity

java.lang.Object
  extended by edu.internet2.middleware.grouper.changeLog.ChangeLogTempToEntity

public class ChangeLogTempToEntity
extends Object

convert the temp objects to regular objects

Author:
mchyzer

Constructor Summary
ChangeLogTempToEntity()
           
 
Method Summary
static int convertRecords()
          convert the temps to regulars, assign id's hib3GrouperLoaderLog is the log object to post updates, can be null
static int convertRecords(Hib3GrouperLoaderLog hib3GrouperLoaderLog)
          convert the temps to regulars, assign id's
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeLogTempToEntity

public ChangeLogTempToEntity()
Method Detail

convertRecords

public static int convertRecords()
convert the temps to regulars, assign id's hib3GrouperLoaderLog is the log object to post updates, can be null

Returns:
the number of records converted

convertRecords

public static int convertRecords(Hib3GrouperLoaderLog hib3GrouperLoaderLog)
convert the temps to regulars, assign id's

Parameters:
hib3GrouperLoaderLog - is the log object to post updates, can be null
Returns:
the number of records converted