is.idega.idegaweb.golf.webservice.data
Interface WebserviceLoginSessionHome

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

public interface WebserviceLoginSessionHome
extends com.idega.data.IDOHome


Method Summary
 WebserviceLoginSession create()
           
 java.util.Collection findAllByUser(com.idega.user.data.User user)
           
 WebserviceLoginSession findByPrimaryKey(java.lang.Object pk)
           
 WebserviceLoginSession findByUniqueID(java.lang.String 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

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

findByPrimaryKey

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

findAllByUser

java.util.Collection findAllByUser(com.idega.user.data.User user)
                                   throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByUniqueID

WebserviceLoginSession findByUniqueID(java.lang.String id)
                                      throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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