is.idega.idegaweb.golf.entity
Interface GroupHome

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

public interface GroupHome
extends com.idega.data.IDOHome


Method Summary
 Group create()
           
 Group createLegacy()
           
 Group findByPrimaryKey(int id)
           
 Group findByPrimaryKey(java.lang.Object pk)
           
 Group findByPrimaryKeyLegacy(int id)
           
 Group findOneByName(java.lang.String name)
           
 
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

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

createLegacy

Group createLegacy()

findByPrimaryKey

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

findByPrimaryKey

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

findByPrimaryKeyLegacy

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

findOneByName

Group findOneByName(java.lang.String name)


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