?? historysteplocalhome.java
字號(hào):
/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. *//* * Generated by XDoclet - Do not edit! */package com.opensymphony.workflow.spi.ejb;/** * Local home interface for HistoryStep. * @author <a href="mailto:hani@formicary.net">Hani Suleiman</a> * @author <a href="mailto:plightbo@hotmail.com">Pat Lightbody</a> */public interface HistoryStepLocalHome extends javax.ejb.EJBLocalHome { //~ Static fields/initializers ///////////////////////////////////////////// public static final String COMP_NAME = "java:comp/env/ejb/HistoryStep"; public static final String JNDI_NAME = "HistoryStep"; //~ Methods //////////////////////////////////////////////////////////////// public com.opensymphony.workflow.spi.ejb.HistoryStepLocal create(long id, long entryId, int stepId, int actionId, java.lang.String owner, java.sql.Timestamp startDate, java.sql.Timestamp dueDate, java.sql.Timestamp finishDate, java.lang.String status, java.lang.String caller) throws javax.ejb.CreateException; public java.util.Collection findByEntryId(long entryId) throws javax.ejb.FinderException; public com.opensymphony.workflow.spi.ejb.HistoryStepLocal findByPrimaryKey(java.lang.Long pk) throws javax.ejb.FinderException;}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -