Package org.nuxeo.ecm.webengine.invite
Class UserInvitationObject
- java.lang.Object
-
- org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
-
- org.nuxeo.ecm.webengine.model.impl.DefaultObject
-
- org.nuxeo.ecm.webengine.model.impl.ModuleRoot
-
- org.nuxeo.ecm.webengine.invite.UserInvitationObject
-
- All Implemented Interfaces:
ModuleResource,Resource,Adaptable
public class UserInvitationObject extends ModuleRoot
- Author:
- Arnaud Kervern
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.webengine.model.impl.ModuleRoot
request, sic
-
-
Constructor Summary
Constructors Constructor Description UserInvitationObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Serializable>buildAdditionalInfos()protected UserInvitationServicefetchService()protected TemplateredisplayFormWithErrorMessage(String formName, String message, FormData data)protected TemplateredisplayFormWithInfoMessage(String formName, String message, FormData data)protected TemplateredisplayFormWithMessage(String messageType, String formName, String message, FormData data)ObjectvalidatePasswordForm(String requestId, String configurationName)ObjectvalidateTrialForm()-
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.ModuleRoot
getLink, getSkinResource, handleError, setContext
-
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.DefaultObject
disptachAdapter, isAdapter
-
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.model.Adaptable
getAdapter
-
Methods inherited from interface org.nuxeo.ecm.webengine.model.Resource
checkGuard, dispose, getActiveAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isAdapter, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot
-
-
-
-
Method Detail
-
validateTrialForm
public Object validateTrialForm()
-
fetchService
protected UserInvitationService fetchService()
-
validatePasswordForm
public Object validatePasswordForm(String requestId, String configurationName)
-
buildAdditionalInfos
protected Map<String,Serializable> buildAdditionalInfos()
-
redisplayFormWithMessage
protected Template redisplayFormWithMessage(String messageType, String formName, String message, FormData data)
-
redisplayFormWithInfoMessage
protected Template redisplayFormWithInfoMessage(String formName, String message, FormData data)
-
-