Class PPurchaseOfferingAction

java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.app.cc.PPurchaseOfferingAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class PPurchaseOfferingAction extends PBASAction
Action to launch the purchase offering wizard.
See Also:
  • Constructor Details

    • PPurchaseOfferingAction

      public PPurchaseOfferingAction(PClientComponent comp)
      Creates a new instance of a purchase offering action that will launch the Purchase Offering wizard.
      Parameters:
      comp - The component this action will purchase an offering for.
    • PPurchaseOfferingAction

      public PPurchaseOfferingAction()
      Creates a new instance of a Purchase Offering action.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Called when Purchase Offering is invoked to launch the PPurchaseOfferingWizard.
      Parameters:
      e - action event
      See Also:
    • initWizard

      protected void initWizard()
      Prepares the wizard for display.
    • displayWizard

      protected void displayWizard()
      Displays the wizard.
    • finished

      protected void finished(PModelHandle model, int eventType)
      Parameters:
      model - The model handle that was the input to the opcode calls during purchase offering.
      eventType - The indication of either a plan or deal purchase is made.