1 5 8 package com.opensymphony.workflow.spi.ejb; 9 10 11 15 public interface HistoryStepPrevLocalHome extends javax.ejb.EJBLocalHome { 16 18 public static final String COMP_NAME = "java:comp/env/ejb/HistoryStepPrev"; 19 public static final String JNDI_NAME = "HistoryStepPrev"; 20 21 23 public com.opensymphony.workflow.spi.ejb.HistoryStepPrevLocal create(long id, long previousId) throws javax.ejb.CreateException ; 24 25 public com.opensymphony.workflow.spi.ejb.HistoryStepPrevLocal findByPrimaryKey(com.opensymphony.workflow.spi.ejb.PreviousStepPK pk) throws javax.ejb.FinderException ; 26 27 public java.util.Collection findByStepId(long entryId) throws javax.ejb.FinderException ; 28 } 29 | Popular Tags |