okapi.tools
Class OkapiEditEventM

java.lang.Object
  extended by okapi.tools.OkapiEditEventM
All Implemented Interfaces:
java.io.Serializable, OkapiToolModel

public class OkapiEditEventM
extends java.lang.Object
implements OkapiToolModel

EditEvent ToolModel.

Version:
$Revision: 31044 $, $Date: 2008-09-02 17:08:01 -0400 (Tue, 02 Sep 2008) $
Author:
MIT Stellar team
See Also:
Serialized Form

Constructor Summary
OkapiEditEventM()
           
 
Method Summary
 OkapiArc createEventArc(java.util.Date startDate, java.util.Date endDate, OkapiUser originator, java.lang.String longName, java.lang.String text, boolean wysiwygUsed, OkapiToolErrorList errors, OkapiToolWarningList warnings)
          Creates a new event arc, adding any errors to errors.
 OkapiToolModelReturn returnObject(java.util.List pathVector, java.lang.String pathSegment, javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context, java.util.List nexusHistory, java.lang.String requestedType)
          Method returnObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OkapiEditEventM

public OkapiEditEventM()
Method Detail

returnObject

public OkapiToolModelReturn returnObject(java.util.List pathVector,
                                         java.lang.String pathSegment,
                                         javax.servlet.http.HttpServletRequest request,
                                         javax.servlet.ServletContext context,
                                         java.util.List nexusHistory,
                                         java.lang.String requestedType)
                                  throws OkapiPermissionDeniedException,
                                         OkapiAuthenticationRequiredException
Method returnObject

Specified by:
returnObject in interface OkapiToolModel
Parameters:
pathVector -
pathSegment -
request -
context -
nexusHistory -
requestedType -
Returns:
OkapiToolModelReturn
Throws:
OkapiAuthenticationRequiredException
OkapiPermissionDeniedException

createEventArc

public OkapiArc createEventArc(java.util.Date startDate,
                               java.util.Date endDate,
                               OkapiUser originator,
                               java.lang.String longName,
                               java.lang.String text,
                               boolean wysiwygUsed,
                               OkapiToolErrorList errors,
                               OkapiToolWarningList warnings)
Creates a new event arc, adding any errors to errors.



Copyright ? 2001-2009 MIT. All Rights Reserved.