org.pentaho.di.ui.trans.steps.googleanalytics
Class GaInputStepDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.trans.step.BaseStepDialog
          extended by org.pentaho.di.ui.trans.steps.googleanalytics.GaInputStepDialog
All Implemented Interfaces:
StepDialogInterface

public class GaInputStepDialog
extends BaseStepDialog
implements StepDialogInterface


Field Summary
 
Fields inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
loggingObject
 
Constructor Summary
GaInputStepDialog(Shell parent, Object in, TransMeta transMeta, String sname)
           
 
Method Summary
 void getData()
           
 String open()
           
 void readGaProfiles(String emailText, String passwordText, String appName)
           
 void readGaSegments(String emailText, String passwordText, String profileText, String appName)
           
 
Methods inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, addDatabases, addDatabases, dispose, generateFieldMapping, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getModifyListenerTooltipText, getRepository, isBasic, isDebug, isDetailed, isRowLevel, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, positionBottomButtons, selectDatabase, setMinimalShellHeight, setRepository, setShellImage, setSize, setSize, setSize, setTraverseOrder, storeScreenSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDialogInterface
setRepository
 

Constructor Detail

GaInputStepDialog

public GaInputStepDialog(Shell parent,
                         Object in,
                         TransMeta transMeta,
                         String sname)
Method Detail

open

public String open()
Specified by:
open in interface StepDialogInterface

readGaProfiles

public void readGaProfiles(String emailText,
                           String passwordText,
                           String appName)

readGaSegments

public void readGaSegments(String emailText,
                           String passwordText,
                           String profileText,
                           String appName)

getData

public void getData()