is.idega.idegaweb.golf.entity
Class TeeColorHomeImpl

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

public class TeeColorHomeImpl
extends com.idega.data.IDOFactory
implements TeeColorHome

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.idega.data.IDOFactory
dataSource
 
Constructor Summary
TeeColorHomeImpl()
           
 
Method Summary
 TeeColor create()
           
 TeeColor createLegacy()
           
 java.util.Collection<TeeColor> findAll()
           
 java.util.Collection<TeeColor> 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)
           
 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

TeeColorHomeImpl

public TeeColorHomeImpl()
Method Detail

getEntityInterfaceClass

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

create

public TeeColor create()
                throws javax.ejb.CreateException
Specified by:
create in interface TeeColorHome
Throws:
javax.ejb.CreateException

findByPrimaryKey

public TeeColor findByPrimaryKey(java.lang.Object pk)
Specified by:
findByPrimaryKey in interface TeeColorHome

createLegacy

public TeeColor createLegacy()
Specified by:
createLegacy in interface TeeColorHome

findByPrimaryKey

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

findByPrimaryKeyLegacy

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

findByField

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

findByFieldAndGender

public java.util.Collection<TeeColor> findByFieldAndGender(java.lang.String fieldPrimaryKey,
                                                           java.lang.String gender)
Specified by:
findByFieldAndGender in interface TeeColorHome
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

public java.util.Collection<TeeColor> findAllByMemberScorecard(Member member)
                                                        throws javax.ejb.FinderException
Specified by:
findAllByMemberScorecard in interface TeeColorHome
Throws:
javax.ejb.FinderException

findAll

public java.util.Collection<TeeColor> findAll()
Specified by:
findAll in interface TeeColorHome
Returns:
all TeeColors from database or Collections.emptyList() on failure;


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