is.idega.idegaweb.golf.entity
Interface StartingtimeHome

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

public interface StartingtimeHome
extends com.idega.data.IDOHome


Method Summary
 Startingtime create()
           
 Startingtime findByMemberAndTournamentRound(Member member, TournamentRound round)
           
 Startingtime findByPrimaryKey(int id)
           
 Startingtime findByPrimaryKey(java.lang.Object pk)
           
 Startingtime findByPrimaryKeyLegacy(int id)
           
 int getCount(java.sql.Date date, int fieldID)
           
 int getNumberInGroup(TournamentRound round, int grupNum, int teeNumber)
           
 
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

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

findByPrimaryKey

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

findByPrimaryKey

Startingtime findByPrimaryKey(int id)
                              throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByPrimaryKeyLegacy

Startingtime findByPrimaryKeyLegacy(int id)
                                    throws java.sql.SQLException
Throws:
java.sql.SQLException

findByMemberAndTournamentRound

Startingtime findByMemberAndTournamentRound(Member member,
                                            TournamentRound round)
                                            throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

getNumberInGroup

int getNumberInGroup(TournamentRound round,
                     int grupNum,
                     int teeNumber)
                     throws com.idega.data.IDOException
Throws:
com.idega.data.IDOException

getCount

int getCount(java.sql.Date date,
             int fieldID)
             throws com.idega.data.IDOException
Throws:
com.idega.data.IDOException


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