public interface ProcessTaskInfoHome
extends javax.ejb.EJBLocalHome
| Finder Name | Finder Description | Returns | 
|---|---|---|
findByPrimaryKey | one | |
findByProcess | one | |
findByProcessAndSegment | one | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessTaskInfo | 
create()
Returns a new instance. 
 | 
ProcessTaskInfo | 
create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. 
 | 
ProcessTaskInfo | 
findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws  
ObjectNotFoundException if the instance is not found. | 
ProcessTaskInfo | 
findByProcess(java.lang.String pProcessName)  | 
ProcessTaskInfo | 
findByProcessAndSegment(java.lang.String pProcessName,
                       java.lang.String pSegmentName)  | 
ProcessTaskInfo | 
wrapRepositoryItem(RepositoryItem pRepositoryItem)  | 
java.util.Collection | 
wrapRepositoryItems(java.util.Collection pRepositoryItems)  | 
ProcessTaskInfo create() throws javax.ejb.CreateException, javax.ejb.EJBException
EPubHomes factory was obtained. If the instance is backed by a persistent implementation, it may not actually be persisted until ProcessTaskInfo.writeInstance() is called on the instance (and the transaction is committed, if the implementation is transaction-aware).javax.ejb.CreateExceptionjavax.ejb.EJBExceptionProcessTaskInfo create(java.lang.String pId) throws javax.ejb.CreateException, javax.ejb.EJBException
EPubHomes factory was obtained. If the instance is backed by a persistent implementation, it may not actually be persisted until ProcessTaskInfo.writeInstance() is called on the instance (and the transaction is committed, if the implementation is transaction-aware).javax.ejb.CreateExceptionjavax.ejb.EJBExceptionProcessTaskInfo findByPrimaryKey(java.lang.String primaryKey) throws javax.ejb.FinderException, javax.ejb.EJBException
ObjectNotFoundException if the instance is not found.javax.ejb.FinderExceptionjavax.ejb.EJBExceptionProcessTaskInfo findByProcess(java.lang.String pProcessName) throws javax.ejb.FinderException, javax.ejb.EJBException
ObjectNotFoundException if no such instance is found.javax.ejb.FinderExceptionjavax.ejb.EJBExceptionProcessTaskInfo findByProcessAndSegment(java.lang.String pProcessName, java.lang.String pSegmentName) throws javax.ejb.FinderException, javax.ejb.EJBException
ObjectNotFoundException if no such instance is found.javax.ejb.FinderExceptionjavax.ejb.EJBExceptionjava.util.Collection wrapRepositoryItems(java.util.Collection pRepositoryItems)
ProcessTaskInfo wrapRepositoryItem(RepositoryItem pRepositoryItem)