is.idega.idegaweb.golf.entity
Class StartingtimeHomeImpl

java.lang.Object
  extended by com.idega.data.IDOFactory
      extended by is.idega.idegaweb.golf.entity.StartingtimeHomeImpl
All Implemented Interfaces:
com.idega.data.IDOHome, StartingtimeHome, java.io.Serializable, javax.ejb.EJBLocalHome

public class StartingtimeHomeImpl
extends com.idega.data.IDOFactory
implements StartingtimeHome

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.idega.data.IDOFactory
dataSource
 
Constructor Summary
StartingtimeHomeImpl()
           
 
Method Summary
 Startingtime create()
           
 Startingtime createLegacy()
           
 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)
           
 java.lang.Class getEntityInterfaceClass()
           
 int getNumberInGroup(TournamentRound round, int groupNumber, int teeNumber)
           
 
Methods inherited from class com.idega.data.IDOFactory
createEntity, createIDO, decode, decode, findByPrimaryKeyCollection, findByPrimaryKeyIDO, findByPrimaryKeyIDO, findSubTypeByPrimaryKeyIDO, findSubTypesByPrimaryKeysIDO, getDatasource, getEntityBeanClass, getEntityCollectionForPrimaryKeys, getEntitySetForPrimaryKeys, getHomesForSubtypes, getHomesForSubtypes, idoCheckInPooledEntity, idoCheckOutPooledEntity, idoCreate, idoCreate, idoFindByPrimaryKey, idoFindByPrimaryKey, idoFindByPrimaryKey, idoFindByPrimaryKey, idoFindByPrimaryKey, idoFindByPrimaryKey, remove, setDatasource, setDatasource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

StartingtimeHomeImpl

public StartingtimeHomeImpl()
Method Detail

getEntityInterfaceClass

public java.lang.Class getEntityInterfaceClass()
Specified by:
getEntityInterfaceClass in class com.idega.data.IDOFactory

create

public Startingtime create()
                    throws javax.ejb.CreateException
Specified by:
create in interface StartingtimeHome
Throws:
javax.ejb.CreateException

findByPrimaryKey

public Startingtime findByPrimaryKey(java.lang.Object pk)
                              throws javax.ejb.FinderException
Specified by:
findByPrimaryKey in interface StartingtimeHome
Throws:
javax.ejb.FinderException

createLegacy

public Startingtime createLegacy()

findByPrimaryKey

public Startingtime findByPrimaryKey(int id)
                              throws javax.ejb.FinderException
Specified by:
findByPrimaryKey in interface StartingtimeHome
Throws:
javax.ejb.FinderException

findByPrimaryKeyLegacy

public Startingtime findByPrimaryKeyLegacy(int id)
                                    throws java.sql.SQLException
Specified by:
findByPrimaryKeyLegacy in interface StartingtimeHome
Throws:
java.sql.SQLException

findByMemberAndTournamentRound

public Startingtime findByMemberAndTournamentRound(Member member,
                                                   TournamentRound round)
                                            throws javax.ejb.FinderException
Specified by:
findByMemberAndTournamentRound in interface StartingtimeHome
Throws:
javax.ejb.FinderException

getNumberInGroup

public int getNumberInGroup(TournamentRound round,
                            int groupNumber,
                            int teeNumber)
                     throws com.idega.data.IDOException
Specified by:
getNumberInGroup in interface StartingtimeHome
Throws:
com.idega.data.IDOException

getCount

public int getCount(java.sql.Date date,
                    int fieldID)
             throws com.idega.data.IDOException
Specified by:
getCount in interface StartingtimeHome
Throws:
com.idega.data.IDOException


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