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

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface PropertyDecimalLocalHome
extends javax.ejb.EJBLocalHome

Local home interface for PropertyDecimal.

Version:
$Revision: 1.2 $
Author:
Hani Suleiman, Joe Walnes
See Also:
PropertyStoreEJB

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

Field Detail

COMP_NAME

public static final java.lang.String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

public static final java.lang.String JNDI_NAME
See Also:
Constant Field Values
Method Detail

create

public PropertyDecimalLocal create(int type,
                                   long id)
                            throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findByPrimaryKey

public PropertyDecimalLocal findByPrimaryKey(java.lang.Long pk)
                                      throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony