org.equanda.test.dm.client
Interface DelegateSelectorEJB

All Superinterfaces:
EquandaSelector<Uoid,Delegate,DelegateEJB>
All Known Implementing Classes:
DelegateSelectorBean

public interface DelegateSelectorEJB
extends EquandaSelector<Uoid,Delegate,DelegateEJB>

Interface for Delegate.


Method Summary
 Linkable getEquandaLink1(Uoid uoid)
           
 Linkable getEquandaLink2(Uoid uoid)
           
 Passport getEquandaPassport(Uoid uoid)
           
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 List<Delegate> selectEquandaAll()
           
 List<DelegateEJB> 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

selectEquandaAllEJB

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

selectEquandaAll

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

removeEntityBean

void removeEntityBean(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

remove

void remove()
Specified by:
remove in interface EquandaSelector<Uoid,Delegate,DelegateEJB>

getEquandaLink1

Linkable getEquandaLink1(Uoid uoid)
                         throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaLink2

Linkable getEquandaLink2(Uoid uoid)
                         throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaPassport

Passport getEquandaPassport(Uoid uoid)
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.