© 2001 BEA Systems, Inc.

examples.usermgmt
Interface UnifiedUserHome


public interface UnifiedUserHome

Home interface for the UnifiedUser bean example.


Method Summary
 UnifiedUser create(UnifiedUserPk pk)
          Create a new bean with the given pk.
 UnifiedUser findByPrimaryKey(UnifiedUserPk pk)
          Finds the UnifiedUser based on the particular pk.
 

Method Detail

create

public UnifiedUser create(UnifiedUserPk pk)
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException
Create a new bean with the given pk.

findByPrimaryKey

public UnifiedUser findByPrimaryKey(UnifiedUserPk pk)
                             throws javax.ejb.FinderException,
                                    java.rmi.RemoteException
Finds the UnifiedUser based on the particular pk.

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved