1 5 8 package com.opensymphony.workflow.spi.ejb; 9 10 11 16 public interface CurrentStepLocalHome extends javax.ejb.EJBLocalHome { 17 19 public static final String COMP_NAME = "java:comp/env/ejb/CurrentStep"; 20 public static final String JNDI_NAME = "CurrentStep"; 21 22 24 public com.opensymphony.workflow.spi.ejb.CurrentStepLocal create(long entryId, int stepId, java.lang.String owner, java.sql.Timestamp startDate, java.sql.Timestamp dueDate, java.lang.String status) throws javax.ejb.CreateException ; 25 26 public java.util.Collection findByEntryId(long entryId) throws javax.ejb.FinderException ; 27 28 public com.opensymphony.workflow.spi.ejb.CurrentStepLocal findByPrimaryKey(java.lang.Long pk) throws javax.ejb.FinderException ; 29 } 30 | Popular Tags |