Kernel::WebApp::Util::BusinessObject::Role::ProvidesLinkObjectData

NAME

Kernel::WebApp::Util::BusinessObject::Role::ProvidesLinkObjectData – Provides the link object support for a business object.

has LinkBusinessObjectTypeObject

This attribute contains the link business object type object.

LookupItemIDLinkedObjects

Attribute that builds and holds the lookup for the object ids and the linked objects (for the current object id + current object type).

around ItemDetailDataGet()

Around's the original 'ItemDetailDataGet' to add dynamic field values tot he item data.

PRIVATE INTERFACE

_BuildLinkBusinessObjectTypeObject()

Initializes the attribute LinkBusinessObjectTypeObject.

_BuildLookupItemIDLinkedObjects()

Fetches and returns all lookup for the object id with the linked objects for the current object type + the current object id.

Scroll to Top