|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.doui.processaction.ProcessActionHandler<TableSource>
lumis.doui.table.BaseTableDataProcessActionHandler
lumis.doui.table.TableAddDataProcessActionHandler
lumis.content.table.ContentTableAddDataProcessActionHandler
lumis.service.banner.BannerAddDataProcessActionHandler
public class BannerAddDataProcessActionHandler
Process action handler for Banner content additions.
Banner data changes need not update the interface or page cache since the data rendered is generated serverside, and the client side javascript does not change.
Field Summary |
---|
Constructor Summary | |
---|---|
BannerAddDataProcessActionHandler()
|
Method Summary | |
---|---|
void |
processAction()
Processes the required action calling TableAddDataProcessActionHandler.processActionWithoutResponse() and subsequently calls the ProcessActionHandler.addDefaultResponse() method. |
protected boolean |
shouldSendRenderDataChangedNotification()
Indicates if this process action should send render data changed notification. |
Methods inherited from class lumis.content.table.ContentTableAddDataProcessActionHandler |
---|
createQueryBuilder, indexData, postInsert, sendRenderDataChangedNotification |
Methods inherited from class lumis.doui.table.TableAddDataProcessActionHandler |
---|
doInsert, execute, preInsert, processActionWithoutResponse, sendPostNotifications, sendPreNotifications, setPrimaryKeyAttribute, setPrimaryKeyParameter, setPrimaryKeyRenderParameter |
Methods inherited from class lumis.doui.table.BaseTableDataProcessActionHandler |
---|
addToIndex, createRenderDataChangedEvent, getIndexConfig, isSearchEnabled, readSelectedData, removeFromIndex |
Methods inherited from class lumis.doui.processaction.ProcessActionHandler |
---|
addDefaultResponse, addResponseParameter, checkServiceInstancePermission, checkServiceInstancePermission, getId, getParameter, getParameter, getResource, getServiceInterfaceHyperLink, getUrl, init, localize, processHyperLinkResponse, processPopupInterfaceResponse, resolveFieldValueNode, setParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BannerAddDataProcessActionHandler()
Method Detail |
---|
public void processAction() throws PortalException
TableAddDataProcessActionHandler
TableAddDataProcessActionHandler.processActionWithoutResponse()
and subsequently calls the ProcessActionHandler.addDefaultResponse()
method.
processAction
in interface IProcessActionHandler
processAction
in class TableAddDataProcessActionHandler
PortalException
protected boolean shouldSendRenderDataChangedNotification() throws PortalException
BaseTableDataProcessActionHandler
shouldSendRenderDataChangedNotification
in class BaseTableDataProcessActionHandler
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |