Uses of Class
org.equanda.test.dm.client.Action

Packages that use Action
org.equanda.test.dm.client   
org.equanda.test.dm.server   
 

Uses of Action in org.equanda.test.dm.client
 

Methods in org.equanda.test.dm.client that return Action
 Action Action.equandaClone(boolean cloneUoid)
           
static Action Action.equandaCreate()
           
static Action Action.equandaCreate(String type)
           
static Action ObjectUpdater.getAction(Uoid id, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, String theString, Date theDate, Timestamp theTime, boolean theBool, int theInt, double theDouble)
           
 Action ActionBase.getEquanda()
           
static Action Action.selectId(Uoid uoid)
           
static Action Action.selectSingleInt(int theInt)
           
 Action ActionSelectorEJB.selectSingleInt(int theInt)
           
 

Methods in org.equanda.test.dm.client that return types with arguments of type Action
static List<Action> Action.selectByDate(Date theDate)
           
 List<Action> ActionSelectorEJB.selectByDate(Date theDate)
           
static List<Action> Action.selectEquandaAll()
           
 List<Action> ActionSelectorEJB.selectEquandaAll()
           
static List<Action> Action.selectEverything()
           
 List<Action> ActionSelectorEJB.selectEverything()
           
 

Methods in org.equanda.test.dm.client with parameters of type Action
static void ObjectUpdater.updateAction(ActionBean bean, Action obj)
           
 void ActionBase.updateEquanda(Action proxy)
           
 

Uses of Action in org.equanda.test.dm.server
 

Methods in org.equanda.test.dm.server that return Action
 Action ActionSelectorBean.equandaCreate(String type)
           
 Action ActionSelectorBean.equandaRefresh(Uoid uoid, long version)
           
 Action ActionSelectorBean.equandaUpdate(Action proxy)
           
 Action ActionBean.getEquanda()
           
 Action ActionSelectorBean.selectEquandaSingle(EquandaQuery query)
           
 Action ActionSelectorBean.selectId(Uoid uoid)
           
 Action[] ActionSelectorBean.selectMultipleId(Uoid[] arr)
           
 Action ActionSelectorBean.selectSingleInt(int theInt)
           
 

Methods in org.equanda.test.dm.server that return types with arguments of type Action
 List<Action> ActionSelectorBean.equandaRunQuery(EquandaQuery query)
           
 List<Action> ActionSelectorBean.selectByDate(Date theDate)
           
 List<Action> ActionSelectorBean.selectEquanda(EquandaQuery query)
           
 List<Action> ActionSelectorBean.selectEquandaAll()
           
 List<Action> ActionSelectorBean.selectEverything()
           
 

Methods in org.equanda.test.dm.server with parameters of type Action
 Action ActionSelectorBean.equandaUpdate(Action proxy)
           
 void ActionBean.updateEquanda(Action proxy)
          Internal routine to update based on a proxy object, update indicates whether all fields need setting
 



Copyright © 2007-2008. All Rights Reserved.