Package wt.lotbaseline
Class FloatingLinkCRUDDelegate
java.lang.Object
wt.lotbaseline.FloatingLinkCRUDDelegate
- All Implemented Interfaces:
FloatingLinkCRUDInterface
This is Do nothing OOTB default implementation of
Supported API: true
Extendable: true
FloatingLinkCRUDInterface
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidpostDeleteProcessFloatingLinks(WTCollection floatingLinks)
Supported API: truevoidpostModifyProcessFloatingLinks(WTCollection floatingLinks)
Supported API: truevoidpostStoreProcessFloatingLinks(WTCollection floatingLinks)
Supported API: truevoidpreDeleteProcessFloatingLinks(WTCollection floatingLinks)
Supported API: truevoidpreModifyProcessFloatingLinks(WTCollection floatingLinks)
Supported API: truevoidpreStoreProcessFloatingLinks(WTCollection floatingLinks)
Supported API: true
-
Method Details
-
preStoreProcessFloatingLinks
Supported API: true- Specified by:
preStoreProcessFloatingLinksin interfaceFloatingLinkCRUDInterface
-
postStoreProcessFloatingLinks
Supported API: true- Specified by:
postStoreProcessFloatingLinksin interfaceFloatingLinkCRUDInterface
-
preModifyProcessFloatingLinks
Supported API: true- Specified by:
preModifyProcessFloatingLinksin interfaceFloatingLinkCRUDInterface
-
postModifyProcessFloatingLinks
Supported API: true- Specified by:
postModifyProcessFloatingLinksin interfaceFloatingLinkCRUDInterface
-
preDeleteProcessFloatingLinks
Supported API: true- Specified by:
preDeleteProcessFloatingLinksin interfaceFloatingLinkCRUDInterface
-
postDeleteProcessFloatingLinks
Supported API: true- Specified by:
postDeleteProcessFloatingLinksin interfaceFloatingLinkCRUDInterface
-