public interface WidgetManipulationAction
Modifier and Type | Method and Description |
---|---|
String |
doAction(HttpServletRequest request,
IPortalMode portalMode,
ITransaction transaction)
Performs necessary widget manipulation.
|
String doAction(HttpServletRequest request, IPortalMode portalMode, ITransaction transaction) throws PortalException
HTTP status code
to indicate
if it was succeeded or not. It is not responsible of implementing classes
to rollback
or
close
the transaction. If the return
code is different from HttpServletResponse.SC_OK
, the caller will
do the rollback
automatically.request
- the HTTP servlet request.portalMode
- the current portal mode.transaction
- the transaction to be used.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.