Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CrossActionsService

Index

Properties

Static foundProductGroups

foundProductGroups: any[] = []

Methods

Static findChildItemInProductGroups

  • findChildItemInProductGroups(record: any): any
  • Parameters

    • record: any

    Returns any

Static findItemsInProductGroups

  • findItemsInProductGroups(record: any, param: string): any
  • Parameters

    • record: any
    • param: string

    Returns any

Static findLineItemInProductGroups

  • findLineItemInProductGroups(record: any): any
  • Parameters

    • record: any

    Returns any

Static findProductGroupAmongNodeList

  • findProductGroupAmongNodeList(searchId: any, searchProductHierarchyPath: any, searchNodeList: any): any
  • Parameters

    • searchId: any
    • searchProductHierarchyPath: any
    • searchNodeList: any

    Returns any

Static findProductGroupInsideNode

  • findProductGroupInsideNode(searchId: any, searchProductHierarchyPath: any, searchNode: any): any
  • Parameters

    • searchId: any
    • searchProductHierarchyPath: any
    • searchNode: any

    Returns any

Static findProductGroupWithLineItemsInsideNode

  • findProductGroupWithLineItemsInsideNode(searchNode: any): any
  • Parameters

    • searchNode: any

    Returns any

Static findProductGroupsWithLineItemsAmongNodeList

  • findProductGroupsWithLineItemsAmongNodeList(searchNodeList: any): any[]
  • Parameters

    • searchNodeList: any

    Returns any[]

Static hasLineItemAlreadyBeenAddedToParent

  • hasLineItemAlreadyBeenAddedToParent(parentInCardData: any, toBeAddedLineItem: any): boolean
  • Parameters

    • parentInCardData: any
    • toBeAddedLineItem: any

    Returns boolean

Static removeLineItemFromParent

  • removeLineItemFromParent(parentInCardData: any, toBeRemovedLineItemId: any): any
  • Parameters

    • parentInCardData: any
    • toBeRemovedLineItemId: any

    Returns any

Static searchLineItem

  • searchLineItem(product: any, idToBeSearched: any): any
  • This function will search an productGroup/LineItem with in given bundle

    Parameters

    • product: any
    • idToBeSearched: any

    Returns any

Generated using TypeDoc