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

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

public interface PropertyDecimalHome
extends javax.ejb.EJBHome

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

findByPrimaryKey

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

See www.opensymphony.com for more information.