org.equanda.test.dm.client
Interface AutoFieldsSelectorEJB

All Superinterfaces:
EquandaSelector<Uoid,AutoFields,AutoFieldsEJB>
All Known Implementing Classes:
AutoFieldsSelectorBean

public interface AutoFieldsSelectorEJB
extends EquandaSelector<Uoid,AutoFields,AutoFieldsEJB>

Interface for AutoFields.


Method Summary
 Collection<String> getEquandaMultipleAuto(Uoid uoid)
           
 Collection<Passport> getEquandaMultiplePassport(Uoid uoid)
           
 Passport getEquandaPassport(Uoid uoid)
           
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 List<AutoFields> selectAutoInt(int autoInt)
           
 List<AutoFieldsEJB> selectAutoIntEJB(int autoInt)
           
 List<AutoFields> selectEquandaAll()
           
 List<AutoFieldsEJB> selectEquandaAllEJB()
           
 
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

selectAutoIntEJB

List<AutoFieldsEJB> selectAutoIntEJB(int autoInt)
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectAutoInt

List<AutoFields> selectAutoInt(int autoInt)
                               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAllEJB

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

selectEquandaAll

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

removeEntityBean

void removeEntityBean(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

remove

void remove()
Specified by:
remove in interface EquandaSelector<Uoid,AutoFields,AutoFieldsEJB>

getEquandaPassport

Passport getEquandaPassport(Uoid uoid)
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaMultipleAuto

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

getEquandaMultiplePassport

Collection<Passport> getEquandaMultiplePassport(Uoid uoid)
                                                throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.