org.dspace.app.xmlui.aspect.eperson
Class EPersonUtils

java.lang.Object
  extended by 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

Constructor Summary
EPersonUtils()
           
 
Method Summary
static void forgottProgressList(Division form, int step)
          Create a progress list for the forgot password workflow.
static void registrationProgressList(Division form, int step)
          Create a progress list for the registration workflow.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPersonUtils

public EPersonUtils()
Method Detail

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 step
step - The current step of the workflow (-1 if no step)
Throws:
WingException


Copyright © 2012 DuraSpace. All Rights Reserved.