is.idega.idegaweb.golf.entity
Interface FieldImageHome

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

public interface FieldImageHome
extends com.idega.data.IDOHome


Method Summary
 FieldImage create()
           
 FieldImage createLegacy()
           
 java.util.Collection findAll()
           
 FieldImage findByPrimaryKey(int id)
           
 FieldImage findByPrimaryKey(java.lang.Object pk)
           
 FieldImage 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

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

createLegacy

FieldImage createLegacy()

findByPrimaryKey

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

findByPrimaryKey

FieldImage findByPrimaryKey(java.lang.Object pk)
                            throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByPrimaryKeyLegacy

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

findAll

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


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