|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jurismarches.vradi.services.managers.FormTypeManager
public class FormTypeManager
Class containing the metods to manage the form types : - creation, update, retrieving - cache filling
| Constructor Summary | |
|---|---|
FormTypeManager()
|
|
FormTypeManager(org.sharengo.wikitty.WikittyProxy proxy)
|
|
| Method Summary | |
|---|---|
List<org.sharengo.wikitty.WikittyExtension> |
getAllFormTypes()
Retrieves all the form types |
Map<String,org.sharengo.wikitty.WikittyExtension> |
getAllFormTypesMap()
Retrieves all the form types associated with their name |
org.sharengo.wikitty.WikittyExtension |
getFormType(String name)
Retrieves the form type whose name is the parameter 'name' |
Map<String,org.sharengo.wikitty.FieldType> |
getFormTypeFields(String name)
Retrieves the fields of the form type whose name is the parameter 'name' |
org.sharengo.wikitty.WikittyExtension |
updateFormType(String name,
Map<String,org.sharengo.wikitty.FieldType> fields,
String requires,
Map<String,String> tagValues)
Updates the form type whose name is 'name' |
org.sharengo.wikitty.WikittyExtension |
updateFormType(org.sharengo.wikitty.WikittyExtension extension)
Update the form type given in parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormTypeManager(org.sharengo.wikitty.WikittyProxy proxy)
public FormTypeManager()
| Method Detail |
|---|
public List<org.sharengo.wikitty.WikittyExtension> getAllFormTypes()
public Map<String,org.sharengo.wikitty.WikittyExtension> getAllFormTypesMap()
public org.sharengo.wikitty.WikittyExtension getFormType(String name)
name - the name of the form type we want to retrieve
public Map<String,org.sharengo.wikitty.FieldType> getFormTypeFields(String name)
name - the name of the form type we want to retrieve the fields
public org.sharengo.wikitty.WikittyExtension updateFormType(String name,
Map<String,org.sharengo.wikitty.FieldType> fields,
String requires,
Map<String,String> tagValues)
name - the name of the form type to updatefields - the new fields of the form typerequires - the new requires of the form typetagValues - the new tag values of the form type
public org.sharengo.wikitty.WikittyExtension updateFormType(org.sharengo.wikitty.WikittyExtension extension)
extension - the form type to update
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||