Uses of Class
fr.paris.lutece.plugins.workflow.modules.editrecord.business.EditRecordValue

Packages that use EditRecordValue
fr.paris.lutece.plugins.workflow.modules.editrecord.business   
fr.paris.lutece.plugins.workflow.modules.editrecord.service   
 

Uses of EditRecordValue in fr.paris.lutece.plugins.workflow.modules.editrecord.business
 

Methods in fr.paris.lutece.plugins.workflow.modules.editrecord.business that return types with arguments of type EditRecordValue
 java.util.List<EditRecordValue> EditRecord.getListEditRecordValues()
          Get the list of record values
 java.util.List<EditRecordValue> IEditRecordValueDAO.load(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load a EditRecordValue by id edit record
 java.util.List<EditRecordValue> EditRecordValueDAO.load(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load a EditRecordValue by id edit record
 

Methods in fr.paris.lutece.plugins.workflow.modules.editrecord.business with parameters of type EditRecordValue
 void IEditRecordValueDAO.insert(EditRecordValue editRecordValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert new record
 void EditRecordValueDAO.insert(EditRecordValue editRecordValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert new record
 

Method parameters in fr.paris.lutece.plugins.workflow.modules.editrecord.business with type arguments of type EditRecordValue
 void EditRecord.setListEditRecordValues(java.util.List<EditRecordValue> listEditRecordValues)
          Set the list of edit record values
 

Uses of EditRecordValue in fr.paris.lutece.plugins.workflow.modules.editrecord.service
 

Methods in fr.paris.lutece.plugins.workflow.modules.editrecord.service that return types with arguments of type EditRecordValue
 java.util.List<EditRecordValue> EditRecordValueService.find(int nIdHistory)
          Find edit record values from a given id history
 java.util.List<EditRecordValue> IEditRecordValueService.find(int nIdHistory)
          Find edit record values from a given id history
 

Methods in fr.paris.lutece.plugins.workflow.modules.editrecord.service with parameters of type EditRecordValue
 void EditRecordValueService.create(EditRecordValue editRecordValue)
          Create a new edit record value
 void IEditRecordValueService.create(EditRecordValue editRecordValue)
          Create a new edit record value
 

Method parameters in fr.paris.lutece.plugins.workflow.modules.editrecord.service with type arguments of type EditRecordValue
 java.util.List<fr.paris.lutece.plugins.directory.business.IEntry> EditRecordService.getListEntriesToEdit(javax.servlet.http.HttpServletRequest request, java.util.List<EditRecordValue> listEditRecordValues)
          Get the list of entries to edit
 java.util.List<fr.paris.lutece.plugins.directory.business.IEntry> IEditRecordService.getListEntriesToEdit(javax.servlet.http.HttpServletRequest request, java.util.List<EditRecordValue> listEditRecordValues)
          Get the list of entries to edit
 java.util.List<java.lang.Integer> EditRecordService.getListIdEntriesToNotEdit(javax.servlet.http.HttpServletRequest request, int nIdRecord, java.util.List<EditRecordValue> listEditRecordValues)
          Get the list of entries to not edit
 java.util.List<java.lang.Integer> IEditRecordService.getListIdEntriesToNotEdit(javax.servlet.http.HttpServletRequest request, int nIdRecord, java.util.List<EditRecordValue> listEditRecordValues)
          Get the list of entries to not edit
 java.util.List<fr.paris.lutece.plugins.directory.business.RecordField> EditRecordService.getListRecordFieldsToNotEdit(javax.servlet.http.HttpServletRequest request, int nIdRecord, java.util.List<EditRecordValue> listEditRecordValues)
          Get the list of record fieds to not edit
 java.util.List<fr.paris.lutece.plugins.directory.business.RecordField> IEditRecordService.getListRecordFieldsToNotEdit(javax.servlet.http.HttpServletRequest request, int nIdRecord, java.util.List<EditRecordValue> listEditRecordValues)
          Get the list of record fieds to not edit
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.