is.idega.idegaweb.golf.entity
Class FieldHomeImpl
java.lang.Object
com.idega.data.IDOFactory
is.idega.idegaweb.golf.entity.FieldHomeImpl
- All Implemented Interfaces:
- com.idega.data.IDOHome, FieldHome, java.io.Serializable, javax.ejb.EJBLocalHome
public class FieldHomeImpl
- extends com.idega.data.IDOFactory
- implements FieldHome
- See Also:
- Serialized Form
Fields inherited from class com.idega.data.IDOFactory |
dataSource |
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 |
FieldHomeImpl
public FieldHomeImpl()
getEntityInterfaceClass
public java.lang.Class getEntityInterfaceClass()
- Specified by:
getEntityInterfaceClass
in class com.idega.data.IDOFactory
create
public Field create()
throws javax.ejb.CreateException
- Specified by:
create
in interface FieldHome
- Throws:
javax.ejb.CreateException
findByPrimaryKey
public Field findByPrimaryKey(java.lang.Object pk)
- Specified by:
findByPrimaryKey
in interface FieldHome
createLegacy
public Field createLegacy()
- Specified by:
createLegacy
in interface FieldHome
findByPrimaryKey
public Field findByPrimaryKey(int id)
throws javax.ejb.FinderException
- Specified by:
findByPrimaryKey
in interface FieldHome
- Throws:
javax.ejb.FinderException
findByPrimaryKeyLegacy
public Field findByPrimaryKeyLegacy(int id)
throws java.sql.SQLException
- Specified by:
findByPrimaryKeyLegacy
in interface FieldHome
- Throws:
java.sql.SQLException
findByPrimaryKeys
public java.util.Collection<Field> findByPrimaryKeys(java.util.Collection<?> primaryKeys)
- Specified by:
findByPrimaryKeys
in interface FieldHome
- Parameters:
primaryKeys
- is Collection
of EJBLocalObject.getPrimaryKey()
,
not null
;
- Returns:
- entities by primary keys or
Collections.emptyList()
on failure;
findAll
public java.util.Collection<Field> findAll(java.util.Collection<java.lang.String> unionIds)
- Specified by:
findAll
in interface FieldHome
- Parameters:
unionIds
- is Collection
of EJBLocalObject.getPrimaryKey()
,
skipped if null
;
- Returns:
- entities by criteria or
Collections.emptyList()
on failure;
findAll
public java.util.Collection findAll()
throws javax.ejb.FinderException
- Specified by:
findAll
in interface FieldHome
- Throws:
javax.ejb.FinderException
findAllOrderByUnion
public java.util.Collection findAllOrderByUnion()
throws javax.ejb.FinderException
- Specified by:
findAllOrderByUnion
in interface FieldHome
- Throws:
javax.ejb.FinderException
findByUnion
public java.util.Collection findByUnion(Union union)
throws javax.ejb.FinderException
- Specified by:
findByUnion
in interface FieldHome
- Throws:
javax.ejb.FinderException
findFirstByUnion
public Field findFirstByUnion(Union union)
throws javax.ejb.FinderException
- Specified by:
findFirstByUnion
in interface FieldHome
- Throws:
javax.ejb.FinderException
findAllByMemberScorecard
public java.util.Collection findAllByMemberScorecard(Member member)
throws javax.ejb.FinderException
- Specified by:
findAllByMemberScorecard
in interface FieldHome
- Throws:
javax.ejb.FinderException
findChildFields
public java.util.Collection findChildFields(Field field)
throws javax.ejb.FinderException
- Specified by:
findChildFields
in interface FieldHome
- Throws:
javax.ejb.FinderException
Copyright © 2000-2014 idega software. All Rights Reserved.