Package lumis.portal.channel
Class ChannelControllerXml
- java.lang.Object
-
- lumis.portal.controller.ControllerXml
-
- lumis.portal.channel.ChannelControllerXml
-
public class ChannelControllerXml extends ControllerXml
- Since:
- 4.0.0
- Version:
- $Revision: 17572 $ $Date: 2015-07-15 14:58:21 -0300 (Wed, 15 Jul 2015) $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChannelControllerXml.AuditType
Enum of audit types used by channel actions taken in Portal Studio.
-
Field Summary
Fields Modifier and Type Field Description protected Document
requestXmlDoc
-
Fields inherited from class lumis.portal.controller.ControllerXml
out, request, response, sessionConfig
-
-
Constructor Summary
Constructors Constructor Description ChannelControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addChannel(ITransaction portalTransaction)
protected void
clearChannelCache(ITransaction portalTransaction)
protected void
deleteChannel(ITransaction portalTransaction)
void
handleRequest()
-
Methods inherited from class lumis.portal.controller.ControllerXml
getResponseXml, getResponseXml, getResponseXml, loadUserInfo
-
-
-
-
Field Detail
-
requestXmlDoc
protected Document requestXmlDoc
-
-
Constructor Detail
-
ChannelControllerXml
public ChannelControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext) throws ControllerException, PortalException
- Parameters:
request
-response
-pageContext
-- Throws:
ControllerException
PortalException
-
-
Method Detail
-
addChannel
protected void addChannel(ITransaction portalTransaction) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
clearChannelCache
protected void clearChannelCache(ITransaction portalTransaction) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
deleteChannel
protected void deleteChannel(ITransaction portalTransaction) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-