com.partnersoft.v3x.apps.Staker.interfaces.CADPMap
Class CADPMapCollector

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.interfaces.CADPMap.CADPMapCollector
All Implemented Interfaces:
SummaryIteratorCollector

public class CADPMapCollector
extends java.lang.Object
implements SummaryIteratorCollector

Collects location summary data and transforms it into something that can be passed to the CADP output SQL report engine.


Constructor Summary
CADPMapCollector()
           
 
Method Summary
 void forEachLocation(SummaryIteratorState state)
           
 void forEachUnitAggregate(SummaryIteratorState state)
           
 void forTheJob(SummaryIteratorState state)
           
 Job getJob()
           
 java.util.ArrayList getPoles()
           
 void whenFinished(SummaryIteratorState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CADPMapCollector

public CADPMapCollector()
Method Detail

forTheJob

public void forTheJob(SummaryIteratorState state)
Specified by:
forTheJob in interface SummaryIteratorCollector

forEachLocation

public void forEachLocation(SummaryIteratorState state)
Specified by:
forEachLocation in interface SummaryIteratorCollector

forEachUnitAggregate

public void forEachUnitAggregate(SummaryIteratorState state)
Specified by:
forEachUnitAggregate in interface SummaryIteratorCollector

whenFinished

public void whenFinished(SummaryIteratorState state)
Specified by:
whenFinished in interface SummaryIteratorCollector

getJob

public Job getJob()

getPoles

public java.util.ArrayList getPoles()