BEA Systems, Inc.

theory.smart.ebusiness.giftregistry
Interface GiftRegistryManager


public interface GiftRegistryManager
extends Session

The GiftRegistryManager represents a specialized Home for GiftRegistry Entities. It simplifies the creation of a GiftRegistry by finding the home, creating a unique primary key, and creating the object. It uses a sequencer to generate unique registry Ids. It allows the user to specify their own sequencer. If the specifed sequencer does not exist, it creates it, and then uses it.

See Also:
GiftRegistryManagerHome, GiftRegistryManagerImpl

Method Summary
 void createRegistry(Order order)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

createRegistry

public void createRegistry(Order order)
                    throws java.rmi.RemoteException

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved