|
||||||||||
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.TableDeleteDataProcessActionHandler
lumis.content.table.ContentTableDeleteDataProcessActionHandler
lumis.service.document.DocumentDeleteProcessActionHandler
public class DocumentDeleteProcessActionHandler
Process action handler for document delete operation.
Field Summary |
---|
Fields inherited from class lumis.content.table.ContentTableDeleteDataProcessActionHandler |
---|
primaryKeyFieldId, versionActiveFieldId, versionContentIds |
Fields inherited from class lumis.doui.table.TableDeleteDataProcessActionHandler |
---|
queryBuilder |
Constructor Summary | |
---|---|
DocumentDeleteProcessActionHandler()
|
Method Summary | |
---|---|
protected void |
deleteRelatedData(java.util.Collection<java.lang.String> itemIdsTemp,
org.w3c.dom.Node currentSourceDefinitionNode,
java.lang.String foreignPrimaryKeyFieldId,
ITransaction transaction)
Includes the recursive deletion of the children of the selected items. |
Methods inherited from class lumis.content.table.ContentTableDeleteDataProcessActionHandler |
---|
buildQuery, createQueryBuilder, indexData, postDelete, sendRenderDataChangedNotification |
Methods inherited from class lumis.doui.table.TableDeleteDataProcessActionHandler |
---|
createRenderDataChangedEvent, createTableSource, deleteRelatedFiles, execute, preDelete, processAction, processActionWithoutResponse, sendPostNotifications, sendPreNotifications, sendRenderDataChangedNotification, setParameter |
Methods inherited from class lumis.doui.table.BaseTableDataProcessActionHandler |
---|
addToIndex, getIndexConfig, isSearchEnabled, readSelectedData, removeFromIndex, shouldSendRenderDataChangedNotification |
Methods inherited from class lumis.doui.processaction.ProcessActionHandler |
---|
addDefaultResponse, addResponseParameter, checkServiceInstancePermission, checkServiceInstancePermission, getId, getParameter, getParameter, getResource, getServiceInterfaceHyperLink, getUrl, init, 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 DocumentDeleteProcessActionHandler()
Method Detail |
---|
protected void deleteRelatedData(java.util.Collection<java.lang.String> itemIdsTemp, org.w3c.dom.Node currentSourceDefinitionNode, java.lang.String foreignPrimaryKeyFieldId, ITransaction transaction) throws PortalException
deleteRelatedData
in class ContentTableDeleteDataProcessActionHandler
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |