com.retek.component.task
Interface WorkTask

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject
All Known Subinterfaces:
ActivityRequestWorkTask, OrderWorkTask, PersonalReminderWorkTask

public interface WorkTask
extends DistributedObject, com.retek.swing11.commons.type.Displayable


Field Summary
static java.lang.String TASK
           
static java.lang.String TASKABLE
           
 
Method Summary
 void accept(WorkTaskVisitor workTaskVisitor)
           
 java.lang.String getBatchNumber()
           
 java.lang.String getCallCenterLocation()
           
 RDate getCreateDate()
           
 User getCreatedByUser()
           
 RDate getLastLeaseDate()
           
 User getLastUpdatedByUser()
           
 RDate getLastUpdatedDate()
           
 RDate getLeaseDate()
           
 User getResolvedByUser()
           
 RDate getResolvedDate()
           
 Task getTask()
           
 Taskable getTaskable()
           
 boolean isResolved()
           
 void resolve(User user)
           
 void submit(User user)
           
 
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.commons.component.BusinessObject
getBusinessInterface
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Field Detail

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
Method Detail

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25