Package org.cyclos.entities.system
Class RegistrationWizard
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,HasOrder,HasSvgIcon,ProcessableForProxying,DefinesNetwork,IEntity,IInternalNamedEntity,INamedEntity,UsesScript
@Entity public class RegistrationWizard extends CustomWizard
A wizard used for public registration (onboarding).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Field Summary
-
Fields inherited from class org.cyclos.entities.system.CustomWizard
incompleteRegistrationNotifyInterval
-
-
Constructor Summary
Constructors Constructor Description RegistrationWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeIntervalgetIncompleteRegistrationNotifyInterval()CustomWizardNaturegetNature()voidsetIncompleteRegistrationNotifyInterval(TimeInterval incompleteRegistrationNotifyInterval)-
Methods inherited from class org.cyclos.entities.system.CustomWizard
getCustomFields, getDataTranslationType, getNetwork, getResultType, getScript, getScriptParameters, getScriptUsedInType, getSteps, getSvgIcon, isRequireConfirmationCredential, isShowProgress, setCustomFields, setNetwork, setRequireConfirmationCredential, setResultType, setScript, setScriptParameters, setShowProgress, setSteps, setSvgIcon
-
Methods inherited from class org.cyclos.entities.ConfigurationOrderableEntity
compareTo, getOrder, setOrder, toString
-
Methods inherited from class org.cyclos.entities.ConfigurationEntity
getDescription, getInternalName, setDescription, setInternalName, toShortString
-
Methods inherited from class org.cyclos.entities.NamedEntity
getName, getNames, setName
-
Methods inherited from class org.cyclos.entities.BaseEntity
getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
Methods inherited from interface org.cyclos.model.system.scripts.UsesScript
isEnabled
-
-
-
-
Method Detail
-
getIncompleteRegistrationNotifyInterval
public TimeInterval getIncompleteRegistrationNotifyInterval()
-
getNature
public CustomWizardNature getNature()
- Specified by:
getNaturein classCustomWizard
-
setIncompleteRegistrationNotifyInterval
public void setIncompleteRegistrationNotifyInterval(TimeInterval incompleteRegistrationNotifyInterval)
-
-