is.idega.idegaweb.golf.entity
Interface UnionImageHome

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

public interface UnionImageHome
extends com.idega.data.IDOHome


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

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

createLegacy

UnionImage createLegacy()

findByPrimaryKey

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

findByPrimaryKey

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

findByPrimaryKeyLegacy

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


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