Package org.cyclos.entities.system
Class UserWizard
- java.lang.Object
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,HasOrder,HasSvgIcon,ProcessableForProxying,DefinesNetwork,IEntity,IInternalNamedEntity,INamedEntity,UsesScript
@Entity public class UserWizard extends DirectWizard
A custom wizard that is executed over a user
-
-
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 UserWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomWizardNaturegetNature()ProfileManagementSectiongetProfileSection()UserMainMenugetUserMenu()voidsetProfileSection(ProfileManagementSection profileSection)voidsetUserMenu(UserMainMenu userMenu)-
Methods inherited from class org.cyclos.entities.system.DirectWizard
getIcon, getLabel, setIcon, setLabel
-
Methods inherited from class org.cyclos.entities.system.WizardWithChannels
getChannels, setChannels
-
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
-
getNature
public CustomWizardNature getNature()
- Specified by:
getNaturein classCustomWizard
-
getProfileSection
public ProfileManagementSection getProfileSection()
-
getUserMenu
public UserMainMenu getUserMenu()
-
setProfileSection
public void setProfileSection(ProfileManagementSection profileSection)
-
setUserMenu
public void setUserMenu(UserMainMenu userMenu)
-
-