Package org.cyclos.entities.system
Class CustomWizardStep
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasContentScript,HasNetwork,HasOrder,ProcessableForProxying,IEntity,IInternalNamedEntity,INamedEntity,UsesScript
- Direct Known Subclasses:
FormFieldsWizardStep,GroupSelectionWizardStep,IdentityProviderWizardStep,VerificationWizardStep
@Entity public abstract class CustomWizardStep extends ConfigurationOrderableEntity implements HasContentScript
A step in a custom wizard
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description CustomWizardStep()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CustomScriptgetContentScript()StringgetContentScriptParameters()DataTranslationTypegetDataTranslationType()If this entity allows data translation, should return the translation typeStringgetInformationText()abstract CustomWizardStepNaturegetNature()NetworkgetNetwork()Returns the network this entity belongs toCustomScriptUsedInTypegetScriptUsedInType()Returns the type of script usageStringgetTitle()CustomWizardgetWizard()voidsetContentScript(CustomScript contentScript)voidsetContentScriptParameters(String contentScriptParameters)voidsetInformationText(String informationText)voidsetTitle(String title)voidsetWizard(CustomWizard wizard)-
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
-
getContentScript
public CustomScript getContentScript()
- Specified by:
getContentScriptin interfaceHasContentScript
-
getContentScriptParameters
public String getContentScriptParameters()
- Specified by:
getContentScriptParametersin interfaceHasContentScript
-
getDataTranslationType
public DataTranslationType getDataTranslationType()
Description copied from class:BaseEntityIf this entity allows data translation, should return the translation type- Overrides:
getDataTranslationTypein classBaseEntity
-
getInformationText
public String getInformationText()
-
getNature
public abstract CustomWizardStepNature getNature()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to- Specified by:
getNetworkin interfaceHasNetwork
-
getScriptUsedInType
public CustomScriptUsedInType getScriptUsedInType()
Description copied from interface:UsesScriptReturns the type of script usage- Specified by:
getScriptUsedInTypein interfaceUsesScript
-
getTitle
public String getTitle()
-
getWizard
public CustomWizard getWizard()
-
setContentScript
public void setContentScript(CustomScript contentScript)
-
setContentScriptParameters
public void setContentScriptParameters(String contentScriptParameters)
-
setInformationText
public void setInformationText(String informationText)
-
setTitle
public void setTitle(String title)
-
setWizard
public void setWizard(CustomWizard wizard)
-
-