com.jurismarches.vradi.beans
Class SendingHelper

java.lang.Object
  extended by com.jurismarches.vradi.beans.SendingHelper

public class SendingHelper
extends Object

Author:
letellier

Constructor Summary
SendingHelper()
           
 
Method Summary
static GroupForms createGroupForms(Group group, Collection<String> formsId)
           
static GroupForms createGroupForms(Group group, List<Form> forms)
           
static GroupForms createGroupForms(Group group, String formId)
           
static GroupForms createGroupForms(String groupId, Collection<String> formsId)
           
static Set<String> extractForms(GroupForms groupForm)
           
static Set<String> extractForms(org.nuiton.wikitty.WikittyProxy wikittyProxy, Collection<String> groupFormIds)
           
static Set<String> extractForms(org.nuiton.wikitty.WikittyProxy wikittyProxy, String groupFormId)
           
static Sending findSendingCorrespondingGroupForm(org.nuiton.wikitty.WikittyProxy wikittyProxy, String wikittyId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendingHelper

public SendingHelper()
Method Detail

createGroupForms

public static GroupForms createGroupForms(Group group,
                                          String formId)

createGroupForms

public static GroupForms createGroupForms(Group group,
                                          List<Form> forms)

createGroupForms

public static GroupForms createGroupForms(Group group,
                                          Collection<String> formsId)

createGroupForms

public static GroupForms createGroupForms(String groupId,
                                          Collection<String> formsId)

extractForms

public static Set<String> extractForms(org.nuiton.wikitty.WikittyProxy wikittyProxy,
                                       Collection<String> groupFormIds)

extractForms

public static Set<String> extractForms(org.nuiton.wikitty.WikittyProxy wikittyProxy,
                                       String groupFormId)

extractForms

public static Set<String> extractForms(GroupForms groupForm)

findSendingCorrespondingGroupForm

public static Sending findSendingCorrespondingGroupForm(org.nuiton.wikitty.WikittyProxy wikittyProxy,
                                                        String wikittyId)


Copyright © 2009-2010 JurisMarches. All Rights Reserved.