Class UserAccountsMyAccountPageStrategy
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.user.UserAccountsMyAccountPageStrategy
-
public abstract class UserAccountsMyAccountPageStrategy extends UserAccountsPage
Handle the variant details of the MyAccounts page
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
UserAccountsPage.ProfileInfo
-
Nested classes/interfaces inherited from class edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
AbstractPageHandler.InvalidParametersException, AbstractPageHandler.Message
-
-
Field Summary
Fields Modifier and Type Field Description protected UserAccountsMyAccountPagepage-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
DAYS_TO_USE_PASSWORD_LINK
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
ctx, dpsDao, i18n, indDao, opsDao, unionModel, userAccountsDao, userAccountsModel, vclassDao, vreq
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserAccountsMyAccountPageStrategy(VitroRequest vreq, UserAccountsMyAccountPage page)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringadditionalValidations()abstract voidaddMoreBodyValues(Map<String,Object> body)abstract StringgetConfirmationCode()static UserAccountsMyAccountPageStrategygetInstance(VitroRequest vreq, UserAccountsMyAccountPage page, boolean externalAuth)abstract voidnotifyUser()abstract voidparseAdditionalParameters()abstract voidsetAdditionalProperties(UserAccount userAccount)-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
buildListOfSelectableRoles, buildProfileInfo, buildProfileTypesList, buildUrlsMap, checkPasswordLength, editAccountUrl, figureExpirationDate, getSiteName, isEmailEnabled
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
applyMessage, getIntegerParameter, getStringParameter, getStringParameters, isFlagOnRequest, isParameterAsExpected
-
-
-
-
Field Detail
-
page
protected final UserAccountsMyAccountPage page
-
-
Constructor Detail
-
UserAccountsMyAccountPageStrategy
protected UserAccountsMyAccountPageStrategy(VitroRequest vreq, UserAccountsMyAccountPage page)
-
-
Method Detail
-
getInstance
public static UserAccountsMyAccountPageStrategy getInstance(VitroRequest vreq, UserAccountsMyAccountPage page, boolean externalAuth)
-
parseAdditionalParameters
public abstract void parseAdditionalParameters()
-
additionalValidations
public abstract String additionalValidations()
-
setAdditionalProperties
public abstract void setAdditionalProperties(UserAccount userAccount)
-
notifyUser
public abstract void notifyUser()
-
getConfirmationCode
public abstract String getConfirmationCode()
-
-