is.idega.idegaweb.golf.entity
Interface TeeColorHome

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

public interface TeeColorHome
extends com.idega.data.IDOHome


Method Summary
 TeeColor create()
           
 TeeColor createLegacy()
           
 java.util.Collection<TeeColor> findAll()
           
 java.util.Collection findAllByMemberScorecard(Member member)
           
 java.util.Collection<TeeColor> findByField(java.lang.String fieldPrimaryKey)
           
 java.util.Collection<TeeColor> findByFieldAndGender(java.lang.String fieldPrimaryKey, java.lang.String gender)
           
 TeeColor findByPrimaryKey(int id)
           
 TeeColor findByPrimaryKey(java.lang.Object pk)
           
 TeeColor findByPrimaryKeyLegacy(int id)
           
 
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

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

findByPrimaryKey

TeeColor findByPrimaryKey(java.lang.Object pk)

createLegacy

TeeColor createLegacy()

findByPrimaryKey

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

findByPrimaryKeyLegacy

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

findByField

java.util.Collection<TeeColor> findByField(java.lang.String fieldPrimaryKey)
Parameters:
fieldPrimaryKey - is EJBLocalObject.getPrimaryKey(), skipped if null;
Returns:
Collection of TeeColor or Collections.emptyList() on failure;

findByFieldAndGender

java.util.Collection<TeeColor> findByFieldAndGender(java.lang.String fieldPrimaryKey,
                                                    java.lang.String gender)
Parameters:
fieldPrimaryKey - is EJBLocalObject.getPrimaryKey(), skipped if null;
gender - is one of 'M', 'F' or 'B';
Returns:
Collection of TeeColor or Collections.emptyList() on failure;

findAllByMemberScorecard

java.util.Collection findAllByMemberScorecard(Member member)
                                              throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findAll

java.util.Collection<TeeColor> findAll()
Returns:
all TeeColors from database or Collections.emptyList() on failure;


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