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