is.idega.idegaweb.golf.entity
Interface TournamentTournamentTourHome

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

public interface TournamentTournamentTourHome
extends com.idega.data.IDOHome


Method Summary
 TournamentTournamentTour create()
           
 TournamentTournamentTour create(TournamentTournamentTourPK primaryKey)
           
 TournamentTournamentTour findByPrimaryKey(java.lang.Object primaryKey)
           
 TournamentTournamentTour findByPrimaryKey(TournamentTournamentTourPK primaryKey)
           
 
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

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

findByPrimaryKey

TournamentTournamentTour findByPrimaryKey(TournamentTournamentTourPK primaryKey)
                                          throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByPrimaryKey

TournamentTournamentTour findByPrimaryKey(java.lang.Object primaryKey)
                                          throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

create

TournamentTournamentTour create(TournamentTournamentTourPK primaryKey)
                                throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException


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