org.equanda.test.dm.client
Interface FootballPlayerSelectorEJB

All Superinterfaces:
EquandaSelector<Uoid,FootballPlayer,FootballPlayerEJB>
All Known Implementing Classes:
FootballPlayerSelectorBean

public interface FootballPlayerSelectorEJB
extends EquandaSelector<Uoid,FootballPlayer,FootballPlayerEJB>

Interface for FootballPlayer.


Method Summary
 Collection<String> getEquandaTags(Uoid uoid)
           
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 List<FootballPlayer> selectAll()
           
 List<FootballPlayerEJB> selectAllEJB()
           
 List<FootballPlayer> selectDefensePlayers()
           
 List<FootballPlayerEJB> selectDefensePlayersEJB()
           
 List<FootballPlayer> selectEquandaAll()
           
 List<FootballPlayerEJB> selectEquandaAllEJB()
           
 List<FootballPlayer> selectFieldPlayers()
           
 List<FootballPlayerEJB> selectFieldPlayersEJB()
           
 
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

selectAllEJB

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

selectAll

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

selectFieldPlayersEJB

List<FootballPlayerEJB> selectFieldPlayersEJB()
                                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectFieldPlayers

List<FootballPlayer> selectFieldPlayers()
                                        throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectDefensePlayersEJB

List<FootballPlayerEJB> selectDefensePlayersEJB()
                                                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectDefensePlayers

List<FootballPlayer> selectDefensePlayers()
                                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAllEJB

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

selectEquandaAll

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

removeEntityBean

void removeEntityBean(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

remove

void remove()
Specified by:
remove in interface EquandaSelector<Uoid,FootballPlayer,FootballPlayerEJB>

getEquandaTags

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


Copyright © 2007-2008. All Rights Reserved.