Uses of Class
org.silverpeas.core.contribution.content.form.FormException
-
-
Uses of FormException in org.silverpeas.core.contact.model
Methods in org.silverpeas.core.contact.model that throw FormException Modifier and Type Method Description void
CompleteContact. removeForm()
void
CompleteContact. saveForm()
-
Uses of FormException in org.silverpeas.core.contribution.content.form
Subclasses of FormException in org.silverpeas.core.contribution.content.form Modifier and Type Class Description class
FormFatalException
Thrown when a fatal error occured in a form component.Methods in org.silverpeas.core.contribution.content.form that throw FormException Modifier and Type Method Description void
RecordSet. clone(String originalExternalId, String originalComponentId, String cloneExternalId, String cloneComponentId, Map<String,String> attachmentIds)
Clones the given DataRecord.void
RecordSet. copy(ResourceReference fromPK, ResourceReference toPK, RecordTemplate toRecordTemplate, Map<String,String> oldAndNewFileIds)
void
RecordSet. delete(String objectId)
Deletes all form data for the given objectId in all languagesvoid
RecordSet. delete(String objectId, String language)
Deletes form data for the given objectId in the given language onlyvoid
FieldDisplayer. display(PrintWriter out, T field, FieldTemplate template, PagesContext pagesContext)
Prints the HTML value of the field.void
Form. display(javax.servlet.jsp.JspWriter out, PagesContext pagesContext)
void
Form. display(javax.servlet.jsp.JspWriter out, PagesContext pagesContext, DataRecord record)
Prints the HTML layout of the dataRecord using the RecordTemplate to extract labels and extra informations.<T extends Field>
FieldDisplayer<T>TypeManager. getDisplayer(String typeName, String displayerName)
Returns the named FieldDisplayer of the named field.String
TypeManager. getDisplayerName(String typeName)
Returns the name of the default FieldDisplayer of the named type.String[]
TypeManager. getDisplayerNames(String typeName)
Returns the names of all the FieldDisplayers which can be used with the named type.Field
FieldTemplate. getEmptyField()
Returns an empty Field built on this template.Field
FieldTemplate. getEmptyField(int occurrence)
DataRecord
RecordSet. getEmptyRecord()
Returns an empty DataRecord built on the RecordTemplate.DataRecord
RecordTemplate. getEmptyRecord()
Gets an empty DataRecord built on this template.Field
DataRecord. getField(int fieldIndex)
Gets the field at the index position in this data record.Field
DataRecord. getField(String fieldName)
Gets the specified named field.Class<? extends Field>
TypeManager. getFieldImplementation(String typeName)
Returns the class field implementation of the named type.int
RecordTemplate. getFieldIndex(String fieldName)
Gets the index in this template of of the named field.FieldTemplate
RecordTemplate. getFieldTemplate(String fieldName)
Gets theFieldTemplate
modelling the specified named field.FieldTemplate[]
RecordTemplate. getFieldTemplates()
Gets all the fields defined by this template.DataRecord
RecordSet. getRecord(String id)
Returns the DataRecord with the given id.DataRecord
RecordSet. getRecord(String recordId, String language)
List<DataRecord>
RecordSet. getRecords(String fieldName, String fieldValue)
void
RecordSet. indexRecord(String recordId, String formName, FullIndexEntry indexEntry)
Index the given DataRecord into the indexEntry. formName looks like allFields (ie template filename allFields.xml without extension)void
RecordSet. merge(String fromExternalId, String fromComponentId, String toExternalId, String toComponentId, Map<String,String> attachmentIds)
void
RecordSet. move(ResourceReference fromPK, ResourceReference toPK, RecordTemplate toRecordTemplate)
void
RecordSet. save(DataRecord record)
Save the given DataRecord.void
TypeManager. setDisplayer(String displayerClassName, String typeName, String displayerName, boolean defaultDisplayer)
Set the FieldDisplayer class for typeName, displayerNamevoid
TypeManager. setFieldImplementation(String fieldClassName, String typeName)
Set the implementation class for typeName.void
Field. setNull()
Sets to null this field.void
Field. setObjectValue(Object value)
Sets the specified value.void
Field. setStringValue(String value)
Sets the specifiedString
normalized value.void
Field. setValue(String value)
Sets the specified normalized value.void
Field. setValue(String value, String lang)
Sets the specified textual value in the given language.List<String>
FieldDisplayer. update(String value, T field, FieldTemplate template, PagesContext pagesContext)
Updates the value of the field.List<String>
FieldDisplayer. update(List<org.apache.commons.fileupload.FileItem> items, T field, FieldTemplate template, PagesContext pagesContext)
Updates the value of the field.List<String>
Form. update(List<org.apache.commons.fileupload.FileItem> items, DataRecord record, PagesContext pagesContext)
Updates the values of the dataRecord using the RecordTemplate to extra control information (readOnly or mandatory status).List<String>
Form. update(List<org.apache.commons.fileupload.FileItem> items, DataRecord record, PagesContext pagesContext, boolean updateWysiwyg)
Updates the values of the dataRecord using the RecordTemplate to extra control information (readOnly or mandatory status).static void
DataRecordUtil. updateFields(String[] fieldNames, DataRecord updatedRecord, DataRecord copiedRecord, String language)
Updates the specified fields.List<String>
Form. updateWysiwyg(List<org.apache.commons.fileupload.FileItem> items, DataRecord record, PagesContext pagesContext)
Updates the values of the dataRecord using the RecordTemplate to extra control information (readOnly or mandatory status).Constructors in org.silverpeas.core.contribution.content.form that throw FormException Constructor Description AbstractForm(RecordTemplate template)
Creates a new form from the specified template of records. -
Uses of FormException in org.silverpeas.core.contribution.content.form.displayers
Methods in org.silverpeas.core.contribution.content.form.displayers that throw FormException Modifier and Type Method Description void
AccessPathFieldDisplayer. display(PrintWriter out, AccessPathField field, FieldTemplate template, PagesContext PagesContext)
Prints the HTML value of the field.void
CheckBoxDisplayer. display(PrintWriter out, TextField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
DateFieldDisplayer. display(PrintWriter out, DateField field, FieldTemplate template, PagesContext pagesContext)
Prints the HTML value of the field.void
EmailFieldDisplayer. display(PrintWriter out, TextField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
ExplorerFieldDisplayer. display(PrintWriter out, ExplorerField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
GroupFieldDisplayer. display(PrintWriter out, GroupField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
ImageFieldDisplayer. display(PrintWriter out, FileField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
JdbcFieldDisplayer. display(PrintWriter out, JdbcField field, FieldTemplate template, PagesContext pagesContext)
Prints the HTML value of the field.void
LdapFieldDisplayer. display(PrintWriter out, LdapField field, FieldTemplate template, PagesContext pagesContext)
Prints the HTML value of the field.void
ListBoxFieldDisplayer. display(PrintWriter out, TextField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
MapFieldDisplayer. display(PrintWriter out, TextField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
MultipleUserFieldDisplayer. display(PrintWriter out, MultipleUserField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
PdcUserFieldDisplayer. display(PrintWriter out, PdcUserField field, FieldTemplate template, PagesContext PagesContext)
Prints the HTML value of the field.void
PublicationsPickerFieldDisplayer. display(PrintWriter out, PublicationsPickerField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
RadioButtonDisplayer. display(PrintWriter out, TextField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
SequenceFieldDisplayer. display(PrintWriter out, SequenceField field, FieldTemplate template, PagesContext pagesContext)
Prints the HTML value of the field.void
TextAreaFieldDisplayer. display(PrintWriter out, TextField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
TextDisplayer. display(PrintWriter out, Field field, FieldTemplate template, PagesContext pagesContext)
Prints the HTML value of the field.void
TextFieldDisplayer. display(PrintWriter out, TextField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
TimeFieldDisplayer. display(PrintWriter out, TextField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
UniqueIdFieldDisplayer. display(PrintWriter out, TextField field, FieldTemplate template, PagesContext pageContext)
void
UrlFieldDisplayer. display(PrintWriter out, TextField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
UserFieldDisplayer. display(PrintWriter out, UserField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
VideoFieldDisplayer. display(PrintWriter out, FileField field, FieldTemplate template, PagesContext pagesContext)
void
WysiwygFCKFieldDisplayer. display(PrintWriter out, TextField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field.void
WysiwygFCKFieldDisplayer. duplicateContent(Field field, FieldTemplate template, PagesContext pageContext, String newObjectId)
List<String>
AbstractFieldDisplayer. update(List<org.apache.commons.fileupload.FileItem> items, T field, FieldTemplate template, PagesContext pageContext)
List<String>
AbstractFileFieldDisplayer. update(String attachmentId, FileField field, FieldTemplate template, PagesContext pagesContext)
List<String>
AbstractFileFieldDisplayer. update(List<org.apache.commons.fileupload.FileItem> items, FileField field, FieldTemplate template, PagesContext pageContext)
List<String>
AbstractTextFieldDisplayer. update(String newValue, TextField field, FieldTemplate template, PagesContext pagesContext)
List<String>
AccessPathFieldDisplayer. update(String newValue, AccessPathField field, FieldTemplate template, PagesContext PagesContext)
Updates the value of the field.List<String>
CheckBoxDisplayer. update(String valuesToInsert, TextField field, FieldTemplate template, PagesContext PagesContext)
List<String>
CheckBoxDisplayer. update(List<org.apache.commons.fileupload.FileItem> items, TextField field, FieldTemplate template, PagesContext pageContext)
List<String>
DateFieldDisplayer. update(String newValue, DateField field, FieldTemplate template, PagesContext pagesContext)
Updates the value of the field.List<String>
ExplorerFieldDisplayer. update(String newId, ExplorerField field, FieldTemplate template, PagesContext pageContext)
List<String>
ExplorerFieldDisplayer. update(List<org.apache.commons.fileupload.FileItem> items, ExplorerField field, FieldTemplate template, PagesContext pageContext)
List<String>
GroupFieldDisplayer. update(String newId, GroupField field, FieldTemplate template, PagesContext pagesContext)
List<String>
GroupFieldDisplayer. update(List<org.apache.commons.fileupload.FileItem> items, GroupField field, FieldTemplate template, PagesContext pageContext)
List<String>
JdbcFieldDisplayer. update(String newValue, JdbcField field, FieldTemplate template, PagesContext pagesContext)
Updates the value of the field.List<String>
LdapFieldDisplayer. update(String newValue, LdapField field, FieldTemplate template, PagesContext pagesContext)
Updates the value of the field.List<String>
ListBoxFieldDisplayer. update(String newValue, TextField field, FieldTemplate template, PagesContext PagesContext)
List<String>
MultipleUserFieldDisplayer. update(String newIds, MultipleUserField field, FieldTemplate template, PagesContext pagesContext)
Updates the value of the field.List<String>
MultipleUserFieldDisplayer. update(List<org.apache.commons.fileupload.FileItem> items, MultipleUserField field, FieldTemplate template, PagesContext pageContext)
List<String>
PdcUserFieldDisplayer. update(String newId, PdcUserField field, FieldTemplate template, PagesContext pagesContext)
Updates the value of the field.List<String>
PublicationsPickerFieldDisplayer. update(String newIds, PublicationsPickerField field, FieldTemplate template, PagesContext pageContext)
List<String>
PublicationsPickerFieldDisplayer. update(List<org.apache.commons.fileupload.FileItem> items, PublicationsPickerField field, FieldTemplate template, PagesContext pageContext)
List<String>
RadioButtonDisplayer. update(String newValue, TextField field, FieldTemplate template, PagesContext PagesContext)
Updates the value of the field.List<String>
SequenceFieldDisplayer. update(String value, SequenceField field, FieldTemplate template, PagesContext pagesContext)
Updates the value of the field.List<String>
TextDisplayer. update(String newValue, Field field, FieldTemplate template, PagesContext PagesContext)
Updates the value of the field.List<String>
TimeFieldDisplayer. update(String newValue, TextField field, FieldTemplate template, PagesContext pagesContext)
List<String>
UniqueIdFieldDisplayer. update(String newValue, TextField field, FieldTemplate template, PagesContext pagesContext)
List<String>
UserFieldDisplayer. update(String newId, UserField field, FieldTemplate template, PagesContext pageContext)
List<String>
WysiwygFCKFieldDisplayer. update(String newValue, TextField field, FieldTemplate template, PagesContext pageContext)
Updates the value of the field. -
Uses of FormException in org.silverpeas.core.contribution.content.form.dummy
Methods in org.silverpeas.core.contribution.content.form.dummy that throw FormException Modifier and Type Method Description void
DummyRecordSet. clone(String originalExternalId, String originalComponentId, String cloneExternalId, String cloneComponentId, Map<String,String> attachmentIds)
void
DummyRecordSet. copy(ResourceReference fromPK, ResourceReference toPK, RecordTemplate toRecordTemplate, Map<String,String> attachmentIds)
void
DummyRecordSet. delete(String objectId)
void
DummyRecordSet. delete(String objectId, String language)
Field
DummyFieldTemplate. getEmptyField(int occurrence)
DataRecord
DummyRecordSet. getEmptyRecord()
Returns an empty DataRecord built on the RecordTemplate.DataRecord
DummyRecordTemplate. getEmptyRecord()
int
DummyRecordTemplate. getFieldIndex(String fieldName)
FieldTemplate
DummyRecordTemplate. getFieldTemplate(String fieldName)
DataRecord
DummyRecordSet. getRecord(String recordId)
This dummy record set always return a dummy record.DataRecord
DummyRecordSet. getRecord(String recordId, String language)
void
DummyRecordSet. indexRecord(String recordId, String formName, FullIndexEntry indexEntry)
void
DummyRecordSet. merge(String fromExternalId, String fromComponentId, String toExternalId, String toComponentId, Map<String,String> attachmentIds)
void
DummyRecordSet. move(ResourceReference fromPK, ResourceReference toPK, RecordTemplate toRecordTemplate)
void
DummyRecordSet. save(DataRecord record)
Constructors in org.silverpeas.core.contribution.content.form.dummy that throw FormException Constructor Description DummyRecordSet(RecordTemplate template)
DummyRecordTemplate(RecordTemplate template)
Constructs aDummyRecordTemplate
from the specified otherRecordTemplate
. -
Uses of FormException in org.silverpeas.core.contribution.content.form.field
Methods in org.silverpeas.core.contribution.content.form.field that throw FormException Modifier and Type Method Description void
LdapField. bindLdap(com.novell.ldap.LDAPConnection ldapConnection, String version, String distinguishedName, byte[] password)
Connection
JdbcField. connect(String dataSourceName, String login, String password)
Connects to the specified data source by using the specified credentials.com.novell.ldap.LDAPConnection
LdapField. connectLdap(String host, String port)
void
LdapField. disconnectLdap(com.novell.ldap.LDAPConnection connection)
Collection<String>
LdapField. searchLdap(com.novell.ldap.LDAPConnection ldapConnection, String baseDn, String scope, String filter, String attribute, boolean typesOnly, String currentUserId)
Collection<String>
JdbcField. selectSql(Connection connection, String query, String currentUserId)
void
LdapField. setConstraintLdap(com.novell.ldap.LDAPConnection ldapConnection, String maxResultDisplayed)
void
DateField. setNull()
void
ExplorerField. setNull()
void
GroupField. setNull()
void
MultipleUserField. setNull()
Set to null this field.void
PdcUserField. setNull()
Set to null this field.void
PublicationsPickerField. setNull()
Set to null this field.void
TextField. setNull()
Set to null this field.void
UserField. setNull()
Set to null this field.void
DateField. setObjectValue(Object value)
Set this field value.void
ExplorerField. setObjectValue(Object value)
Set node referenced by this field.void
GroupField. setObjectValue(Object value)
Set user referenced by this field.void
MultipleUserField. setObjectValue(Object value)
Set user referenced by this field.void
PdcUserField. setObjectValue(Object value)
Set userCardIds referenced by this field.void
PublicationsPickerField. setObjectValue(Object value)
Set node referenced by this field.void
TextField. setObjectValue(Object value)
Set this field value.void
UserField. setObjectValue(Object value)
Set user referenced by this field.void
DateField. setValue(String value)
void
DateField. setValue(String value, String language)
void
ExplorerField. setValue(String value)
Does nothing since a user reference can't be computed from a user name.void
ExplorerField. setValue(String value, String language)
Does nothing since a user reference can't be computed from a user name.void
GroupField. setValue(String value)
Does nothing since a group reference can't be computed from a group name.void
GroupField. setValue(String value, String language)
Does nothing since a group reference can't be computed from a group name.void
PdcUserField. setValue(String value)
Does nothing since a user reference can't be computed from a user name.void
PdcUserField. setValue(String value, String language)
Does nothing since a user reference can't be computed from a user name.void
PublicationsPickerField. setValue(String value)
void
PublicationsPickerField. setValue(String value, String language)
void
TextField. setValue(String value)
Set this field value from a local string value.void
TextField. setValue(String value, String language)
Set this field value from a local string value.void
UserField. setValue(String value)
Does nothing since a user reference can't be computed from a user name.void
UserField. setValue(String value, String language)
Does nothing since a user reference can't be computed from a user name. -
Uses of FormException in org.silverpeas.core.contribution.content.form.filter
Methods in org.silverpeas.core.contribution.content.form.filter that throw FormException Modifier and Type Method Description Form
FilterManager. getCriteriaForm()
Returns a Form which can be used to select criteria values.RecordTemplate
FilterManager. getCriteriaTemplate()
Returns a RecordTemplate which can be used to select criteria values.DataRecord
FilterManager. getEmptyCriteriaRecord()
Returns an empty criteria record.RecordFilter
FilterManager. getRecordFilter(DataRecord criteriaRecord)
Gets a RecordFilter from the criteria record (which must be built with the criteriaRecord)boolean
FieldFilter. match(Field testedField)
Returns true if the given field match this Filter criteria.boolean
RecordFilter. match(DataRecord testedRecord)
Returns true if the given record match this Filter criteria.boolean
SimpleRecordFilter. match(DataRecord testedRecord)
Returns true if the fields of the specified record match all the field filter of this Filter. -
Uses of FormException in org.silverpeas.core.contribution.content.form.form
Constructors in org.silverpeas.core.contribution.content.form.form that throw FormException Constructor Description HtmlForm(RecordTemplate template)
Creates a new HTML form from the specified template of records.XmlForm(RecordTemplate template)
XmlForm(RecordTemplate template, boolean viewForm)
XmlSearchForm(RecordTemplate template)
-
Uses of FormException in org.silverpeas.core.contribution.content.form.record
Methods in org.silverpeas.core.contribution.content.form.record that throw FormException Modifier and Type Method Description void
GenericRecordSet. clone(String originalExternalId, String originalComponentId, String cloneExternalId, String cloneComponentId, Map<String,String> attachmentIds)
void
GenericRecordSet. copy(ResourceReference fromPK, ResourceReference toPK, RecordTemplate toRecordTemplate, Map<String,String> oldAndNewFileIds)
GenericRecordSet
GenericRecordSetManager. createRecordSet(String externalId, RecordTemplate template)
Build and return a new record set.GenericRecordSet
GenericRecordSetManager. createRecordSet(String externalId, RecordTemplate template, String templateName, boolean encrypted)
void
GenericRecordSet. delete(String objectId)
Deletes all form data for the given objectId in all languagesvoid
GenericRecordSet. delete(String objectId, String language)
Deletes form data for the given objectId in the given language onlyvoid
GenericRecordSetManager. deleteRecord(DataRecord deletedRecord)
Delete the DataRecord registered by the pair (templateId, recordId).Set<String>
GenericRecordSetManager. getAllComponentIdsOfRecords()
protected List<RecordRow>
GenericRecordSetManager. getAllRecordsOfTemplate(String templateName)
Field
GenericFieldTemplate. getEmptyField()
Returns an empty Field built on this template.Field
GenericFieldTemplate. getEmptyField(int occurrence)
DataRecord
GenericRecordSet. getEmptyRecord()
Returns an empty DataRecord built on the RecordTemplate.DataRecord
GenericRecordTemplate. getEmptyRecord()
DataRecord
IdentifiedRecordTemplate. getEmptyRecord()
List<String>
GenericRecordSetManager. getExternalIdOfComponentInstanceId(String componentInstanceId)
Field
GenericDataRecord. getField(int fieldIndex)
Field
GenericDataRecord. getField(String fieldName)
int
GenericRecordTemplate. getFieldIndex(String fieldName)
int
IdentifiedRecordTemplate. getFieldIndex(String fieldName)
FieldTemplate
GenericRecordTemplate. getFieldTemplate(String fieldName)
FieldTemplate
IdentifiedRecordTemplate. getFieldTemplate(String fieldName)
FieldTemplate[]
IdentifiedRecordTemplate. getFieldTemplates()
List<String>
GenericRecordSetManager. getLanguagesOfRecord(IdentifiedRecordTemplate template, String externalId)
Map<String,Integer>
GenericRecordSetManager. getNumberOfRecordsByTemplateAndComponents(String templateName)
String
GenericRecordSetManager. getRawValue(String templateExternalId, String recordExternalId, String fieldName)
Get value of a field record directly from database.DataRecord
GenericRecordSet. getRecord(String objectId)
Returns the DataRecord with the given id.DataRecord
GenericRecordSet. getRecord(String objectId, String language)
Returns the DataRecord with the given id.DataRecord
GenericRecordSetManager. getRecord(IdentifiedRecordTemplate template, String objectId)
Return the DataRecord registered by the pair (templateId, recordId).DataRecord
GenericRecordSetManager. getRecord(IdentifiedRecordTemplate template, String objectId, String language)
Return the DataRecord registered by the tuple (templateId, objectId, language).List<DataRecord>
GenericRecordSet. getRecords(String fieldName, String fieldValue)
List<DataRecord>
GenericRecordSetManager. getRecords(IdentifiedRecordTemplate template, String fieldName, String fieldValue)
RecordSet
GenericRecordSetManager. getRecordSet(String externalId)
Return the record set known be its external id.void
GenericRecordSet. indexRecord(String recordId, String formName, FullIndexEntry indexEntry)
void
GenericRecordSetManager. insertRecord(IdentifiedRecordTemplate template, DataRecord insertedRecord)
Register the DataRecord with the pair (templateId, recordId).void
GenericRecordSet. merge(String fromExternalId, String fromComponentId, String toExternalId, String toComponentId, Map<String,String> attachmentIds)
void
GenericRecordSet. move(ResourceReference fromPK, ResourceReference toPK, RecordTemplate toRecordTemplate)
void
GenericRecordSetManager. moveRecord(int recordId, IdentifiedRecordTemplate templateTo)
void
GenericRecordSetManager. removeRecordSet(String externalId)
Remove the record set known by its external id.void
GenericRecordSet. save(DataRecord record)
Save the given DataRecord.void
GenericFieldTemplate. setTypeName(String typeName)
set the type name of the described field.void
GenericRecordSetManager. updateRecord(IdentifiedRecordTemplate template, DataRecord updatedRecord)
Save the DataRecord registered by the pair (templateId, recordId).Constructors in org.silverpeas.core.contribution.content.form.record that throw FormException Constructor Description GenericDataRecord(RecordTemplate template)
A GenericDataRecord is built from aRecordTemplate
instance.GenericFieldTemplate(String fieldName, Class<? extends Field> fieldImpl)
Builds a GenericFieldTemplate from a field name and a field implementation.GenericFieldTemplate(String fieldName, String typeName)
Builds a GenericFieldTemplate from a field name and a field type name. -
Uses of FormException in org.silverpeas.core.contribution.template.publication
Methods in org.silverpeas.core.contribution.template.publication that throw FormException Modifier and Type Method Description Map<String,Integer>
PublicationTemplateManager. getNumberOfRecordsByTemplateAndComponents(String templateName)
-
Uses of FormException in org.silverpeas.core.importexport.form
Methods in org.silverpeas.core.importexport.form that throw FormException Modifier and Type Method Description void
FormTemplateImportExport. importXMLModelContentType(ResourceReference pk, String objectType, XMLModelContentType xmlModel, String userId)
-
Uses of FormException in org.silverpeas.core.pdc.form.displayers
Methods in org.silverpeas.core.pdc.form.displayers that throw FormException Modifier and Type Method Description void
PdcFieldDisplayer. display(PrintWriter out, PdcField field, FieldTemplate template, PagesContext pagesContext)
void
PdcPositionsFieldDisplayer. display(PrintWriter out, TextField field, FieldTemplate template, PagesContext context)
Prints the HTML value of the field.List<String>
PdcFieldDisplayer. update(String value, PdcField field, FieldTemplate template, PagesContext pagesContext)
List<String>
PdcPositionsFieldDisplayer. update(String values, TextField field, FieldTemplate template, PagesContext PagesContext)
List<String>
PdcPositionsFieldDisplayer. update(List<org.apache.commons.fileupload.FileItem> items, TextField field, FieldTemplate template, PagesContext pageContext)
-
Uses of FormException in org.silverpeas.core.pdc.form.fieldtype
Methods in org.silverpeas.core.pdc.form.fieldtype that throw FormException Modifier and Type Method Description void
PdcField. setObjectValue(Object value)
void
PdcField. setValue(String value)
void
PdcField. setValue(String value, String lang)
-
Uses of FormException in org.silverpeas.core.viewer.form.displayers
Methods in org.silverpeas.core.viewer.form.displayers that throw FormException Modifier and Type Method Description void
FileFieldDisplayer. display(PrintWriter out, FileField field, FieldTemplate template, PagesContext pageContext)
Prints the HTML value of the field. -
Uses of FormException in org.silverpeas.core.webapi.contribution
Methods in org.silverpeas.core.webapi.contribution that throw FormException Modifier and Type Method Description protected FormFieldValueEntity
AbstractContributionResource. getFormFieldValue(FieldTemplate fieldTemplate, DataRecord data, String lang)
Gets the value of a field.protected List<FormFieldValueEntity>
AbstractContributionResource. getFormFieldValues(FieldTemplate fieldTemplate, DataRecord data, String lang)
-
Uses of FormException in org.silverpeas.core.workflow.engine.datarecord
Methods in org.silverpeas.core.workflow.engine.datarecord that throw FormException Modifier and Type Method Description Field
ProcessInstanceFieldTemplate. getEmptyField()
Throws an illegal call exception, since an empty field can't be built from this template.Field
ProcessInstanceFieldTemplate. getEmptyField(int occurrence)
DataRecord
ProcessInstanceRecordTemplate. getEmptyRecord()
DataRecord
ProcessInstanceRowTemplate. getEmptyRecord()
Field
AbstractProcessInstanceDataRecord. getField(int fieldIndex)
Field
AbstractProcessInstanceDataRecord. getField(String fieldName)
Field
ItemTemplate. getField(ProcessInstance instance)
Returns a field built from this template and filled from the given process instance.Field
LazyProcessInstanceDataRecord. getField(String fieldName)
Field
ProcessInstanceDataRecord. getField(String fieldName)
Returns the named field.abstract Field
ProcessInstanceFieldTemplate. getField(ProcessInstance instance)
Returns a field built from this template and filled from the given process instance.Field
ProcessInstanceRowRecord. getField(String fieldName)
Returns the named field.Field
UserInfoTemplate. getField(ProcessInstance instance)
Returns a field built from this template and filled from the given process instance.int
ProcessInstanceRecordTemplate. getFieldIndex(String fieldName)
int
ProcessInstanceRowTemplate. getFieldIndex(String fieldName)
FieldTemplate
ProcessInstanceRecordTemplate. getFieldTemplate(int fieldIndex)
FieldTemplate
ProcessInstanceRecordTemplate. getFieldTemplate(String fieldName)
FieldTemplate
ProcessInstanceRowTemplate. getFieldTemplate(int fieldIndex)
FieldTemplate
ProcessInstanceRowTemplate. getFieldTemplate(String fieldName)
abstract FieldTemplate
ProcessInstanceTemplate. getFieldTemplate(int fieldIndex)
FieldTemplate[]
ProcessInstanceTemplate. getFieldTemplates()
-
Uses of FormException in org.silverpeas.web.directory.control
Methods in org.silverpeas.web.directory.control that throw FormException Modifier and Type Method Description ExportCSVBuilder
DirectorySessionController. export()
-
Uses of FormException in org.silverpeas.web.jobdomain.control
Methods in org.silverpeas.web.jobdomain.control that throw FormException Modifier and Type Method Description Map<String,String>
JobDomainPeasSessionController. getFieldLabelsOfCSVToImport()
-
Uses of FormException in org.silverpeas.web.pdc.control
Methods in org.silverpeas.web.pdc.control that throw FormException Modifier and Type Method Description void
PdcSearchSessionController. initXMLSearch(HttpRequest request)
-
Uses of FormException in org.silverpeas.web.templatedesigner.control
Methods in org.silverpeas.web.templatedesigner.control that throw FormException Modifier and Type Method Description Map<String,Integer>
TemplateDesignerSessionController. getNumberOfRecordsByTemplateAndComponents()
-
Uses of FormException in org.silverpeas.web.templatedesigner.servlets
Methods in org.silverpeas.web.templatedesigner.servlets that throw FormException Modifier and Type Method Description static GenericFieldTemplate
TemplateDesignerRequestRouter. request2Field(javax.servlet.http.HttpServletRequest request)
-