is.idega.idegaweb.golf.entity
Interface TournamentTourHome

All Superinterfaces:
javax.ejb.EJBLocalHome, com.idega.data.IDOHome
All Known Implementing Classes:
TournamentTourHomeImpl

public interface TournamentTourHome
extends com.idega.data.IDOHome


Method Summary
 TournamentTour create()
           
 java.util.Collection findAllByUnionID(int unionID)
           
 TournamentTour findByPrimaryKey(java.lang.Object pk)
           
 java.util.Collection findByTournamentID(java.lang.Object tournamentID)
           
 java.util.Collection getTournamentIDs(TournamentTour tour)
           
 
Methods inherited from interface com.idega.data.IDOHome
createIDO, decode, decode, findByPrimaryKeyCollection, findByPrimaryKeyIDO, getDatasource, getEntityCollectionForPrimaryKeys, setDatasource, setDatasource
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

TournamentTour create()
                      throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findByPrimaryKey

TournamentTour findByPrimaryKey(java.lang.Object pk)
                                throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findAllByUnionID

java.util.Collection findAllByUnionID(int unionID)
                                      throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByTournamentID

java.util.Collection findByTournamentID(java.lang.Object tournamentID)
                                        throws javax.ejb.FinderException,
                                               com.idega.data.IDORelationshipException
Throws:
javax.ejb.FinderException
com.idega.data.IDORelationshipException

getTournamentIDs

java.util.Collection getTournamentIDs(TournamentTour tour)
                                      throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


Copyright © 2000-2014 idega software. All Rights Reserved.