com.irisel.oms.blapi
Class Svc_save_t_case

java.lang.Object
  extended by com.irisel.oms.blapi.BasicSvc
      extended by com.irisel.oms.blapi.Svc_save_wfotypes
          extended by com.irisel.oms.blapi.Svc_save_t_case
All Implemented Interfaces:
Status, Svc

public class Svc_save_t_case
extends Svc_save_wfotypes


Field Summary
 
Fields inherited from class com.irisel.oms.blapi.BasicSvc
DELIM
 
Fields inherited from interface com.irisel.oms.blapi.Svc
KEY_VALUE_PAIR_DELIMITER
 
Fields inherited from interface com.irisel.oms.blapi.Status
LIST_WFO_STATUS, STATUS_FAILED, STATUS_NEW, STATUS_PENDING_REPROCESSING, STATUS_PROCESSING, STATUS_REPROCESSING, STATUS_SUCCESS, WFOSTATUS_CLOSED, WFOSTATUS_DRAFT, WFOSTATUS_OPEN_ASSIGNED, WFOSTATUS_OPEN_DISPATCHED, WFOSTATUS_OPEN_REJECTED
 
Constructor Summary
Svc_save_t_case()
           
 
Method Summary
 SvcContext exec(SvcContext context)
          Saves a WFO Relates the WFO to the creator/modifier user Call new activity log service The context must include values for the following keys: - focus: the WFO (Instance) - user: the user name (Instance)
 
Methods inherited from class com.irisel.oms.blapi.BasicSvc
getBrowser, setBrowser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Svc_save_t_case

public Svc_save_t_case()
Method Detail

exec

public SvcContext exec(SvcContext context)
                throws ServiceException
Description copied from class: Svc_save_wfotypes
Saves a WFO Relates the WFO to the creator/modifier user Call new activity log service The context must include values for the following keys: - focus: the WFO (Instance) - user: the user name (Instance)

Specified by:
exec in interface Svc
Overrides:
exec in class Svc_save_wfotypes
Throws:
ServiceException