com.silverpeas.classifieds.servlets.handler
Class ListToValidateHandler

java.lang.Object
  extended by com.silverpeas.classifieds.servlets.FunctionHandler
      extended by com.silverpeas.classifieds.servlets.handler.ListToValidateHandler

public class ListToValidateHandler
extends FunctionHandler

Use Case : for moderator, show all classifieds waiting for validation

Author:
Ludovic Bertin

Field Summary
 
Fields inherited from class com.silverpeas.classifieds.servlets.FunctionHandler
ROOT_DESTINATION
 
Constructor Summary
ListToValidateHandler()
           
 
Method Summary
 String getDestination(ClassifiedsSessionController classifiedsSC, org.silverpeas.servlet.HttpRequest request)
          Process the request and returns the response url.
 
Methods inherited from class com.silverpeas.classifieds.servlets.FunctionHandler
computeDestination, getPublicationTemplate, isAnonymousAccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListToValidateHandler

public ListToValidateHandler()
Method Detail

getDestination

public String getDestination(ClassifiedsSessionController classifiedsSC,
                             org.silverpeas.servlet.HttpRequest request)
                      throws Exception
Description copied from class: FunctionHandler
Process the request and returns the response url.

Specified by:
getDestination in class FunctionHandler
Parameters:
classifiedsSC - the user request context
request - the user request params
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.