is.idega.idegaweb.golf.entity
Interface FieldHome

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

public interface FieldHome
extends com.idega.data.IDOHome


Method Summary
 Field create()
           
 Field createLegacy()
           
 java.util.Collection findAll()
           
 java.util.Collection<Field> findAll(java.util.Collection<java.lang.String> unionIds)
           
 java.util.Collection findAllByMemberScorecard(Member member)
           
 java.util.Collection findAllOrderByUnion()
           
 Field findByPrimaryKey(int id)
           
 Field findByPrimaryKey(java.lang.Object pk)
           
 Field findByPrimaryKeyLegacy(int id)
           
 java.util.Collection<Field> findByPrimaryKeys(java.util.Collection<?> primaryKeys)
           
 java.util.Collection<Field> findByUnion(Union union)
           
 java.util.Collection findChildFields(Field field)
           
 Field findFirstByUnion(Union union)
           
 
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

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

findByPrimaryKey

Field findByPrimaryKey(java.lang.Object pk)

createLegacy

Field createLegacy()

findByPrimaryKey

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

findByPrimaryKeys

java.util.Collection<Field> findByPrimaryKeys(java.util.Collection<?> primaryKeys)
Parameters:
primaryKeys - is Collection of EJBLocalObject.getPrimaryKey(), not null;
Returns:
entities by primary keys or Collections.emptyList() on failure;

findByPrimaryKeyLegacy

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

findAll

java.util.Collection findAll()
                             throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findAllOrderByUnion

java.util.Collection findAllOrderByUnion()
                                         throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByUnion

java.util.Collection<Field> findByUnion(Union union)
                                        throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findAll

java.util.Collection<Field> findAll(java.util.Collection<java.lang.String> unionIds)
Parameters:
unionIds - is Collection of EJBLocalObject.getPrimaryKey(), skipped if null;
Returns:
entities by criteria or Collections.emptyList() on failure;

findFirstByUnion

Field findFirstByUnion(Union union)
                       throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findAllByMemberScorecard

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

findChildFields

java.util.Collection findChildFields(Field field)
                                     throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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