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

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

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

Methods in org.equanda.test.dm.client that return CocoonMan
 CocoonMan CocoonMan.equandaClone(boolean cloneUoid)
           
static CocoonMan CocoonMan.equandaCreate()
           
static CocoonMan CocoonMan.equandaCreate(String type)
           
static CocoonMan ObjectUpdater.getCocoonMan(Uoid id, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, String firstName, String lastName, Date dateOfBirth, Timestamp sometime, boolean employed, double height, int noOfChildren, int hiddenInt, byte[] blob, String clob, String wikiString, String wikiClob, String proxy)
           
 CocoonMan CocoonManBase.getEquanda()
           
static CocoonMan CocoonMan.selectId(Uoid uoid)
           
 

Methods in org.equanda.test.dm.client that return types with arguments of type CocoonMan
 List<CocoonMan> CocoonManSelectorEJB.selectAll()
           
static List<CocoonMan> CocoonMan.selectAll()
           
 List<CocoonMan> CocoonManSelectorEJB.selectEquandaAll()
           
static List<CocoonMan> CocoonMan.selectEquandaAll()
           
 List<CocoonMan> CocoonManSelectorEJB.selectPersonByBirthdate(Date dateOfBirth)
           
static List<CocoonMan> CocoonMan.selectPersonByBirthdate(Date dateOfBirth)
           
 List<CocoonMan> CocoonManSelectorEJB.selectPersonByHeight(double height)
           
static List<CocoonMan> CocoonMan.selectPersonByHeight(double height)
           
 List<CocoonMan> CocoonManSelectorEJB.selectPersonByLastName(String lastName)
           
static List<CocoonMan> CocoonMan.selectPersonByLastName(String lastName)
           
 List<CocoonMan> CocoonManSelectorEJB.selectPersonByName(String firstName, String lastName)
           
static List<CocoonMan> CocoonMan.selectPersonByName(String firstName, String lastName)
           
 List<CocoonMan> CocoonManSelectorEJB.selectPersonByStatus(boolean employed)
           
static List<CocoonMan> CocoonMan.selectPersonByStatus(boolean employed)
           
 List<CocoonMan> CocoonManSelectorEJB.selectPersonByTimestamp(Timestamp sometime)
           
static List<CocoonMan> CocoonMan.selectPersonByTimestamp(Timestamp sometime)
           
 List<CocoonMan> CocoonManSelectorEJB.selectSelectionsWithSuggests(String firstName, String lastName, boolean employed, Date dateOfBirth, double height, Timestamp sometime, int noOfChildren)
           
static List<CocoonMan> CocoonMan.selectSelectionsWithSuggests(String firstName, String lastName, boolean employed, Date dateOfBirth, double height, Timestamp sometime, int noOfChildren)
           
 List<CocoonMan> CocoonManSelectorEJB.selectSelectionsWithValueListSuggests(String firstName, String lastName, boolean employed, Date dateOfBirth, double height, Timestamp sometime, int noOfChildren)
           
static List<CocoonMan> CocoonMan.selectSelectionsWithValueListSuggests(String firstName, String lastName, boolean employed, Date dateOfBirth, double height, Timestamp sometime, int noOfChildren)
           
 List<CocoonMan> CocoonManSelectorEJB.selectSelectWithLimit(boolean employed, int equandaLimit)
           
static List<CocoonMan> CocoonMan.selectSelectWithLimit(boolean employed, int equandaLimit)
           
 

Methods in org.equanda.test.dm.client with parameters of type CocoonMan
static void ObjectUpdater.updateCocoonMan(CocoonManBean bean, CocoonMan obj)
           
 void CocoonManBase.updateEquanda(CocoonMan proxy)
           
 

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

Methods in org.equanda.test.dm.server that return CocoonMan
 CocoonMan CocoonManSelectorBean.equandaCreate(String type)
           
 CocoonMan CocoonManSelectorBean.equandaRefresh(Uoid uoid, long version)
           
 CocoonMan CocoonManSelectorBean.equandaUpdate(CocoonMan proxy)
           
 CocoonMan CocoonManBean.getEquanda()
           
 CocoonMan CocoonManSelectorBean.selectEquandaSingle(EquandaQuery query)
           
 CocoonMan CocoonManSelectorBean.selectId(Uoid uoid)
           
 CocoonMan[] CocoonManSelectorBean.selectMultipleId(Uoid[] arr)
           
 

Methods in org.equanda.test.dm.server that return types with arguments of type CocoonMan
 List<CocoonMan> CocoonManSelectorBean.equandaRunQuery(EquandaQuery query)
           
 List<CocoonMan> CocoonManSelectorBean.selectAll()
           
 List<CocoonMan> CocoonManSelectorBean.selectEquanda(EquandaQuery query)
           
 List<CocoonMan> CocoonManSelectorBean.selectEquandaAll()
           
 List<CocoonMan> CocoonManSelectorBean.selectPersonByBirthdate(Date dateOfBirth)
           
 List<CocoonMan> CocoonManSelectorBean.selectPersonByHeight(double height)
           
 List<CocoonMan> CocoonManSelectorBean.selectPersonByLastName(String lastName)
           
 List<CocoonMan> CocoonManSelectorBean.selectPersonByName(String firstName, String lastName)
           
 List<CocoonMan> CocoonManSelectorBean.selectPersonByStatus(boolean employed)
           
 List<CocoonMan> CocoonManSelectorBean.selectPersonByTimestamp(Timestamp sometime)
           
 List<CocoonMan> CocoonManSelectorBean.selectSelectionsWithSuggests(String firstName, String lastName, boolean employed, Date dateOfBirth, double height, Timestamp sometime, int noOfChildren)
           
 List<CocoonMan> CocoonManSelectorBean.selectSelectionsWithValueListSuggests(String firstName, String lastName, boolean employed, Date dateOfBirth, double height, Timestamp sometime, int noOfChildren)
           
 List<CocoonMan> CocoonManSelectorBean.selectSelectWithLimit(boolean employed, int equandaLimit)
           
 

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



Copyright © 2007-2008. All Rights Reserved.