Uses of Class
lumis.portal.serviceinterface.menu.ServiceInterfaceMenuLevel
-
Packages that use ServiceInterfaceMenuLevel Package Description lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces.lumis.portal.servicecontainer lumis.portal.serviceinterface lumis.portal.serviceinterface.menu lumis.portal.serviceinterfaceinstance -
-
Uses of ServiceInterfaceMenuLevel in lumis.lptf.portal.serviceinterface
Methods in lumis.lptf.portal.serviceinterface with parameters of type ServiceInterfaceMenuLevel Modifier and Type Method Description void
IMockServiceInterfaceRequest. setCallerServiceInterfaceMenuLevel(ServiceInterfaceMenuLevel callerServiceInterfaceMenuLevel)
Sets the caller service interface menu level, returned byIServiceInterfaceRequest.getCallerServiceInterfaceMenuLevel()
. -
Uses of ServiceInterfaceMenuLevel in lumis.portal.servicecontainer
Methods in lumis.portal.servicecontainer that return ServiceInterfaceMenuLevel Modifier and Type Method Description ServiceInterfaceMenuLevel
ServiceContainerRequest. getCallerServiceInterfaceMenuLevel()
-
Uses of ServiceInterfaceMenuLevel in lumis.portal.serviceinterface
Methods in lumis.portal.serviceinterface that return ServiceInterfaceMenuLevel Modifier and Type Method Description ServiceInterfaceMenuLevel
IServiceInterfaceRequest. getCallerServiceInterfaceMenuLevel()
Returns the service interface menu level that called the interface processed by this request. -
Uses of ServiceInterfaceMenuLevel in lumis.portal.serviceinterface.menu
Methods in lumis.portal.serviceinterface.menu that return ServiceInterfaceMenuLevel Modifier and Type Method Description ServiceInterfaceMenuLevel
IServiceInterfaceMenuItemRequest. getServiceInterfaceMenuLevel()
Returns the menu level where this item will be used.static ServiceInterfaceMenuLevel
ServiceInterfaceMenuLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceInterfaceMenuLevel[]
ServiceInterfaceMenuLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceInterfaceMenuLevel in lumis.portal.serviceinterfaceinstance
Methods in lumis.portal.serviceinterfaceinstance with parameters of type ServiceInterfaceMenuLevel Modifier and Type Method Description String
IServiceInterfaceInstanceManagerSPI. getMenuItemXml(SessionConfig sessionConfig, String serviceInterfaceInstanceId, ServiceInterfaceMenuLevel menuLevel, String menuItemId, ITransaction transaction)
Returns the XML for the menu item in the specified service interface instance and menu level.String
ServiceInterfaceInstanceManager. getMenuItemXml(SessionConfig sessionConfig, String serviceInterfaceInstanceId, ServiceInterfaceMenuLevel menuLevel, String menuItemId, ITransaction transaction)
String
IServiceInterfaceInstanceManager. getMenuXml(SessionConfig sessionConfig, String serviceInterfaceInstanceId, ServiceInterfaceMenuLevel menuLevel, ITransaction transaction)
Returns the XML for the menu for the specified service interface instance and menu level.String
ServiceInterfaceInstanceManager. getMenuXml(SessionConfig sessionConfig, String serviceInterfaceInstanceId, ServiceInterfaceMenuLevel menuLevel, ITransaction transaction)
protected void
ServiceInterfaceInstanceControllerXml. getServiceInterfaceInstanceMenu(Node methodNode, ServiceInterfaceMenuLevel menuLevel, ITransaction portalTransaction)
-