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

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

public interface PropertyDateHome
extends javax.ejb.EJBHome

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

Version:
XDOCLET 1.1.1
Author:
XDOCLET 1.1.1
See Also:
com.opensymphony.module.propertyset.ejb.AbstractValueEntityEJB, com.opensymphony.module.propertyset.ejb.ValueEntity, PropertyStoreEJB

Field Summary
static java.lang.String COMP_NAME
           
static java.lang.String JNDI_NAME
           
 
Method Summary
 PropertyDate create(int type, long id)
           
 PropertyDate 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 PropertyDate create(int type,
                           long id)
                    throws java.rmi.RemoteException,
                           javax.ejb.CreateException

findByPrimaryKey

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

See www.opensymphony.com for more information.