com.retek.component.task
Interface WorkTask
- All Superinterfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject
- All Known Subinterfaces:
- ActivityRequestWorkTask, OrderWorkTask, PersonalReminderWorkTask
- All Known Implementing Classes:
- ActivityRequestWorkTaskImpl, OrderWorkTaskImpl, PersonalReminderWorkTaskImpl, WorkTaskImpl
- public interface WorkTask
- extends DistributedObject, com.retek.swing11.commons.type.Displayable
Field Summary |
static java.lang.String |
TASK
|
static java.lang.String |
TASKABLE
|
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
Methods inherited from interface com.retek.swing11.commons.type.Displayable |
toDisplayString |
TASKABLE
public static final java.lang.String TASKABLE
- See Also:
- Constant Field Values
TASK
public static final java.lang.String TASK
- See Also:
- Constant Field Values
getCreatedByUser
public User getCreatedByUser()
throws SystemException
- Throws:
SystemException
getCreateDate
public RDate getCreateDate()
throws SystemException
- Throws:
SystemException
getLastUpdatedByUser
public User getLastUpdatedByUser()
throws SystemException
- Throws:
SystemException
getLastUpdatedDate
public RDate getLastUpdatedDate()
throws SystemException
- Throws:
SystemException
getTask
public Task getTask()
throws SystemException
- Throws:
SystemException
getTaskable
public Taskable getTaskable()
throws SystemException
- Throws:
SystemException
submit
public void submit(User user)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getLeaseDate
public RDate getLeaseDate()
throws SystemException
- Throws:
SystemException
getLastLeaseDate
public RDate getLastLeaseDate()
throws SystemException
- Throws:
SystemException
getResolvedByUser
public User getResolvedByUser()
throws SystemException
- Throws:
SystemException
getCallCenterLocation
public java.lang.String getCallCenterLocation()
throws SystemException
- Throws:
SystemException
isResolved
public boolean isResolved()
throws SystemException
- Throws:
SystemException
getResolvedDate
public RDate getResolvedDate()
throws SystemException
- Throws:
SystemException
resolve
public void resolve(User user)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
accept
public void accept(WorkTaskVisitor workTaskVisitor)
throws SystemException
- Throws:
SystemException
getBatchNumber
public java.lang.String getBatchNumber()
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28