org.openmobileis.services.StepEditService Interface Reference

List of all members.


Detailed Description

Title: OpenMobileIS project source
Description: Base classe to develop an edit service.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 43 of file StepEditService.java.


Public Member Functions

boolean validateSessionStepData (Object sessionDatas, HttpServletRequest req, TemplateModelRoot templateData) throws ServiceException
 return true if the session data are for the step, false otherwise.
String getLastStepName (Object sessionDatas, HttpServletRequest req)
 return the last step name.
String getNextStepName (Object sessionDatas, HttpServletRequest req)
 return the next step name.
String getStepName ()
 return the step name.

Member Function Documentation

boolean org.openmobileis.services.StepEditService.validateSessionStepData ( Object  sessionDatas,
HttpServletRequest  req,
TemplateModelRoot  templateData 
) throws ServiceException

return true if the session data are for the step, false otherwise.

Parameters:
sessionDatas 
req 
templateData 
Exceptions:
ServiceException 

Referenced by org.openmobileis.services.MultiStepMainService.runTemplate().

String org.openmobileis.services.StepEditService.getLastStepName ( Object  sessionDatas,
HttpServletRequest  req 
)

return the last step name.

Null if no last step.

Returns:

Referenced by org.openmobileis.services.MultiStepMainService.runTemplate().

String org.openmobileis.services.StepEditService.getNextStepName ( Object  sessionDatas,
HttpServletRequest  req 
)

return the next step name.

Null if no next step.

Returns:

Referenced by org.openmobileis.services.MultiStepMainService.runTemplate().

String org.openmobileis.services.StepEditService.getStepName (  ) 

return the step name.

Step name are append to the MultiStepMainservice URI to call a step.

Returns:

Referenced by org.openmobileis.services.MultiStepMainService.runTemplate().


The documentation for this interface was generated from the following file:
Generated on Mon Jan 11 21:19:22 2010 for OpenMobileIS by  doxygen 1.5.4