is.idega.idegaweb.golf.entity
Interface TeeHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome, com.idega.data.IDOHome
- All Known Implementing Classes:
- TeeHomeImpl
public interface TeeHome
- extends com.idega.data.IDOHome
Method Summary |
Tee |
create()
|
Tee |
createLegacy()
|
java.util.Collection |
findByFieldAndHoleNumber(int fieldID,
int holeNumber)
|
Tee |
findByFieldAndTeeColorAndHoleNumber(Field field,
TeeColor teeColor,
int holeNumber)
|
Tee |
findByFieldAndTeeColorAndHoleNumber(int fieldID,
int teeColorID,
int holeNumber)
|
java.util.Collection |
findByFieldAndTeeColorAndHoleNumbers(Field field,
TeeColor teeColor,
int startHole,
int endHole)
|
Tee |
findByPrimaryKey(int id)
|
Tee |
findByPrimaryKey(java.lang.Object pk)
|
Tee |
findByPrimaryKeyLegacy(int id)
|
int |
getFieldLength(Field field,
TeeColor teeColor)
|
int |
getFieldPar(Field field,
TeeColor teeColor)
|
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
Tee create()
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
findByPrimaryKey
Tee findByPrimaryKey(java.lang.Object pk)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
createLegacy
Tee createLegacy()
findByPrimaryKey
Tee findByPrimaryKey(int id)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByPrimaryKeyLegacy
Tee findByPrimaryKeyLegacy(int id)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
findByFieldAndHoleNumber
java.util.Collection findByFieldAndHoleNumber(int fieldID,
int holeNumber)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByFieldAndTeeColorAndHoleNumber
Tee findByFieldAndTeeColorAndHoleNumber(Field field,
TeeColor teeColor,
int holeNumber)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByFieldAndTeeColorAndHoleNumber
Tee findByFieldAndTeeColorAndHoleNumber(int fieldID,
int teeColorID,
int holeNumber)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByFieldAndTeeColorAndHoleNumbers
java.util.Collection findByFieldAndTeeColorAndHoleNumbers(Field field,
TeeColor teeColor,
int startHole,
int endHole)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
getFieldPar
int getFieldPar(Field field,
TeeColor teeColor)
throws com.idega.data.IDOException
- Throws:
com.idega.data.IDOException
getFieldLength
int getFieldLength(Field field,
TeeColor teeColor)
throws com.idega.data.IDOException
- Throws:
com.idega.data.IDOException
Copyright © 2000-2014 idega software. All Rights Reserved.