Package org.cyclos.entities.system
Class SystemWizard
- java.lang.Object
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,HasOrder,HasSvgIcon,ProcessableForProxying,DefinesNetwork,IEntity,IInternalNamedEntity,INamedEntity,UsesScript
@Entity public class SystemWizard extends DirectWizard
A custom wizard that is executed administrators directly from the menu
-
-
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 SystemWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminMainMenugetAdminMenu()CustomWizardNaturegetNature()voidsetAdminMenu(AdminMainMenu adminMenu)-
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
-
getAdminMenu
public AdminMainMenu getAdminMenu()
-
getNature
public CustomWizardNature getNature()
- Specified by:
getNaturein classCustomWizard
-
setAdminMenu
public void setAdminMenu(AdminMainMenu adminMenu)
-
-