Interface FloatingLinkCRUDInterface

All Known Implementing Classes:
FloatingLinkCRUDDelegate

public interface FloatingLinkCRUDInterface
Provide a delegate to “listen to/react on” CRUD operations on member links. This delegate will do nothing OOTB. Customer will be able to customize this delegate as needed

Supported API: true

Extendable: true
  • Method Details

    • preStoreProcessFloatingLinks

      void preStoreProcessFloatingLinks(WTCollection floatingLinks)
      Gets called before floating link objects are about to be created

      Supported API: true
      Parameters:
      floatingLinks -
    • postStoreProcessFloatingLinks

      void postStoreProcessFloatingLinks(WTCollection floatingLinks)
      Gets called after floating link objects have been created

      Supported API: true
      Parameters:
      floatingLinks -
    • preModifyProcessFloatingLinks

      void preModifyProcessFloatingLinks(WTCollection floatingLinks)
      Gets called before floating link objects are about to be modified

      Supported API: true
      Parameters:
      floatingLinks -
    • postModifyProcessFloatingLinks

      void postModifyProcessFloatingLinks(WTCollection floatingLinks)
      Gets called after floating link objects have been modified.

      Supported API: true
      Parameters:
      floatingLinks -
    • preDeleteProcessFloatingLinks

      void preDeleteProcessFloatingLinks(WTCollection floatingLinks)
      Gets called before floating link objects are about to be deleted

      Supported API: true
      Parameters:
      floatingLinks -
    • postDeleteProcessFloatingLinks

      void postDeleteProcessFloatingLinks(WTCollection floatingLinks)
      Gets called after floating link objects have been deleted.

      Supported API: true
      Parameters:
      floatingLinks -