org.specrunner.jpa
Class PluginEntityManager

java.lang.Object
  extended by org.specrunner.parameters.core.ParameterHolder
      extended by org.specrunner.plugins.core.AbstractPlugin
          extended by org.specrunner.plugins.core.AbstractPluginNamed
              extended by org.specrunner.plugins.core.AbstractPluginScoped
                  extended by org.specrunner.plugins.core.AbstractPluginTable
                      extended by org.specrunner.plugins.core.objects.AbstractPluginObject
                          extended by org.specrunner.jpa.PluginEntityManager
All Implemented Interfaces:
IParameterHolder, IActionType, IParalelPlugin, IPlugin, ISleepPlugin, ITestPlugin, ITimedPlugin, IWaitPlugin

public class PluginEntityManager
extends AbstractPluginObject


Nested Class Summary
 
Nested classes/interfaces inherited from class org.specrunner.plugins.core.objects.AbstractPluginObject
AbstractPluginObject.Field
 
Field Summary
 
Fields inherited from class org.specrunner.plugins.core.objects.AbstractPluginObject
creator, creatorInstance, fields, generic, instances, keysBefore, mapping, reference, references, separator, type, typeInstance
 
Fields inherited from class org.specrunner.plugins.core.AbstractPlugin
FEATURE_CONDITION, FEATURE_NORMALIZED, FEATURE_SLEEP, FEATURE_THREADSAFE, FEATURE_TIMEOUT, FEATURE_WAIT
 
Constructor Summary
PluginEntityManager()
           
 
Method Summary
protected  void action(IContext context, Object instance, RowAdapter row, IResultSet result)
           
 ActionType getActionType()
           
 String getUnit()
           
 String getUrl()
           
protected  boolean isMapped()
           
 void setUnit(String unit)
           
 void setUrl(String url)
           
 
Methods inherited from class org.specrunner.plugins.core.objects.AbstractPluginObject
create, doEnd, getCreator, getCreatorInstance, getMapping, getObject, getReference, getSeparator, getType, getTypeInstance, initialize, loadFields, loadMapping, makeKey, mapObject, merge, populate, processLine, removeObject, setBoolean, setChar, setCreator, setCreatorInstance, setDouble, setEntity, setFloat, setInteger, setLong, setMapping, setObject, setObjectInformation, setReference, setSeparator, setShort, setType, setTypeInstance, setValue
 
Methods inherited from class org.specrunner.plugins.core.AbstractPluginTable
doEnd, doStart, doStart, initialize, toString
 
Methods inherited from class org.specrunner.plugins.core.AbstractPluginScoped
getScope, saveGlobal, saveLocal, saveStrict, setScope
 
Methods inherited from class org.specrunner.plugins.core.AbstractPluginNamed
getName, setName
 
Methods inherited from class org.specrunner.plugins.core.AbstractPlugin
copy, getCondition, getConditionModel, getNormalized, getNormalized, getParent, getSleep, getSleepModel, getThreadsafe, getTimeout, getTimeoutModel, getWait, getWaitModel, setCondition, setConditionModel, setNormalized, setParent, setSleep, setSleepModel, setThreadsafe, setTimeout, setTimeoutModel, setWait, setWaitModel
 
Methods inherited from class org.specrunner.parameters.core.ParameterHolder
getParameters, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.specrunner.parameters.IParameterHolder
getParameters, setParameters
 

Constructor Detail

PluginEntityManager

public PluginEntityManager()
Method Detail

getUnit

public String getUnit()

setUnit

public void setUnit(String unit)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

isMapped

protected boolean isMapped()
Specified by:
isMapped in class AbstractPluginObject

getActionType

public ActionType getActionType()

action

protected void action(IContext context,
                      Object instance,
                      RowAdapter row,
                      IResultSet result)
               throws Exception
Specified by:
action in class AbstractPluginObject
Throws:
Exception


Copyright © 2014. All rights reserved.