com.instantbank.component.lettertemplate.ejb
Interface LetterTemplateHome

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

public interface LetterTemplateHome
extends javax.ejb.EJBHome

home interface of LetterTemplate EJB (Session Stateful EJB)

Author:
Instant-bank (Consuelo Franky)

Method Summary
 LetterTemplate create(java.lang.String companyId, java.lang.Long userId)
          creation of a LetterTemplate instance
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public LetterTemplate create(java.lang.String companyId,
                             java.lang.Long userId)
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException
creation of a LetterTemplate instance
Parameters:
companyId - current company
userId - current user
Returns:
LetterTemplate reference
Throws:
java.rmi.RemoteException -  
javax.ejb.CreateException -