com.retek.component.task.impl.remote
Class TaskServicesEjb
java.lang.Object
com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
com.retek.component.task.impl.remote.TaskServicesEjb
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class TaskServicesEjb
- extends DefaultSessionEjb
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskServicesEjb
public TaskServicesEjb()
ejbCreate
public void ejbCreate()
findAllTaskTypes
public java.util.Set findAllTaskTypes()
throws SystemException
- Throws:
SystemException
findTasks
public java.util.Set findTasks(TaskSearchCriteria criteria)
throws SystemException
- Throws:
SystemException
findWorkTasks
public java.util.Set findWorkTasks(WorkTaskSearchCriteria criteria)
throws SystemException
- Throws:
SystemException
findAllRoutingAttributes
public java.util.Set findAllRoutingAttributes()
throws SystemException
- Throws:
SystemException
createReferenceCacheForTask
public ReferenceCache createReferenceCacheForTask()
throws SystemException
- Throws:
SystemException
readTask
public TaskDto readTask(DistributedReference ref,
long version)
throws SystemException
- Throws:
SystemException
readWorkTask
public WorkTaskDto readWorkTask(DistributedReference ref,
long version)
throws SystemException
- Throws:
SystemException
readRoutingAttribute
public RoutingAttributeDto readRoutingAttribute(DistributedReference ref,
long version)
throws SystemException
- Throws:
SystemException
readTaskType
public TaskTypeDto readTaskType(DistributedReference ref,
long version)
throws SystemException
- Throws:
SystemException
submit
public TaskDto submit(TaskDto dto)
throws SystemException
- Throws:
SystemException
createReferenceCacheForWorkTask
public ReferenceCache createReferenceCacheForWorkTask(java.lang.Class businessInterface)
throws SystemException
- Throws:
SystemException
submit
public WorkTaskDto submit(WorkTaskDto dto)
throws SystemException
- Throws:
SystemException
getWorkTaskSummaryItems
public java.util.Set getWorkTaskSummaryItems(DistributedReference taskTypeRef)
throws SystemException
- Throws:
SystemException
leaseNextWorkTask
public WorkTaskDto leaseNextWorkTask(WorkTaskSearchCriteria criteria,
DistributedReference userRef)
throws SystemException
- Throws:
SystemException
getNextBatchNumber
public java.lang.String getNextBatchNumber()
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28