com.retek.component.task.impl
Class ActivityRequestWorkTaskImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.task.impl.WorkTaskImpl
              extended bycom.retek.component.task.impl.ActivityRequestWorkTaskImpl
All Implemented Interfaces:
ActivityRequestWorkTask, BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, WorkTask

public class ActivityRequestWorkTaskImpl
extends WorkTaskImpl
implements ActivityRequestWorkTask


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.task.ActivityRequestWorkTask
ACTIVITY_REQUEST
 
Fields inherited from interface com.retek.component.task.WorkTask
TASK, TASKABLE
 
Constructor Summary
ActivityRequestWorkTaskImpl(DistributedContext context, DistributedReference reference, ActivityRequest activityRequest)
           
ActivityRequestWorkTaskImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 void accept(WorkTaskVisitor workTaskVisitor)
           
 ActivityRequest getActivityRequest()
           
 ActivityRequestWorkTaskDto getActivityRequestWorkTaskDto()
           
 Banner getBanner()
           
 java.lang.String getCallCenterLocation()
           
 java.lang.String getOrderNumber()
           
 OrderSource getOrderSource()
           
 void resolve(User user)
           
protected  void validate()
           
 
Methods inherited from class com.retek.component.task.impl.WorkTaskImpl
getBatchNumber, getCreateDate, getCreatedByUser, getDescription, getDto, getLastLeaseDate, getLastUpdatedByUser, getLastUpdatedDate, getLeaseDate, getResolvedByUser, getResolvedDate, getTask, getTaskable, isResolved, readLatest, setBatchNumber, setLeaseDate, setResolved, setResolvedByUser, setResolvedDate, submit, toDisplayString
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.component.task.WorkTask
getBatchNumber, getCreateDate, getCreatedByUser, getLastLeaseDate, getLastUpdatedByUser, getLastUpdatedDate, getLeaseDate, getResolvedByUser, getResolvedDate, getTask, getTaskable, isResolved, submit
 
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
 

Constructor Detail

ActivityRequestWorkTaskImpl

public ActivityRequestWorkTaskImpl(DistributedContext context,
                                   DistributedReference reference,
                                   boolean createHollow)
                            throws SystemException

ActivityRequestWorkTaskImpl

public ActivityRequestWorkTaskImpl(DistributedContext context,
                                   DistributedReference reference,
                                   ActivityRequest activityRequest)
                            throws SystemException
Method Detail

getActivityRequestWorkTaskDto

public ActivityRequestWorkTaskDto getActivityRequestWorkTaskDto()
                                                         throws SystemException
Throws:
SystemException

getActivityRequest

public ActivityRequest getActivityRequest()
                                   throws SystemException
Specified by:
getActivityRequest in interface ActivityRequestWorkTask
Throws:
SystemException

getBanner

public Banner getBanner()
                 throws SystemException
Specified by:
getBanner in interface ActivityRequestWorkTask
Throws:
SystemException

getOrderSource

public OrderSource getOrderSource()
                           throws SystemException
Specified by:
getOrderSource in interface ActivityRequestWorkTask
Throws:
SystemException

getOrderNumber

public java.lang.String getOrderNumber()
                                throws SystemException
Specified by:
getOrderNumber in interface ActivityRequestWorkTask
Throws:
SystemException

accept

public void accept(WorkTaskVisitor workTaskVisitor)
            throws SystemException
Specified by:
accept in interface WorkTask
Throws:
SystemException

resolve

public void resolve(User user)
             throws SystemException,
                    BusinessException
Specified by:
resolve in interface WorkTask
Specified by:
resolve in class WorkTaskImpl
Throws:
SystemException
BusinessException

validate

protected void validate()
                 throws SystemException,
                        BusinessException
Specified by:
validate in class WorkTaskImpl
Throws:
SystemException
BusinessException

getCallCenterLocation

public java.lang.String getCallCenterLocation()
                                       throws SystemException
Specified by:
getCallCenterLocation in interface WorkTask
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28