friend
Interface FriendHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface FriendHome
extends javax.ejb.EJBLocalHome

Friend Entity Local Home Interface

Since:
2005. 3. 30.
Author:
¹ÙºÎ°õ

Method Summary
 Friend create(Integer uid, Integer f_uid, Integer m_uid)
           
 Collection findByFriend(Integer f_uid)
           
 Friend findByPrimaryKey(Integer uid)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

public Friend create(Integer uid,
                     Integer f_uid,
                     Integer m_uid)
              throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findByPrimaryKey

public Friend findByPrimaryKey(Integer uid)
                        throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByFriend

public Collection findByFriend(Integer f_uid)
                        throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException