Uses of Interface
com.silverpeas.form.DataRecord

Packages that use DataRecord
com.silverpeas.form Defines the interface of all of the objects that represent forms, fields, templates describing forms, and so on. 
com.silverpeas.form.dummy   
com.silverpeas.form.filter   
com.silverpeas.form.form   
com.silverpeas.form.record   
com.silverpeas.formTemplate.ejb   
com.silverpeas.workflow.api.event   
com.silverpeas.workflow.api.instance   
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.api.task   
com.silverpeas.workflow.api.user   
com.silverpeas.workflow.engine.dataRecord   
com.silverpeas.workflow.engine.event   
com.silverpeas.workflow.engine.instance   
com.silverpeas.workflow.engine.model   
com.silverpeas.workflow.engine.task   
com.silverpeas.workflow.engine.user   
com.stratelia.silverpeas.pdcPeas.control   
org.silverpeas.contribution.web   
 

Uses of DataRecord in com.silverpeas.form
 

Methods in com.silverpeas.form that return DataRecord
 DataRecord AbstractForm.getData()
           
 DataRecord RecordSet.getEmptyRecord()
          Returns an empty DataRecord built on the RecordTemplate.
 DataRecord RecordTemplate.getEmptyRecord()
          Returns an empty DataRecord built on this template.
 DataRecord RecordSet.getRecord(String id)
          Returns the DataRecord with the given id.
 DataRecord RecordSet.getRecord(String recordId, String language)
           
 

Methods in com.silverpeas.form with parameters of type DataRecord
static String DataRecordUtil.applySubstitution(String text, DataRecord data, String lang)
          Returns : "But who is xoxox ?"
 boolean RecordTemplate.checkDataRecord(DataRecord record)
          Returns true if the data record is built on this template and all the constraints are ok.
 void RecordSet.delete(DataRecord record)
          Deletes the given DataRecord and set to null its id.
abstract  void AbstractForm.display(javax.servlet.jsp.JspWriter out, PagesContext pagesContext, DataRecord record)
          Prints this form into the specified JSP writer according to the specified records of data that populate the form fields.
 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.
protected  Field AbstractForm.getSureField(FieldTemplate fieldTemplate, DataRecord record, int occurrence)
           
 boolean AbstractForm.isEmpty(List<org.apache.commons.fileupload.FileItem> items, DataRecord record, PagesContext pagesContext)
          Is the form is empty?
 boolean Form.isEmpty(List<org.apache.commons.fileupload.FileItem> items, DataRecord record, PagesContext pagesContext)
           
 void RecordSet.save(DataRecord record)
          Save the given DataRecord.
 void AbstractForm.setData(DataRecord data)
           
 void Form.setData(DataRecord data)
           
 String Form.toString(PagesContext pagesContext, DataRecord record)
           
 List<String> AbstractForm.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)
          Updates the values of the dataRecord using the RecordTemplate to extra control information (readOnly or mandatory status).
 List<String> AbstractForm.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).
 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)
          Updates the specified fields.
 List<String> AbstractForm.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).
 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).
 

Uses of DataRecord in com.silverpeas.form.dummy
 

Classes in com.silverpeas.form.dummy that implement DataRecord
 class DummyDataRecord
          A dummy DataRecord .
 class DummyFileDataRecord
           
 

Methods in com.silverpeas.form.dummy that return DataRecord
 DataRecord DummyRecordSet.getEmptyRecord()
          Returns an empty DataRecord built on the RecordTemplate.
 DataRecord DummyRecordTemplate.getEmptyRecord()
          Returns an empty DataRecord built on this template.
 DataRecord DummyRecordSet.getRecord(String recordId)
          This dummy record set always return a dummy record.
 DataRecord DummyRecordSet.getRecord(String recordId, String language)
           
 

Methods in com.silverpeas.form.dummy with parameters of type DataRecord
 boolean DummyRecordTemplate.checkDataRecord(DataRecord record)
          Returns true if the data record is built on this template and all the constraints are ok.
 void DummyRecordSet.delete(DataRecord record)
          This dummy record set simply do nothing.
 void DummyRecordSet.insert(DataRecord record)
          This dummy record set simply do nothing.
 void DummyRecordSet.save(DataRecord record)
          This dummy record set simply do nothing.
 void DummyRecordSet.update(DataRecord record)
          This dummy record set simply do nothing.
 

Uses of DataRecord in com.silverpeas.form.filter
 

Methods in com.silverpeas.form.filter that return DataRecord
 DataRecord FilterManager.getEmptyCriteriaRecord()
          Returns an empty criteria record.
 

Methods in com.silverpeas.form.filter that return types with arguments of type DataRecord
 List<DataRecord> FilterManager.filter(DataRecord criteria, List<DataRecord> filtered)
          Filters the given list of DataRecord using the specified criteria.
 

Methods in com.silverpeas.form.filter with parameters of type DataRecord
 RecordFilter FilterManager.buildRecordFilter(DataRecord criteriaRecord)
          Builds a RecordFilter from the criteria record (which must be built with the criterieTemplate)
 List<DataRecord> FilterManager.filter(DataRecord criteria, List<DataRecord> filtered)
          Filters the given list of DataRecord using the specified criteria.
 boolean SimpleRecordFilter.match(DataRecord testedRecord)
          Returns true if the fields of the specified record match all the field filter of this Filter.
 boolean RecordFilter.match(DataRecord testedRecord)
          Returns true if the given record match this Filter criteria.
 

Method parameters in com.silverpeas.form.filter with type arguments of type DataRecord
 List<DataRecord> FilterManager.filter(DataRecord criteria, List<DataRecord> filtered)
          Filters the given list of DataRecord using the specified criteria.
 

Uses of DataRecord in com.silverpeas.form.form
 

Methods in com.silverpeas.form.form with parameters of type DataRecord
 void XmlForm.display(javax.servlet.jsp.JspWriter jw, PagesContext pageContext, DataRecord record)
           
 void XmlSearchForm.display(javax.servlet.jsp.JspWriter jw, PagesContext pagesContext, DataRecord record)
          Prints the HTML layout of the dataRecord using the RecordTemplate to extract labels and extra informations.
 void HtmlForm.display(javax.servlet.jsp.JspWriter jw, PagesContext pagesContext, DataRecord record)
          Prints the HTML layout of the dataRecord using the RecordTemplate to extract labels and extra informations.
 boolean XmlSearchForm.isEmpty(List<org.apache.commons.fileupload.FileItem> items, DataRecord record, PagesContext pagesContext)
           
 String XmlForm.toString(PagesContext pagesContext, DataRecord record)
          Prints the HTML layout of the dataRecord using the RecordTemplate to extract labels and extra informations.
 String XmlSearchForm.toString(PagesContext pagesContext, DataRecord record)
          Prints the HTML layout of the dataRecord using the RecordTemplate to extract labels and extra informations.
 String HtmlForm.toString(PagesContext PagesContext, DataRecord record)
          Prints the HTML layout of the dataRecord using the RecordTemplate to extract labels and extra informations.
 

Uses of DataRecord in com.silverpeas.form.record
 

Classes in com.silverpeas.form.record that implement DataRecord
 class GenericDataRecord
          A GenericDataRecord use a Field[] and a GenericRecordTemplate.
 

Methods in com.silverpeas.form.record that return DataRecord
 DataRecord IdentifiedRecordTemplate.getEmptyRecord()
          Returns an empty DataRecord built on this template.
 DataRecord GenericRecordSet.getEmptyRecord()
          Returns an empty DataRecord built on the RecordTemplate.
 DataRecord GenericRecordTemplate.getEmptyRecord()
          Returns an empty DataRecord built on this template.
 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).
 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.
 

Methods in com.silverpeas.form.record with parameters of type DataRecord
 boolean IdentifiedRecordTemplate.checkDataRecord(DataRecord record)
          Returns true if the data record is built on this template and all the constraints are ok.
 boolean GenericRecordTemplate.checkDataRecord(DataRecord record)
          Returns true if the data record is built on this template and all the constraints are ok.
 void GenericRecordSet.delete(DataRecord record)
          Deletes the given DataRecord and set to null its id.
 void GenericRecordSetManager.deleteRecord(IdentifiedRecordTemplate template, DataRecord deletedRecord)
          Delete the DataRecord registered by the pair (templateId, recordId).
 void GenericRecordSetManager.insertRecord(IdentifiedRecordTemplate template, DataRecord insertedRecord)
          Register the DataRecord with the pair (templateId, recordId).
 void GenericRecordSet.save(DataRecord record)
          Save the given DataRecord.
 void GenericRecordSetManager.updateRecord(IdentifiedRecordTemplate template, DataRecord updatedRecord)
          Save the DataRecord registered by the pair (templateId, recordId).
 

Uses of DataRecord in com.silverpeas.formTemplate.ejb
 

Methods in com.silverpeas.formTemplate.ejb that return DataRecord
 DataRecord FormTemplateBm.getRecord(String externalId, String id)
           
 DataRecord FormTemplateBmEJB.getRecord(String externalId, String id)
           
 

Uses of DataRecord in com.silverpeas.workflow.api.event
 

Methods in com.silverpeas.workflow.api.event that return DataRecord
 DataRecord GenericEvent.getDataRecord()
          Returns the data associated to this event.
 

Uses of DataRecord in com.silverpeas.workflow.api.instance
 

Methods in com.silverpeas.workflow.api.instance that return DataRecord
 DataRecord HistoryStep.getActionRecord()
          Get the data filled at this step
 DataRecord ProcessInstance.getActionRecord(String actionName)
          Returns the data which was given when the action was performed.
 DataRecord ProcessInstance.getAllDataRecord(String role, String lang)
           
 DataRecord ProcessInstance.getFolder()
           
 DataRecord ProcessInstance.getFormRecord(String formName, String role, String lang)
           
 DataRecord ProcessInstance.getNewActionRecord(String actionName)
          Get a new data record associated to the given action
 DataRecord ProcessInstance.getRowDataRecord(String role, String lang)
          Returns a DataRecord which will be used to represent this process instance as a row in a list.
 

Methods in com.silverpeas.workflow.api.instance with parameters of type DataRecord
 void UpdatableProcessInstance.saveActionRecord(HistoryStep step, DataRecord formData)
          Save a new version of given form (including values)
 void HistoryStep.setActionRecord(DataRecord data)
          Set the data filled at this step
 

Uses of DataRecord in com.silverpeas.workflow.api.model
 

Methods in com.silverpeas.workflow.api.model that return DataRecord
 DataRecord Form.getDefaultRecord(String role, String lang, DataRecord data)
          Converts this object in a DataRecord object
 DataRecord ProcessModel.getNewActionRecord(String actionName, String roleName, String lang, DataRecord data)
          Returns an empty com.silverpeas.form.DataRecord which must be filled in order to process the named action.
 DataRecord ProcessModel.getNewUserInfosRecord(String roleName, String lang)
          Returns an empty com.silverpeas.form.DataRecord which must be filled in order to fill the user information Throws a WorkflowException if problem encountered.
 

Methods in com.silverpeas.workflow.api.model with parameters of type DataRecord
 DataRecord Form.getDefaultRecord(String role, String lang, DataRecord data)
          Converts this object in a DataRecord object
 DataRecord ProcessModel.getNewActionRecord(String actionName, String roleName, String lang, DataRecord data)
          Returns an empty com.silverpeas.form.DataRecord which must be filled in order to process the named action.
 

Uses of DataRecord in com.silverpeas.workflow.api.task
 

Methods in com.silverpeas.workflow.api.task with parameters of type DataRecord
 QuestionEvent Task.buildQuestionEvent(String stepId, DataRecord data)
          When this Question is asked for a task, builds a QuestionEvent giving the choosed step that must give the answer.
 ResponseEvent Task.buildResponseEvent(String questionId, DataRecord data)
          When this Response is answer for a task, builds a ResponseEvent giving the question id that must give the answer.
 TaskDoneEvent Task.buildTaskDoneEvent(String actionName, DataRecord data)
          When this Task is done, builds a TaskDoneEvent giving the choosed action name and the filled form.
 TaskSavedEvent Task.buildTaskSavedEvent(String actionName, DataRecord data)
          When this Task is saved, builds a TaskSavedEvent giving the choosed action name and the filled form.
 

Uses of DataRecord in com.silverpeas.workflow.api.user
 

Methods in com.silverpeas.workflow.api.user with parameters of type DataRecord
 void UserSettings.load(DataRecord data, RecordTemplate template)
          Fill the given data record with user information
 void UserSettings.update(DataRecord data, RecordTemplate template)
          Update the settings with a given DataRecord
 

Uses of DataRecord in com.silverpeas.workflow.engine.dataRecord
 

Classes in com.silverpeas.workflow.engine.dataRecord that implement DataRecord
 class AbstractProcessInstanceDataRecord
           
 class LazyProcessInstanceDataRecord
          A ProcessInstanceDataRecord groups in a single DataRecord all the data items of a ProcessInstance.
 class ProcessInstanceDataRecord
          A ProcessInstanceDataRecord groups in a single DataRecord all the data items of a ProcessInstance.
 class ProcessInstanceRowRecord
          ProcessInstanceDataRecord
 

Methods in com.silverpeas.workflow.engine.dataRecord that return DataRecord
 DataRecord ProcessInstanceRowTemplate.getEmptyRecord()
          Throws an illegal call exception, since an empty DataRecord can't be built from this template.
 DataRecord ProcessInstanceRecordTemplate.getEmptyRecord()
          Throws an illegal call exception, since an empty DataRecord can't be built from this template.
 

Methods in com.silverpeas.workflow.engine.dataRecord with parameters of type DataRecord
 boolean ProcessInstanceRowTemplate.checkDataRecord(DataRecord record)
          Returns true if the data record is built on this template.
 boolean ProcessInstanceRecordTemplate.checkDataRecord(DataRecord record)
          Returns true if the data record is built on this template.
 

Uses of DataRecord in com.silverpeas.workflow.engine.event
 

Methods in com.silverpeas.workflow.engine.event that return DataRecord
 DataRecord QuestionEventImpl.getDataRecord()
          Returns the data filled when the action was processed.
 DataRecord ResponseEventImpl.getDataRecord()
          Returns the data filled when the action was processed.
 DataRecord TaskDoneEventImpl.getDataRecord()
          Returns the data filled when the action was processed.
 DataRecord TimeoutEventImpl.getDataRecord()
          Returns the data filled when the action was processed.
 DataRecord TaskSavedEventImpl.getDataRecord()
          Returns the data filled when the action was processed.
 

Constructors in com.silverpeas.workflow.engine.event with parameters of type DataRecord
QuestionEventImpl(Task resolvedTask, String stepId, DataRecord data)
          A QuestionEventImpl is built from a resolved task, a choosen target state and a filled form.
ResponseEventImpl(Task resolvedTask, String questionId, DataRecord data)
          A ResponseEventImpl is built from a resolved task, a choosen target state and a filled form.
TaskDoneEventImpl(Task resolvedTask, String actionName, DataRecord data)
          A TaskDoneEventImpl is built from a resolved task, a choosen action and a filled form.
TaskSavedEventImpl(Task resolvedTask, String actionName, DataRecord data)
          A TaskSavedEvent is built from a resolved task, a choosen action and a filled form.
 

Uses of DataRecord in com.silverpeas.workflow.engine.instance
 

Methods in com.silverpeas.workflow.engine.instance that return DataRecord
 DataRecord HistoryStepImpl.getActionRecord()
          Get the data associated to this step.
 DataRecord ProcessInstanceImpl.getActionRecord(String actionName)
          Get the data associated to the given action
 DataRecord ProcessInstanceImpl.getAllDataRecord(String role, String lang)
          Returns a data record with all the accessible data in this instance.
 DataRecord ProcessInstanceImpl.getFolder()
          Returns the folder as a DataRecord
 DataRecord ProcessInstanceImpl.getFormRecord(String formName, String role, String lang)
           
 DataRecord ProcessInstanceImpl.getNewActionRecord(String actionName)
          Get a new data record associated to the given action
 DataRecord ProcessInstanceImpl.getRowDataRecord(String role, String lang)
          Returns a data record with all the main data in this instance.
 

Methods in com.silverpeas.workflow.engine.instance with parameters of type DataRecord
 void ProcessInstanceImpl.saveActionRecord(HistoryStep step, DataRecord actionData)
          Set the form associated to the given action
 void HistoryStepImpl.setActionRecord(DataRecord data)
          Set the data associated to this step.
 

Uses of DataRecord in com.silverpeas.workflow.engine.model
 

Methods in com.silverpeas.workflow.engine.model that return DataRecord
 DataRecord FormImpl.getDefaultRecord(String role, String lang, DataRecord data)
          Converts this object in a DataRecord object
 DataRecord ProcessModelImpl.getNewActionRecord(String actionName, String roleName, String lang, DataRecord data)
          Returns an empty com.silverpeas.form.DataRecord which must be filled in order to process the named action.
 DataRecord ProcessModelImpl.getNewUserInfosRecord(String roleName, String lang)
          Returns an empty com.silverpeas.form.DataRecord which must be filled in order to fill the user information Throws a WorkflowException if problem encountered.
 

Methods in com.silverpeas.workflow.engine.model with parameters of type DataRecord
 DataRecord FormImpl.getDefaultRecord(String role, String lang, DataRecord data)
          Converts this object in a DataRecord object
 DataRecord ProcessModelImpl.getNewActionRecord(String actionName, String roleName, String lang, DataRecord data)
          Returns an empty com.silverpeas.form.DataRecord which must be filled in order to process the named action.
 

Uses of DataRecord in com.silverpeas.workflow.engine.task
 

Methods in com.silverpeas.workflow.engine.task with parameters of type DataRecord
 QuestionEvent AbstractTaskImpl.buildQuestionEvent(String stepId, DataRecord data)
          Builds a QuestionEvent from this Task.
 ResponseEvent AbstractTaskImpl.buildResponseEvent(String questionId, DataRecord data)
          Builds a ResponseEvent from this Task.
 TaskDoneEvent AbstractTaskImpl.buildTaskDoneEvent(String actionName, DataRecord data)
          Builds a TaskDoneEvent from this Task.
 TaskSavedEvent AbstractTaskImpl.buildTaskSavedEvent(String actionName, DataRecord data)
          Builds a TaskSavedEvent from this Task.
 

Uses of DataRecord in com.silverpeas.workflow.engine.user
 

Methods in com.silverpeas.workflow.engine.user with parameters of type DataRecord
 void UserSettingsImpl.load(DataRecord data, RecordTemplate template)
          Fill the given data record with user information
 void UserSettingsImpl.update(DataRecord data, RecordTemplate template)
          Update the settings with a given DataRecord
 

Uses of DataRecord in com.stratelia.silverpeas.pdcPeas.control
 

Methods in com.stratelia.silverpeas.pdcPeas.control that return DataRecord
 DataRecord PdcSearchSessionController.getXmlData()
           
 

Methods in com.stratelia.silverpeas.pdcPeas.control with parameters of type DataRecord
 void PdcSearchSessionController.setXmlData(DataRecord xmlData)
           
 

Uses of DataRecord in org.silverpeas.contribution.web
 

Methods in org.silverpeas.contribution.web with parameters of type DataRecord
protected  FormFieldValueEntity AbstractContributionResource.getFormFieldValue(FieldTemplate fieldTemplate, DataRecord data, String lang)
          Gets the value of a field.
 



Copyright © 2016 Silverpeas. All Rights Reserved.