|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.doui.processaction.ProcessActionHandler<TableSource> lumis.doui.table.BaseTableDataProcessActionHandler lumis.doui.table.TableUpdateDataProcessActionHandler lumis.content.table.ContentTableUpdateDataProcessActionHandler lumis.service.banner.BannerUpdateDataProcessActionHandler
public class BannerUpdateDataProcessActionHandler
Process action handler for Banner content updates.
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 |
---|
Fields inherited from class lumis.content.table.ContentTableUpdateDataProcessActionHandler |
---|
newVersionPrimaryKeyValue, previousLocale, previousNotificationContentId, previousVersionPrimaryKeyValue, primaryKeyFieldId, versionActiveFieldId |
Fields inherited from class lumis.doui.table.TableUpdateDataProcessActionHandler |
---|
queryBuilder |
Constructor Summary | |
---|---|
BannerUpdateDataProcessActionHandler()
|
Method Summary | |
---|---|
void |
processAction()
Executes the process action. |
protected boolean |
shouldSendRenderDataChangedNotification()
Indicates if this process action should send render data changed notification. |
Methods inherited from class lumis.content.table.ContentTableUpdateDataProcessActionHandler |
---|
buildQuery, createQueryBuilder, execute, indexData, init, postUpdate, sendPreNotifications, sendRenderDataChangedNotification |
Methods inherited from class lumis.doui.table.TableUpdateDataProcessActionHandler |
---|
doUpdate, preUpdate, processActionWithoutResponse, sendPostNotifications |
Methods inherited from class lumis.doui.table.BaseTableDataProcessActionHandler |
---|
addToIndex, createRenderDataChangedEvent, getIndexConfig, isSearchEnabled, readSelectedData, removeFromIndex, sendRenderDataChangedNotification |
Methods inherited from class lumis.doui.processaction.ProcessActionHandler |
---|
addDefaultResponse, addResponseParameter, checkServiceInstancePermission, checkServiceInstancePermission, getId, getParameter, getParameter, getResource, getServiceInterfaceHyperLink, getUrl, 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 BannerUpdateDataProcessActionHandler()
Method Detail |
---|
public void processAction() throws PortalException
IProcessActionHandler
This method may execute the process action based on the parameters and node specifications passed to it earlier.
processAction
in interface IProcessActionHandler
processAction
in class TableUpdateDataProcessActionHandler
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 |