Class DisplayContactsHelper


  • public class DisplayContactsHelper
    extends Object
    • Method Detail

      • displayContactsAdmin

        public static void displayContactsAdmin​(String contactCard,
                                                YellowpagesSessionController yellowpagesScc,
                                                String profile,
                                                Collection<UserContact> contacts,
                                                String contactDeleteIcon,
                                                org.silverpeas.core.web.util.viewgenerator.html.GraphicElementFactory gef,
                                                javax.servlet.ServletRequest request,
                                                javax.servlet.http.HttpSession session,
                                                org.silverpeas.core.util.MultiSilverpeasBundle resources,
                                                javax.servlet.jsp.JspWriter out)
                                         throws IOException
        Throws:
        IOException
      • displayContactsUser

        public static void displayContactsUser​(YellowpagesSessionController yellowpagesScc,
                                               Collection<org.silverpeas.core.contact.model.ContactFatherDetail> contacts,
                                               String id,
                                               String componentLabel,
                                               org.silverpeas.core.web.util.viewgenerator.html.GraphicElementFactory gef,
                                               javax.servlet.ServletRequest request,
                                               javax.servlet.http.HttpSession session,
                                               org.silverpeas.core.util.MultiSilverpeasBundle resources,
                                               javax.servlet.jsp.JspWriter out)
                                        throws IOException
        Throws:
        IOException