com.opensymphony.module.propertyset.ejb.types
Interface PropertyDataHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface PropertyDataHome
extends javax.ejb.EJBHome

Home interface for os.PropertyData. Lookup using {1}

Version:
XDOCLET 1.1.1 * @xdoclet-generated at Mar 6, 2002 11:07:32 AM
Author:
XDOCLET 1.1.1

Field Summary
static java.lang.String COMP_NAME
           
static java.lang.String JNDI_NAME
           
 
Method Summary
 PropertyData create(int type, long id)
           
 PropertyData findByPrimaryKey(java.lang.Long pk)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

COMP_NAME

public static final java.lang.String COMP_NAME

JNDI_NAME

public static final java.lang.String JNDI_NAME
Method Detail

create

public PropertyData create(int type,
                           long id)
                    throws java.rmi.RemoteException,
                           javax.ejb.CreateException

findByPrimaryKey

public PropertyData findByPrimaryKey(java.lang.Long pk)
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException

See www.opensymphony.com for more information.