org.dspace.app.xmlui.aspect.eperson
Class EPersonUtils
java.lang.Object
org.dspace.app.xmlui.aspect.eperson.EPersonUtils
public class EPersonUtils
- extends Object
A set of static utilities to help with EPerson workflows.
- Author:
- Scott Phillips
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPersonUtils
public EPersonUtils()
registrationProgressList
public static void registrationProgressList(Division form,
int step)
throws WingException
- Create a progress list for the registration workflow.
- Parameters:
form - The division of the current workflow step.step - The current step of the workflow (-1 if no step)
- Throws:
WingException
forgottProgressList
public static void forgottProgressList(Division form,
int step)
throws WingException
- Create a progress list for the forgot password workflow.
- Parameters:
form - The division of the current workflow stepstep - The current step of the workflow (-1 if no step)
- Throws:
WingException
Copyright © 2013 DuraSpace. All Rights Reserved.