Class PBEInitQuery

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBECommand
                          |
                          +--PBEAttributeCommand
                                |
                                +--PBEQuery
                                      |
                                      +--PBESelectQuery
                                            |
                                            +--PBEFindQuery
                                                  |
                                                  +--PBEInitQuery

public class PBEInitQuery
extends PBEFindQuery


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBEInitQuery()
           
 
Method Summary
 varchar getAttributeStatus()
           
 varchar getWhereClause(PBEImage image, boolean for_update)
           
 void updateSelection(PBEImage image)
           
 
Methods inherited from class PBEFindQuery
getLastQuery
 
Methods inherited from class PBESelectQuery
getSelectQuery, runQuery
 
Methods inherited from class PBEQuery
activate
 
Methods inherited from class PBECommand
performActivation, performActivation
 
Methods inherited from class PBEMethod
afterActivate, beforeActivate, doAfterActivate, doBeforeActivate, inputValue, prepareAction
 
Methods inherited from class PBEAttribute
afterInput, beforeInput, disable, doAfterInput, doBeforeInput, doOnOutput, enable, enabled, getStatus, getValue, getValue, globalReference, hide, onOutput, outputValue, prepareAction, setStatus, setValue, setValue, show
 
Methods inherited from class PBEUnit
compileActions, compileConditions, prepareEvent
 

Constructor Detail

PBEInitQuery

public PBEInitQuery()
Method Detail

getAttributeStatus

public varchar getAttributeStatus()
Overrides:
getAttributeStatus in class PBEAttributeCommand

updateSelection

public void updateSelection(PBEImage image)
Overrides:
updateSelection in class PBEFindQuery

getWhereClause

public varchar getWhereClause(PBEImage image,
                              boolean for_update)
Overrides:
getWhereClause in class PBESelectQuery