Package org.cyclos.entities.system
Class WizardWithChannels
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,HasOrder,HasSvgIcon,ProcessableForProxying,DefinesNetwork,IEntity,IInternalNamedEntity,INamedEntity,UsesScript
- Direct Known Subclasses:
DirectWizard,MenuItemWizard
@Entity public abstract class WizardWithChannels extends CustomWizard
A custom wizard that is not used for registration. This means it doesn't have profile fields, agreements, passwords, etc, only custom fields defined in the wizard itself.
-
-
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 WizardWithChannels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Channel>getChannels()voidsetChannels(Set<Channel> channels)-
Methods inherited from class org.cyclos.entities.system.CustomWizard
getCustomFields, getDataTranslationType, getNature, 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
-
-