org.equanda.test.dm.client
Interface CocoonManSelectorEJB

All Superinterfaces:
EquandaSelector<Uoid,CocoonMan,CocoonManEJB>
All Known Implementing Classes:
CocoonManSelectorBean

public interface CocoonManSelectorEJB
extends EquandaSelector<Uoid,CocoonMan,CocoonManEJB>

Interface for CocoonMan.


Method Summary
 Car getEquandaCar(Uoid uoid)
          an ajax select link
 Collection<Date> getEquandaDatesToRemember(Uoid uoid)
           
 Car getEquandaHiddenCar(Uoid uoid)
           
 LazyInst getEquandaLazyInst(Uoid uoid)
          a combobox link
 Collection<Car> getEquandaManyCars(Uoid uoid)
           
 Passport getEquandaPassport(Uoid uoid)
          a button select link
 Collection<String> getEquandaPreviousJobs(Uoid uoid)
           
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 List<CocoonMan> selectAll()
           
 List<CocoonManEJB> selectAllEJB()
           
 List<CocoonMan> selectEquandaAll()
           
 List<CocoonManEJB> selectEquandaAllEJB()
           
 List<CocoonMan> selectPersonByBirthdate(Date dateOfBirth)
           
 List<CocoonManEJB> selectPersonByBirthdateEJB(Date dateOfBirth)
           
 List<CocoonMan> selectPersonByHeight(double height)
           
 List<CocoonManEJB> selectPersonByHeightEJB(double height)
           
 List<CocoonMan> selectPersonByLastName(String lastName)
           
 List<CocoonManEJB> selectPersonByLastNameEJB(String lastName)
           
 List<CocoonMan> selectPersonByName(String firstName, String lastName)
           
 List<CocoonManEJB> selectPersonByNameEJB(String firstName, String lastName)
           
 List<CocoonMan> selectPersonByStatus(boolean employed)
           
 List<CocoonManEJB> selectPersonByStatusEJB(boolean employed)
           
 List<CocoonMan> selectPersonByTimestamp(Timestamp sometime)
           
 List<CocoonManEJB> selectPersonByTimestampEJB(Timestamp sometime)
           
 List<CocoonMan> selectSelectionsWithSuggests(String firstName, String lastName, boolean employed, Date dateOfBirth, double height, Timestamp sometime, int noOfChildren)
           
 List<CocoonManEJB> selectSelectionsWithSuggestsEJB(String firstName, String lastName, boolean employed, Date dateOfBirth, double height, Timestamp sometime, int noOfChildren)
           
 List<CocoonMan> selectSelectionsWithValueListSuggests(String firstName, String lastName, boolean employed, Date dateOfBirth, double height, Timestamp sometime, int noOfChildren)
           
 List<CocoonManEJB> selectSelectionsWithValueListSuggestsEJB(String firstName, String lastName, boolean employed, Date dateOfBirth, double height, Timestamp sometime, int noOfChildren)
           
 List<CocoonMan> selectSelectWithLimit(boolean employed, int equandaLimit)
           
 List<CocoonManEJB> selectSelectWithLimitEJB(boolean employed, int equandaLimit)
           
 void TestAction(Uoid uoid)
           
 
Methods inherited from interface org.equanda.persistence.EquandaSelector
equandaCreate, equandaRefresh, equandaRunCountQuery, equandaRunQuery, equandaRunQueryEJB, equandaRunQueryId, equandaRunUpdateQuery, equandaUpdate, getEquandaName, selectEquanda, selectEquandaEJB, selectEquandaSingle, selectEquandaSingleEJB, selectId, selectIdEJB, selectMultipleId
 

Method Detail

selectPersonByNameEJB

List<CocoonManEJB> selectPersonByNameEJB(String firstName,
                                         String lastName)
                                         throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectPersonByName

List<CocoonMan> selectPersonByName(String firstName,
                                   String lastName)
                                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectPersonByLastNameEJB

List<CocoonManEJB> selectPersonByLastNameEJB(String lastName)
                                             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectPersonByLastName

List<CocoonMan> selectPersonByLastName(String lastName)
                                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectPersonByBirthdateEJB

List<CocoonManEJB> selectPersonByBirthdateEJB(Date dateOfBirth)
                                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectPersonByBirthdate

List<CocoonMan> selectPersonByBirthdate(Date dateOfBirth)
                                        throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectPersonByStatusEJB

List<CocoonManEJB> selectPersonByStatusEJB(boolean employed)
                                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectPersonByStatus

List<CocoonMan> selectPersonByStatus(boolean employed)
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectPersonByHeightEJB

List<CocoonManEJB> selectPersonByHeightEJB(double height)
                                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectPersonByHeight

List<CocoonMan> selectPersonByHeight(double height)
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectPersonByTimestampEJB

List<CocoonManEJB> selectPersonByTimestampEJB(Timestamp sometime)
                                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectPersonByTimestamp

List<CocoonMan> selectPersonByTimestamp(Timestamp sometime)
                                        throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectWithLimitEJB

List<CocoonManEJB> selectSelectWithLimitEJB(boolean employed,
                                            int equandaLimit)
                                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectWithLimit

List<CocoonMan> selectSelectWithLimit(boolean employed,
                                      int equandaLimit)
                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectionsWithSuggestsEJB

List<CocoonManEJB> selectSelectionsWithSuggestsEJB(String firstName,
                                                   String lastName,
                                                   boolean employed,
                                                   Date dateOfBirth,
                                                   double height,
                                                   Timestamp sometime,
                                                   int noOfChildren)
                                                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectionsWithSuggests

List<CocoonMan> selectSelectionsWithSuggests(String firstName,
                                             String lastName,
                                             boolean employed,
                                             Date dateOfBirth,
                                             double height,
                                             Timestamp sometime,
                                             int noOfChildren)
                                             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectionsWithValueListSuggestsEJB

List<CocoonManEJB> selectSelectionsWithValueListSuggestsEJB(String firstName,
                                                            String lastName,
                                                            boolean employed,
                                                            Date dateOfBirth,
                                                            double height,
                                                            Timestamp sometime,
                                                            int noOfChildren)
                                                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectionsWithValueListSuggests

List<CocoonMan> selectSelectionsWithValueListSuggests(String firstName,
                                                      String lastName,
                                                      boolean employed,
                                                      Date dateOfBirth,
                                                      double height,
                                                      Timestamp sometime,
                                                      int noOfChildren)
                                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectAllEJB

List<CocoonManEJB> selectAllEJB()
                                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectAll

List<CocoonMan> selectAll()
                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAllEJB

List<CocoonManEJB> selectEquandaAllEJB()
                                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAll

List<CocoonMan> selectEquandaAll()
                                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

TestAction

void TestAction(Uoid uoid)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

remove

void remove()
Specified by:
remove in interface EquandaSelector<Uoid,CocoonMan,CocoonManEJB>

getEquandaPreviousJobs

Collection<String> getEquandaPreviousJobs(Uoid uoid)
                                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaDatesToRemember

Collection<Date> getEquandaDatesToRemember(Uoid uoid)
                                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaCar

Car getEquandaCar(Uoid uoid)
                  throws EquandaPersistenceException
an ajax select link

Throws:
EquandaPersistenceException

getEquandaHiddenCar

Car getEquandaHiddenCar(Uoid uoid)
                        throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaManyCars

Collection<Car> getEquandaManyCars(Uoid uoid)
                                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaPassport

Passport getEquandaPassport(Uoid uoid)
                            throws EquandaPersistenceException
a button select link

Throws:
EquandaPersistenceException

getEquandaLazyInst

LazyInst getEquandaLazyInst(Uoid uoid)
                            throws EquandaPersistenceException
a combobox link

Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.