|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.web.action.DirectoryActionResult
public class DirectoryActionResult
DirectoryActionResult
Constructor Summary | |
---|---|
DirectoryActionResult()
|
Method Summary | |
---|---|
void |
doProcessAction(int nIdDirectory,
int nIdAction,
String[] listIdsDirectoryRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
Locale locale,
javax.servlet.http.HttpServletRequest request)
Do process the workflow action |
String |
doSaveTaskForm(int nIdDirectory,
int nIdAction,
String[] listIdsDirectoryRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
Locale locale,
javax.servlet.http.HttpServletRequest request)
Do save the task form |
void |
fillModel(Map<String,Object> model,
List<IEntry> listEntries,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
fr.paris.lutece.portal.business.user.AdminUser user,
Directory directory)
Fill the model with the success and fail records |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryActionResult()
Method Detail |
---|
public void doProcessAction(int nIdDirectory, int nIdAction, String[] listIdsDirectoryRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin, Locale locale, javax.servlet.http.HttpServletRequest request)
nIdDirectory
- the id directorynIdAction
- the id actionlistIdsDirectoryRecord
- the list of ids record to execute the actionplugin
- the pluginlocale
- the localerequest
- the HTTP requestpublic String doSaveTaskForm(int nIdDirectory, int nIdAction, String[] listIdsDirectoryRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin, Locale locale, javax.servlet.http.HttpServletRequest request)
nIdDirectory
- the id directorynIdAction
- the id actionlistIdsDirectoryRecord
- the list of id recordsplugin
- the pluginlocale
- the localerequest
- the HTTP request
public void fillModel(Map<String,Object> model, List<IEntry> listEntries, fr.paris.lutece.portal.service.plugin.Plugin plugin, fr.paris.lutece.portal.business.user.AdminUser user, Directory directory)
model
- the model to filllistEntries
- the list of entriesplugin
- the pluginuser
- the current userdirectory
- the directory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |