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

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

public interface PropertyNumberHome
extends javax.ejb.EJBHome

Home interface for os.PropertyNumber. 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
 PropertyNumber create(int type, long id)
           
 PropertyNumber 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 PropertyNumber create(int type,
                             long id)
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException

findByPrimaryKey

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

See www.opensymphony.com for more information.