is.idega.idegaweb.golf.access
Interface LoginTableHome

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

public interface LoginTableHome
extends com.idega.data.IDOHome


Method Summary
 LoginTable create()
           
 LoginTable createLegacy()
           
 LoginTable findByMember(Member p0)
           
 LoginTable findByPrimaryKey(int id)
           
 LoginTable findByPrimaryKey(java.lang.Object pk)
           
 LoginTable findByPrimaryKeyLegacy(int id)
           
 java.util.Collection findByUserLogin(java.lang.String p0)
           
 
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

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

createLegacy

LoginTable createLegacy()

findByPrimaryKey

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

findByPrimaryKey

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

findByPrimaryKeyLegacy

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

findByMember

LoginTable findByMember(Member p0)
                        throws javax.ejb.EJBException,
                               javax.ejb.FinderException
Throws:
javax.ejb.EJBException
javax.ejb.FinderException

findByUserLogin

java.util.Collection findByUserLogin(java.lang.String p0)
                                     throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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