Class EjbPresenter

    • Method Detail

      • finderPath

        public FinderPath finderPath()
        Description copied from interface: HasFinderPath
        Application presenters need to provide information about their path in the finder. Normally this path is updated automatically when navigating in the finder. However since application presenters can also be revealed using the breadcrumb dropdown or by entering the URL directly this information is crucial to restore the path in the finder context.

        Please make sure that the IDs for selected items in the finder path match to the IDs returned by ItemDisplay.getId()

        If this method returns null the path in the finder context is not touched.

        Specified by:
        finderPath in interface HasFinderPath
      • loadRemotingProfileChild

        public void loadRemotingProfileChild​(String remotingProfileName,
                                             String childType)
      • loadRerChannelCreationOptions

        public void loadRerChannelCreationOptions​(String remotingProfileName,
                                                  String ejbReceiverName)
      • addRerChannelCreationOptions

        public void addRerChannelCreationOptions​(String id,
                                                 String label,
                                                 String remotingProfileName,
                                                 String ejbReceiverName)
      • removeRerChannelCreationOptions

        public void removeRerChannelCreationOptions​(String label,
                                                    String name,
                                                    String remotingProfileName,
                                                    String ejbReceiverName)