is.idega.idegaweb.golf.entity
Interface TournamentGroupHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome, com.idega.data.IDOHome
- All Known Implementing Classes:
- TournamentGroupHomeImpl
public interface TournamentGroupHome
- extends com.idega.data.IDOHome
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 |
create
TournamentGroup create()
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
createLegacy
TournamentGroup createLegacy()
findByPrimaryKey
TournamentGroup findByPrimaryKey(int id)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByPrimaryKey
TournamentGroup findByPrimaryKey(java.lang.Object pk)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByPrimaryKeyLegacy
TournamentGroup findByPrimaryKeyLegacy(int id)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
findByMember
java.util.Collection<TournamentGroup> findByMember(Member member)
- Parameters:
member
- who is applying into group, not null
;
- Returns:
TournamentGroup
s, where given Member
can apply or Collections.emptyList()
on failure;
Copyright © 2000-2014 idega software. All Rights Reserved.