org.equanda.test.dm.client
Interface LinkableSelectorEJB

All Superinterfaces:
EquandaSelector<Uoid,Linkable,LinkableEJB>
All Known Implementing Classes:
LinkableSelectorBean

public interface LinkableSelectorEJB
extends EquandaSelector<Uoid,Linkable,LinkableEJB>

Interface for Linkable.


Method Summary
 Collection<Remove> getEquandaMultipleRemove(Uoid uoid)
           
 Collection<Remove> getEquandaMultipleRemove3(Uoid uoid)
           
 Collection<Remove> getEquandaMultipleRemove4(Uoid uoid)
           
 Remove2 getEquandaOtherSideCallFacade(Uoid uoid)
           
 Collection<Remove2> getEquandaOtherSideCallFacadeMultiple(Uoid uoid)
           
 Passport getEquandaPassport(Uoid uoid)
           
 Remove2 getEquandaSingleBidirectional(Uoid uoid)
           
 Remove2 getEquandaSingleBiOverride(Uoid uoid)
           
 Remove2 getEquandaSingleKeep(Uoid uoid)
           
 Remove getEquandaSingleRemove2(Uoid uoid)
           
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 List<Linkable> selectEquandaAll()
           
 List<LinkableEJB> selectEquandaAllEJB()
           
 List<Linkable> selectEverything()
           
 List<LinkableEJB> selectEverythingEJB()
           
 List<Linkable> selectName(String name)
           
 List<LinkableEJB> selectNameEJB(String name)
           
 
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

selectEverythingEJB

List<LinkableEJB> selectEverythingEJB()
                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEverything

List<Linkable> selectEverything()
                                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectNameEJB

List<LinkableEJB> selectNameEJB(String name)
                                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectName

List<Linkable> selectName(String name)
                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAllEJB

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

selectEquandaAll

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

removeEntityBean

void removeEntityBean(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

remove

void remove()
Specified by:
remove in interface EquandaSelector<Uoid,Linkable,LinkableEJB>

getEquandaMultipleRemove

Collection<Remove> getEquandaMultipleRemove(Uoid uoid)
                                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaPassport

Passport getEquandaPassport(Uoid uoid)
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaSingleRemove2

Remove getEquandaSingleRemove2(Uoid uoid)
                               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaMultipleRemove3

Collection<Remove> getEquandaMultipleRemove3(Uoid uoid)
                                             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaMultipleRemove4

Collection<Remove> getEquandaMultipleRemove4(Uoid uoid)
                                             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaSingleBidirectional

Remove2 getEquandaSingleBidirectional(Uoid uoid)
                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaSingleKeep

Remove2 getEquandaSingleKeep(Uoid uoid)
                             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaSingleBiOverride

Remove2 getEquandaSingleBiOverride(Uoid uoid)
                                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaOtherSideCallFacade

Remove2 getEquandaOtherSideCallFacade(Uoid uoid)
                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaOtherSideCallFacadeMultiple

Collection<Remove2> getEquandaOtherSideCallFacadeMultiple(Uoid uoid)
                                                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.