BEA Systems, Inc.

com.beasys.commerce.axiom.reasoning.rules
Interface RuleSheetDefinitionHome


public interface RuleSheetDefinitionHome
extends javax.ejb.EJBHome

Home interface for the RuleSheetDefinition.


Method Summary
 RuleSheetDefinition create(java.lang.String aName, byte[] aDocument)
          Create.
 RuleSheetDefinition findByName(java.lang.String aName)
          Find by name.
 RuleSheetDefinition findByPrimaryKey(RuleSheetDefinitionPK pk)
          Find by primary key.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public RuleSheetDefinition create(java.lang.String aName,
                                  byte[] aDocument)
                           throws javax.ejb.CreateException,
                                  javax.ejb.EJBException,
                                  java.rmi.RemoteException
Create.
Parameters:
aName -  
aDocument -  
Returns:
RuleSheetDefinition
Throws:
CreateException -  
EJBException -  
RemoteException -  

findByPrimaryKey

public RuleSheetDefinition findByPrimaryKey(RuleSheetDefinitionPK pk)
                                     throws javax.ejb.FinderException,
                                            javax.ejb.EJBException,
                                            java.rmi.RemoteException
Find by primary key.
Parameters:
pk -  
Returns:
RuleSheetDefinition
Throws:
FinderException -  
EJBException -  
RemoteException -  

findByName

public RuleSheetDefinition findByName(java.lang.String aName)
                               throws javax.ejb.FinderException,
                                      javax.ejb.EJBException,
                                      java.rmi.RemoteException
Find by name.
Parameters:
aName -  
Returns:
RuleSheetDefinition
Throws:
FinderException -  
EJBException -  
RemoteException -  

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved