|
||||||||||
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.doui.table.TableUpdateMultiRowDataProcessActionHandler lumis.service.doui.propertybag.PropertyBagProcessActionHandler
public class PropertyBagProcessActionHandler
Update process action handler for property bag.
Field Summary |
---|
Fields inherited from class lumis.doui.table.TableUpdateMultiRowDataProcessActionHandler |
---|
addActionHandler, curRowNumber, rowNumberFieldId |
Fields inherited from class lumis.doui.table.TableUpdateDataProcessActionHandler |
---|
queryBuilder |
Constructor Summary | |
---|---|
PropertyBagProcessActionHandler()
|
Method Summary | |
---|---|
protected void |
addRow()
|
protected void |
deleteRows(java.lang.String primaryKeyFieldId,
java.util.Collection<java.lang.String> rowsDeleted)
|
protected IResource |
getResource()
Returns the interface resource. |
void |
init(org.w3c.dom.Node processActionNode,
ProcessActionContainer processActionContainer)
Called by the process action container to initialize the process action. |
protected void |
updateRow()
|
Methods inherited from class lumis.doui.table.TableUpdateMultiRowDataProcessActionHandler |
---|
getParameter, processAction, setParameter |
Methods inherited from class lumis.doui.table.TableUpdateDataProcessActionHandler |
---|
buildQuery, doUpdate, execute, indexData, postUpdate, preUpdate, processActionWithoutResponse, sendPostNotifications, sendPreNotifications, sendRenderDataChangedNotification |
Methods inherited from class lumis.doui.table.BaseTableDataProcessActionHandler |
---|
addToIndex, createQueryBuilder, createRenderDataChangedEvent, getIndexConfig, isSearchEnabled, readSelectedData, removeFromIndex, sendRenderDataChangedNotification, shouldSendRenderDataChangedNotification |
Methods inherited from class lumis.doui.processaction.ProcessActionHandler |
---|
addDefaultResponse, addResponseParameter, checkServiceInstancePermission, checkServiceInstancePermission, getId, getParameter, getServiceInterfaceHyperLink, getUrl, localize, processHyperLinkResponse, processPopupInterfaceResponse, resolveFieldValueNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyBagProcessActionHandler()
Method Detail |
---|
public void init(org.w3c.dom.Node processActionNode, ProcessActionContainer processActionContainer) throws PortalException
IProcessActionHandler
The process action node is a copy of the node specified in the doui definition.
init
in interface IProcessActionHandler
init
in class ProcessActionHandler<TableSource>
PortalException
protected IResource getResource() throws PortalException
ProcessActionHandler
getResource
in class ProcessActionHandler<TableSource>
PortalException
protected void addRow() throws PortalException
addRow
in class TableUpdateMultiRowDataProcessActionHandler
PortalException
protected void updateRow() throws PortalException
updateRow
in class TableUpdateMultiRowDataProcessActionHandler
PortalException
protected void deleteRows(java.lang.String primaryKeyFieldId, java.util.Collection<java.lang.String> rowsDeleted) throws PortalException
deleteRows
in class TableUpdateMultiRowDataProcessActionHandler
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |