public interface WidgetManipulationAction
Modifier and Type | Method and Description |
---|---|
int |
doAction(HttpServletRequest request,
IPortalMode portalMode,
ITransaction transaction)
Performs necessary widget manipulation.
|
int 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
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.