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

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

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

Methods in org.equanda.test.dm.client that return Remove2
 Remove2 Remove2.equandaClone(boolean cloneUoid)
           
static Remove2 Remove2.equandaCreate()
           
static Remove2 Remove2.equandaCreate(String type)
           
 Remove2 Remove2Base.getEquanda()
           
 Remove2 LinkableSelectorEJB.getEquandaOtherSideCallFacade(Uoid uoid)
           
 Remove2 LinkableSelectorEJB.getEquandaSingleBidirectional(Uoid uoid)
           
 Remove2 LinkableSelectorEJB.getEquandaSingleBiOverride(Uoid uoid)
           
 Remove2 LinkableSelectorEJB.getEquandaSingleKeep(Uoid uoid)
           
 Remove2 Linkable.getOtherSideCallFacade()
           
static Remove2 ObjectUpdater.getRemove2(Uoid id, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, String theString)
           
 Remove2 Linkable.getSingleBidirectional()
           
 Remove2 Linkable.getSingleBiOverride()
           
 Remove2 Linkable.getSingleKeep()
           
static Remove2 Remove2.selectId(Uoid uoid)
           
 

Methods in org.equanda.test.dm.client that return types with arguments of type Remove2
 Collection<Remove2> LinkableSelectorEJB.getEquandaOtherSideCallFacadeMultiple(Uoid uoid)
           
 Collection<Remove2> Linkable.getOtherSideCallFacadeMultiple()
           
 List<Remove2> Remove2SelectorEJB.selectByString(String theString)
           
static List<Remove2> Remove2.selectByString(String theString)
           
 List<Remove2> Remove2SelectorEJB.selectEquandaAll()
           
static List<Remove2> Remove2.selectEquandaAll()
           
 List<Remove2> Remove2SelectorEJB.selectEverything()
           
static List<Remove2> Remove2.selectEverything()
           
 

Methods in org.equanda.test.dm.client with parameters of type Remove2
 void Linkable.setOtherSideCallFacade(Remove2 value)
           
 void Linkable.setSingleBidirectional(Remove2 value)
           
 void Linkable.setSingleBiOverride(Remove2 value)
           
 void Linkable.setSingleKeep(Remove2 value)
           
 void Remove2Base.updateEquanda(Remove2 proxy)
           
static void ObjectUpdater.updateRemove2(Remove2Bean bean, Remove2 obj)
           
 

Method parameters in org.equanda.test.dm.client with type arguments of type Remove2
 void Linkable.setOtherSideCallFacadeMultiple(Collection<Remove2> value)
           
 

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

Methods in org.equanda.test.dm.server that return Remove2
 Remove2 Remove2SelectorBean.equandaCreate(String type)
           
 Remove2 Remove2SelectorBean.equandaRefresh(Uoid uoid, long version)
           
 Remove2 Remove2SelectorBean.equandaUpdate(Remove2 proxy)
           
 Remove2 Remove2Bean.getEquanda()
           
 Remove2 LinkableSelectorBean.getEquandaOtherSideCallFacade(Uoid uoid)
           
 Remove2 LinkableSelectorBean.getEquandaSingleBidirectional(Uoid uoid)
           
 Remove2 LinkableSelectorBean.getEquandaSingleBiOverride(Uoid uoid)
           
 Remove2 LinkableSelectorBean.getEquandaSingleKeep(Uoid uoid)
           
 Remove2 Remove2SelectorBean.selectEquandaSingle(EquandaQuery query)
           
 Remove2 Remove2SelectorBean.selectId(Uoid uoid)
           
 Remove2[] Remove2SelectorBean.selectMultipleId(Uoid[] arr)
           
 

Methods in org.equanda.test.dm.server that return types with arguments of type Remove2
 List<Remove2> Remove2SelectorBean.equandaRunQuery(EquandaQuery query)
           
 Collection<Remove2> LinkableSelectorBean.getEquandaOtherSideCallFacadeMultiple(Uoid uoid)
           
 List<Remove2> Remove2SelectorBean.selectByString(String theString)
           
 List<Remove2> Remove2SelectorBean.selectEquanda(EquandaQuery query)
           
 List<Remove2> Remove2SelectorBean.selectEquandaAll()
           
 List<Remove2> Remove2SelectorBean.selectEverything()
           
 

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



Copyright © 2007-2008. All Rights Reserved.