public class AdjustSummaryTimesRollupVisitor extends java.lang.Object implements RollUpModelUpdater.ItemVisitor, RollUpModelUpdater.SummaryVisitor
| Constructor and Description |
|---|
AdjustSummaryTimesRollupVisitor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
updateItem(IMXActivity item)
Will pass a child to update.
|
boolean |
updateSummary(IMXActivity parent,
java.util.List children)
Will populate the parent (ie, summary row) based on values from the children
|
public boolean updateSummary(IMXActivity parent, java.util.List children)
RollUpModelUpdater.SummaryVisitorupdateSummary in interface RollUpModelUpdater.SummaryVisitorpublic boolean updateItem(IMXActivity item)
RollUpModelUpdater.ItemVisitorupdateItem in interface RollUpModelUpdater.ItemVisitor