public interface HistoryStepLocalHome
Modifier and Type | Field and Description |
---|---|
static String |
COMP_NAME |
static String |
JNDI_NAME |
Modifier and Type | Method and Description |
---|---|
HistoryStepLocal |
create(long id,
long entryId,
int stepId,
int actionId,
String owner,
Timestamp startDate,
Timestamp dueDate,
Timestamp finishDate,
String status,
String caller) |
Collection |
findByEntryId(long entryId) |
HistoryStepLocal |
findByPrimaryKey(Long pk) |
static final String COMP_NAME
static final String JNDI_NAME
HistoryStepLocal create(long id, long entryId, int stepId, int actionId, String owner, Timestamp startDate, Timestamp dueDate, Timestamp finishDate, String status, String caller) throws javax.ejb.CreateException
javax.ejb.CreateException
Collection findByEntryId(long entryId) throws javax.ejb.FinderException
javax.ejb.FinderException
HistoryStepLocal findByPrimaryKey(Long pk) throws javax.ejb.FinderException
javax.ejb.FinderException
Copyright © 2021 catworkx GmbH. All rights reserved.