com.partnersoft.v3x.apps.Staker.domain
Class JobCommands

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.domain.JobCommands

public class JobCommands
extends java.lang.Object

A factory for JobCommands. Encapsulates the interactive logic of manipulation of Jobs.


Constructor Summary
JobCommands()
           
 
Method Summary
static Command createInsertJobTemplateCommand(Job original, Job template, Coord3D insertionPoint, Location parent, java.util.Set stakingSet, java.util.Set redlineSet, Specifier hiliter, CustomerMapNomenclature nomenclature)
          Returns a command object that, when invoked, inserts the staking and redline data from a template job into the victim job at the given point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobCommands

public JobCommands()
Method Detail

createInsertJobTemplateCommand

public static Command createInsertJobTemplateCommand(Job original,
                                                     Job template,
                                                     Coord3D insertionPoint,
                                                     Location parent,
                                                     java.util.Set stakingSet,
                                                     java.util.Set redlineSet,
                                                     Specifier hiliter,
                                                     CustomerMapNomenclature nomenclature)
Returns a command object that, when invoked, inserts the staking and redline data from a template job into the victim job at the given point.