is.idega.idegaweb.golf.entity
Interface PhoneHome

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

public interface PhoneHome
extends com.idega.data.IDOHome


Method Summary
 Phone create()
           
 Phone createLegacy()
           
 java.util.Collection<Phone> findByMemberAndType(java.lang.Object memberPk, int type)
           
 Phone findByPrimaryKey(int id)
           
 Phone findByPrimaryKey(java.lang.Object pk)
           
 Phone 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

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

createLegacy

Phone createLegacy()

findByPrimaryKey

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

findByPrimaryKey

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

findByPrimaryKeyLegacy

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

findByMemberAndType

java.util.Collection<Phone> findByMemberAndType(java.lang.Object memberPk,
                                                int type)


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