Class GroupTemplateWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<AnyWrapper<GroupTO>>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<AnyWrapper<GroupTO>>
org.apache.syncope.client.ui.commons.wizards.any.AbstractAnyWizardBuilder<GroupTO>
org.apache.syncope.client.console.wizards.any.AnyWizardBuilder<GroupTO>
org.apache.syncope.client.console.wizards.any.GroupWizardBuilder
org.apache.syncope.client.console.wizards.any.GroupTemplateWizardBuilder
- All Implemented Interfaces:
Serializable
,GroupForm
,TemplateWizardBuilder<GroupTO>
,AnyForm<GroupTO>
,ModalPanelBuilder<AnyWrapper<GroupTO>>
public class GroupTemplateWizardBuilder
extends GroupWizardBuilder
implements TemplateWizardBuilder<GroupTO>
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.wizards.any.GroupWizardBuilder
groupRestClient
Fields inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilder
anyTypeClasses, formLayoutInfo
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
LOG, mode, outerObjects
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef
-
Constructor Summary
ConstructorDescriptionGroupTemplateWizardBuilder
(TemplatableTO templatable, List<String> anyTypeClasses, GroupFormLayoutInfo formLayoutInfo, GroupRestClient groupRestClient, PageReference pageRef) -
Method Summary
Methods inherited from class org.apache.syncope.client.console.wizards.any.GroupWizardBuilder
onApplyInternal, setItem
Methods inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilder
buildModelSteps, execute, fixPlainAndVirAttrs, getMaxWaitTimeInSeconds, sendError, sendWarning, wrapper
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEvent
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onCancelInternal, setEventSink
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder
build, getDefaultItem, getEventSink, getPageReference, setEventSink
-
Field Details
-
templatable
-
-
Constructor Details
-
GroupTemplateWizardBuilder
public GroupTemplateWizardBuilder(TemplatableTO templatable, List<String> anyTypeClasses, GroupFormLayoutInfo formLayoutInfo, GroupRestClient groupRestClient, PageReference pageRef)
-
-
Method Details
-
addOptionalDetailsPanel
- Overrides:
addOptionalDetailsPanel
in classGroupWizardBuilder
-
build
- Specified by:
build
in interfaceTemplateWizardBuilder<GroupTO>
-