|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.idega.data.IDOFactory
is.idega.idegaweb.golf.entity.TeeColorHomeImpl
public class TeeColorHomeImpl
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 |
---|
public TeeColorHomeImpl()
Method Detail |
---|
public java.lang.Class getEntityInterfaceClass()
getEntityInterfaceClass
in class com.idega.data.IDOFactory
public TeeColor create() throws javax.ejb.CreateException
create
in interface TeeColorHome
javax.ejb.CreateException
public TeeColor findByPrimaryKey(java.lang.Object pk)
findByPrimaryKey
in interface TeeColorHome
public TeeColor createLegacy()
createLegacy
in interface TeeColorHome
public TeeColor findByPrimaryKey(int id) throws javax.ejb.FinderException
findByPrimaryKey
in interface TeeColorHome
javax.ejb.FinderException
public TeeColor findByPrimaryKeyLegacy(int id) throws java.sql.SQLException
findByPrimaryKeyLegacy
in interface TeeColorHome
java.sql.SQLException
public java.util.Collection<TeeColor> findByField(java.lang.String fieldPrimaryKey)
findByField
in interface TeeColorHome
fieldPrimaryKey
- is EJBLocalObject.getPrimaryKey()
,
skipped if null
;
Collection
of TeeColor
or Collections.emptyList()
on failure;public java.util.Collection<TeeColor> findByFieldAndGender(java.lang.String fieldPrimaryKey, java.lang.String gender)
findByFieldAndGender
in interface TeeColorHome
fieldPrimaryKey
- is EJBLocalObject.getPrimaryKey()
,
skipped if null
;gender
- is one of 'M', 'F' or 'B';
Collection
of TeeColor
or Collections.emptyList()
on failure;public java.util.Collection<TeeColor> findAllByMemberScorecard(Member member) throws javax.ejb.FinderException
findAllByMemberScorecard
in interface TeeColorHome
javax.ejb.FinderException
public java.util.Collection<TeeColor> findAll()
findAll
in interface TeeColorHome
TeeColor
s from database or
Collections.emptyList()
on failure;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |