Package | Description |
---|---|
oracle.jbo.server |
Contains the implementation of middle tier components.
|
oracle.jbo.server.rangeoperation |
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.
|
static ViewRowImpl |
EffectiveDateRangeOperation.findRangeStartRow(RowSet rs,
AttributeList findParams,
java.lang.String finderName,
EffectiveDateRangeOperationParams rangeParams)
Returns a date effective row using a row finder.
|
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) |