|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jurismarches.vradi.services.managers.BindingManager
public class BindingManager
Class containing the methods to manage the binding of the xml streams fields with the form fields : - xml field bindings creation, update and retrieving - xml streams retrieving - form creation with the data from an xml stream
| Field Summary | |
|---|---|
static String |
CHANNEL
|
static String |
ENTRY
|
static String |
FEED
|
static String |
ITEM
|
static String |
RDF
|
static SimpleDateFormat |
RSS_DATE_FORMAT
RSS date format |
| Constructor Summary | |
|---|---|
BindingManager(FormTypeManager formTypeManager,
FormManager formManager)
|
|
BindingManager(org.sharengo.wikitty.WikittyProxy proxy,
FormTypeManager formTypeManager,
FormManager formManager)
|
|
| Method Summary | |
|---|---|
List<XmlStream> |
getAllXmlStreams()
|
Object[] |
getFormsFromXmlStream(XmlStream xmlStream,
String lastItemRecorded,
VradiUser vradiUser)
Creates forms with the data of an xml stream |
XmlFieldBinding |
getXmlFieldBinding(String xmlFieldBindingId)
Retrieves the xml field binding whose id is xmlFieldBindingId |
List<XmlFieldBinding> |
getXmlFieldBindings(XmlStream xmlStream)
Retrieves the xml field bindings whose xml stream is xmlStream |
XmlStream |
getXmlStream(String xmlStreamId)
|
List<XmlFieldBinding> |
updateXmlFieldBindings(List<XmlFieldBinding> bindings)
Updates the xml field bindings given in parameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CHANNEL
public static final String ENTRY
public static final String FEED
public static final String ITEM
public static final String RDF
public static final SimpleDateFormat RSS_DATE_FORMAT
| Constructor Detail |
|---|
public BindingManager(org.sharengo.wikitty.WikittyProxy proxy,
FormTypeManager formTypeManager,
FormManager formManager)
public BindingManager(FormTypeManager formTypeManager,
FormManager formManager)
| Method Detail |
|---|
public List<XmlFieldBinding> getXmlFieldBindings(XmlStream xmlStream)
xmlStream - the xml stream associated with the xml field bindings
we want to retrieve
public XmlFieldBinding getXmlFieldBinding(String xmlFieldBindingId)
xmlFieldBindingId - the id of the xml field binding we want to retrieve
public List<XmlFieldBinding> updateXmlFieldBindings(List<XmlFieldBinding> bindings)
bindings - the list of the xml field bindings to update
public List<XmlStream> getAllXmlStreams()
public XmlStream getXmlStream(String xmlStreamId)
throws TechnicalException
TechnicalException
public Object[] getFormsFromXmlStream(XmlStream xmlStream,
String lastItemRecorded,
VradiUser vradiUser)
throws TechnicalException
xmlStream - lastItemRecorded - vradiUser -
TechnicalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||