Uploaded image for project: 'WINDUP - Red Hat Application Migration Toolkit'
  1. WINDUP - Red Hat Application Migration Toolkit
  2. WINDUP-760

ListService for GraphService<WindupVertexListModel>

    XMLWordPrintable

Details

    • Story
    • Resolution: Won't Do
    • Undefined
    • None
    • 2.3.0.Final
    • None
    • None

    Description

      WindupVertexListModel is used quite often.

      A convenience ListService would be nice, to shorten this
      {{
      GraphService<WindupVertexListModel> listService = new GraphService<WindupVertexListModel>(context, WindupVertexListModel.class);

      WindupVertexListModel sessionBeans = listService.create();
      for (EjbSessionBeanModel sb : ejbDescriptor.getEjbSessionBeans())

      { sessionBeans.addItem(sb); }

      }}

      to this

      ListService listService = new ListService(context).wrap(ejbDescriptor.getEjbSessionBeans())

      Attachments

        Activity

          People

            Unassigned Unassigned
            ozizka_jira Ondrej Zizka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: