Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo.server.rangeoperation
Class ReplaceCorrection

java.lang.Object
  extended by oracle.jbo.server.RangeUpdateOperation
      extended by oracle.jbo.server.rangeoperation.ReplaceCorrection


public class ReplaceCorrection
extends RangeUpdateOperation

Field Summary
protected  EntityImpl firstEntity
           
protected  EntityImpl foundEntity
           
protected  java.util.List<EntityImpl> intermediateRows
           
protected  EntityImpl lastEntity
           
protected  EffectiveDateRangeOperationParams rangeParams
           

 

Constructor Summary
ReplaceCorrection(EntityImpl ent, EffectiveDateRangeOperationParams rangeParams)
           

 

Method Summary
protected  java.lang.Object getEndDate(EntityImpl ent)
           
protected  EntityImpl getFirstRow()
           
protected  java.util.List<EntityImpl> getIntermediateRows()
           
protected  EntityImpl getLastRow()
           
protected  java.lang.Object getRangeEndDate()
           
protected  EffectiveDateRangeOperationParams getRangeParams()
           
protected  java.lang.Object getRangeStartDate()
           
protected  java.lang.Integer getSequence(EntityImpl ent)
           
protected  java.lang.Object getStartDate(EntityImpl ent)
           
protected  boolean isMCPD()
           
protected  void prepareRowsInRange()
           
protected  void process()
           
protected  void processFirstRow()
           
protected  void processIntermediateRows()
           
protected  void processLastRow()
           

 

Methods inherited from class oracle.jbo.server.RangeUpdateOperation
copyNonKeyAttributes, doProcessFirstRow, doProcessIntermediateRows, doProcessLastRow, faultInValues, fetchNextRow, fetchPreviousRow

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

foundEntity

protected EntityImpl foundEntity

firstEntity

protected EntityImpl firstEntity

lastEntity

protected EntityImpl lastEntity

intermediateRows

protected java.util.List<EntityImpl> intermediateRows

rangeParams

protected EffectiveDateRangeOperationParams rangeParams

Constructor Detail

ReplaceCorrection

public ReplaceCorrection(EntityImpl ent,
                         EffectiveDateRangeOperationParams rangeParams)

Method Detail

process

protected void process()

processFirstRow

protected void processFirstRow()

processIntermediateRows

protected void processIntermediateRows()

processLastRow

protected void processLastRow()

prepareRowsInRange

protected void prepareRowsInRange()

getRangeParams

protected EffectiveDateRangeOperationParams getRangeParams()

getFirstRow

protected EntityImpl getFirstRow()

getIntermediateRows

protected java.util.List<EntityImpl> getIntermediateRows()

getLastRow

protected EntityImpl getLastRow()

getRangeStartDate

protected java.lang.Object getRangeStartDate()

getRangeEndDate

protected java.lang.Object getRangeEndDate()

getStartDate

protected java.lang.Object getStartDate(EntityImpl ent)

getEndDate

protected java.lang.Object getEndDate(EntityImpl ent)

getSequence

protected java.lang.Integer getSequence(EntityImpl ent)

isMCPD

protected boolean isMCPD()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


Copyright © 1997, 2015, Oracle. All rights reserved.