is.idega.idegaweb.golf.entity
Class TournamentGroupHomeImpl

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

public class TournamentGroupHomeImpl
extends com.idega.data.IDOFactory
implements TournamentGroupHome

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.idega.data.IDOFactory
dataSource
 
Constructor Summary
TournamentGroupHomeImpl()
           
 
Method Summary
 TournamentGroup create()
           
 TournamentGroup createLegacy()
           
 java.util.Collection<TournamentGroup> findByMember(Member member)
           
 TournamentGroup findByPrimaryKey(int id)
           
 TournamentGroup findByPrimaryKey(java.lang.Object pk)
           
 TournamentGroup findByPrimaryKeyLegacy(int id)
           
protected  java.lang.Class getEntityInterfaceClass()
           
 
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

TournamentGroupHomeImpl

public TournamentGroupHomeImpl()
Method Detail

getEntityInterfaceClass

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

create

public TournamentGroup create()
                       throws javax.ejb.CreateException
Specified by:
create in interface TournamentGroupHome
Throws:
javax.ejb.CreateException

createLegacy

public TournamentGroup createLegacy()
Specified by:
createLegacy in interface TournamentGroupHome

findByPrimaryKey

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

findByPrimaryKey

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

findByPrimaryKeyLegacy

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

findByMember

public java.util.Collection<TournamentGroup> findByMember(Member member)
Specified by:
findByMember in interface TournamentGroupHome
Parameters:
member - who is applying into group, not null;
Returns:
TournamentGroups, where given Member can apply or Collections.emptyList() on failure;


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