| Package | Description | 
|---|---|
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| oracle.jbo.server.rangeoperation | 
| Modifier and Type | Method and Description | 
|---|---|
static EffectiveDateRangeOperationParams | 
EffectiveDateRangeOperation.convertToParams(java.util.Map<java.lang.String,java.lang.String> rangeProps)
For internal framework use only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
EffectiveDateRangeOperation.create(ViewObjectImpl vo,
      EffectiveDateRangeOperationParams params,
      AttributeList attrList)  | 
protected void | 
ViewRowImpl.doEffectiveDateRangeOperation(EffectiveDateRangeOperationParams params)
This method may be overridden to apply custom logic on the row before effective date
 range operation takes place. 
 | 
protected void | 
EntityImpl.doEffectiveDateRangeOperation(EffectiveDateRangeOperationParams params)
This method may be overridden to apply custom logic on the row before effective date
 range operation takes place. 
 | 
protected ViewRowImpl | 
ViewObjectImpl.findEffectiveDateRangeStartRow(AttributeList findParams,
                              java.lang.String finderName,
                              Key surrogateKey,
                              EffectiveDateRangeOperationParams rangeParams)
Finds the first row from a given range for effective date range operation. 
 | 
static ViewRowImpl | 
EffectiveDateRangeOperation.findRangeStartRow(RowSet rs,
                 AttributeList findParams,
                 java.lang.String finderName,
                 EffectiveDateRangeOperationParams rangeParams)
Returns a date effective row using a row finder. 
 | 
static ViewRowImpl | 
EffectiveDateRangeOperation.findRangeStartRow(ViewObjectImpl vo,
                 AttributeList findParams,
                 java.lang.String finderName,
                 Key surrogateKey,
                 EffectiveDateRangeOperationParams rangeParams)  | 
static void | 
EffectiveDateRangeOperation.modifyRange(RowSet rs,
           AttributeList findParams,
           java.lang.String finderName,
           EffectiveDateRangeOperationParams rangeParams,
           AttributeList updateAttrList)
Modifies the rows in date range according to the range operation mode specified in
 EffectiveDateRangeOperationParams. 
 | 
static void | 
EffectiveDateRangeOperation.modifyRange(ViewRowImpl row,
           EffectiveDateRangeOperationParams params,
           AttributeList updateAttrList)
Modifies the rows in date range according to the range operation mode specified in
 EffectiveDateRangeOperationParams. 
 | 
| Constructor and Description | 
|---|
DeleteChanges(EntityImpl ent,
             EffectiveDateRangeOperationParams rangeParams)  | 
ReconcileCorrection(EntityImpl ent,
                   EffectiveDateRangeOperationParams rangeParams)  | 
ReconcileUpdate(EntityImpl ent,
               EffectiveDateRangeOperationParams rangeParams)  | 
ReplaceCorrection(EntityImpl ent,
                 EffectiveDateRangeOperationParams rangeParams)  | 
ReplaceUpdate(EntityImpl ent,
             EffectiveDateRangeOperationParams rangeParams)  | 
SetEffectiveEnd(EntityImpl ent,
               EffectiveDateRangeOperationParams rangeParams)  | 
SetEffectiveStart(EntityImpl ent,
                 EffectiveDateRangeOperationParams rangeParams)  | 
SetLogicalEnd(EntityImpl ent,
             EffectiveDateRangeOperationParams rangeParams)  | 
SetLogicalStart(EntityImpl ent,
               EffectiveDateRangeOperationParams rangeParams)  | 
Zap(EntityImpl ent,
   EffectiveDateRangeOperationParams rangeParams)  |