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
@Path("/userInvitation")
@Produces("text/html;charset=UTF-8")
public class UserInvitationObject
extends ModuleRoot
- Author:
- Arnaud Kervern
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String, Serializable> protected UserInvitationServiceprotected TemplateredisplayFormWithErrorMessage(String formName, String message, jakarta.ws.rs.core.MultivaluedMap<String, String> data) protected TemplateredisplayFormWithInfoMessage(String formName, String message, jakarta.ws.rs.core.MultivaluedMap<String, String> data) protected TemplateredisplayFormWithMessage(String messageType, String formName, String message, jakarta.ws.rs.core.MultivaluedMap<String, String> data) validatePasswordForm(String requestId, String configurationName) validateTrialForm(jakarta.ws.rs.core.MultivaluedMap<String, String> parameters) Methods inherited from class org.nuxeo.ecm.webengine.model.impl.ModuleRoot
getLink, getSkinResource, handleError, setContextMethods inherited from class org.nuxeo.ecm.webengine.model.impl.DefaultObject
disptachAdapter, isAdapterMethods 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Adaptable
getAdapterMethods 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
-
Constructor Details
-
UserInvitationObject
public UserInvitationObject()
-
-
Method Details
-
validateTrialForm
-
fetchService
-
validatePasswordForm
-
buildAdditionalInfos
-
redisplayFormWithMessage
-
redisplayFormWithInfoMessage
-
redisplayFormWithErrorMessage
-