org.equanda.test.dm.client
Interface ChoicesSelectorEJB

All Superinterfaces:
EquandaSelector<Uoid,Choices,ChoicesEJB>
All Known Implementing Classes:
ChoicesSelectorBean

public interface ChoicesSelectorEJB
extends EquandaSelector<Uoid,Choices,ChoicesEJB>

Interface for Choices.


Method Summary
 Collection<String> getEquandaCountries(Uoid uoid)
           
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 List<Choices> selectEquandaAll()
           
 List<ChoicesEJB> 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<ChoicesEJB> selectEquandaAllEJB()
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAll

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

removeEntityBean

void removeEntityBean(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

remove

void remove()
Specified by:
remove in interface EquandaSelector<Uoid,Choices,ChoicesEJB>

getEquandaCountries

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


Copyright © 2007-2008. All Rights Reserved.