Uses of Class
org.apache.syncope.client.ui.commons.wizards.any.AnyWrapper
-
-
Uses of AnyWrapper in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons with parameters of type AnyWrapper Modifier and Type Method Description <A extends AnyTO>
WizardModelAnyWizardBuilderAdditionalSteps. buildModelSteps(AnyWrapper<A> modelObject, WizardModel wizardModel, AbstractAnyFormLayout<A,? extends AnyForm<A>> formLayoutInfo)
<A extends AnyTO>
WizardModelIdMAnyWizardBuilderAdditionalSteps. buildModelSteps(AnyWrapper<A> modelObject, WizardModel wizardModel, AbstractAnyFormLayout<A,? extends AnyForm<A>> formLayoutInfo)
<A extends AnyTO>
WizardModelIdRepoAnyWizardBuilderAdditionalSteps. buildModelSteps(AnyWrapper<A> modelObject, WizardModel wizardModel, AbstractAnyFormLayout<A,? extends AnyForm<A>> formLayoutInfo)
Method parameters in org.apache.syncope.client.console.commons with type arguments of type AnyWrapper Modifier and Type Method Description List<Action<AnyObjectTO>>
AnyDirectoryPanelAdditionalActionLinksProvider. get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)
List<Action<GroupTO>>
AnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
List<Action<UserTO>>
AnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)
List<Action<AnyObjectTO>>
IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)
List<Action<GroupTO>>
IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
List<Action<UserTO>>
IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)
List<Action<AnyObjectTO>>
IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)
List<Action<GroupTO>>
IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
List<Action<UserTO>>
IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)
-
Uses of AnyWrapper in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type AnyWrapper Modifier and Type Method Description protected WizardMgtPanel<AnyWrapper<AnyObjectTO>>
AnyObjectDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)
protected WizardMgtPanel<AnyWrapper<GroupTO>>
GroupDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)
protected WizardMgtPanel<AnyWrapper<UserTO>>
UserDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)
Methods in org.apache.syncope.client.console.panels with parameters of type AnyWrapper Modifier and Type Method Description protected Panel
AnyDirectoryPanel. customResultBody(String panelId, AnyWrapper<A> item, Serializable result)
-
Uses of AnyWrapper in org.apache.syncope.client.console.panels.search
Methods in org.apache.syncope.client.console.panels.search that return types with arguments of type AnyWrapper Modifier and Type Method Description protected WizardMgtPanel<AnyWrapper<AnyObjectTO>>
AnyObjectSelectionDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)
protected WizardMgtPanel<AnyWrapper<GroupTO>>
GroupSelectionDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)
protected WizardMgtPanel<AnyWrapper<UserTO>>
UserSelectionDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)
-
Uses of AnyWrapper in org.apache.syncope.client.console.status
Constructor parameters in org.apache.syncope.client.console.status with type arguments of type AnyWrapper Constructor Description ChangePasswordModal(BaseModal<AnyWrapper<UserTO>> baseModal, UserWrapper wrapper, PageReference pageRefer)
-
Uses of AnyWrapper in org.apache.syncope.client.console.wizards.any
Subclasses of AnyWrapper in org.apache.syncope.client.console.wizards.any Modifier and Type Class Description class
AnyObjectWrapper
class
GroupWrapper
Fields in org.apache.syncope.client.console.wizards.any with type parameters of type AnyWrapper Modifier and Type Field Description protected WizardMgtPanel<AnyWrapper<AnyObjectTO>>
Relationships.Specification. anyObjectDirectoryPanel
Methods in org.apache.syncope.client.console.wizards.any that return AnyWrapper Modifier and Type Method Description protected static <T extends AnyTO>
AnyWrapper<T>AnyWizardBuilder. wrapper(T anyTO)
Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type AnyWrapper Modifier and Type Method Description AjaxWizard<AnyWrapper<AnyObjectTO>>
AnyObjectTemplateWizardBuilder. build(String id)
AjaxWizard<AnyWrapper<GroupTO>>
GroupTemplateWizardBuilder. build(String id)
AjaxWizard<AnyWrapper<T>>
TemplateWizardBuilder. build(String id)
AjaxWizard<AnyWrapper<UserTO>>
UserTemplateWizardBuilder. build(String id)
AjaxWizardBuilder<AnyWrapper<GroupTO>>
GroupWizardBuilder. setItem(AnyWrapper<GroupTO> item)
This method has been overridden to manage asynchronous translation of FIQL string to search classes list and viceversa.Methods in org.apache.syncope.client.console.wizards.any with parameters of type AnyWrapper Modifier and Type Method Description protected Optional<Details<AnyObjectTO>>
AnyObjectTemplateWizardBuilder. addOptionalDetailsPanel(AnyWrapper<AnyObjectTO> modelObject)
protected Optional<Details<AnyObjectTO>>
AnyObjectWizardBuilder. addOptionalDetailsPanel(AnyWrapper<AnyObjectTO> modelObject)
protected Optional<Details<A>>
AnyWizardBuilder. addOptionalDetailsPanel(AnyWrapper<A> modelObject)
protected Optional<Details<GroupTO>>
GroupTemplateWizardBuilder. addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject)
protected Optional<Details<GroupTO>>
GroupWizardBuilder. addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject)
protected Optional<Details<UserTO>>
UserTemplateWizardBuilder. addOptionalDetailsPanel(AnyWrapper<UserTO> modelObject)
protected Optional<Details<UserTO>>
UserWizardBuilder. addOptionalDetailsPanel(AnyWrapper<UserTO> modelObject)
protected WizardModel
AnyWizardBuilder. buildModelSteps(AnyWrapper<A> modelObject, WizardModel wizardModel)
protected Serializable
AnyObjectWizardBuilder. onApplyInternal(AnyWrapper<AnyObjectTO> modelObject)
protected Serializable
GroupWizardBuilder. onApplyInternal(AnyWrapper<GroupTO> modelObject)
protected Serializable
UserWizardBuilder. onApplyInternal(AnyWrapper<UserTO> modelObject)
AjaxWizardBuilder<AnyWrapper<GroupTO>>
GroupWizardBuilder. setItem(AnyWrapper<GroupTO> item)
This method has been overridden to manage asynchronous translation of FIQL string to search classes list and viceversa.UserWizardBuilder
UserWizardBuilder. setItem(AnyWrapper<UserTO> item)
Overrides default setItem() in order to clean statusModel as well.Constructors in org.apache.syncope.client.console.wizards.any with parameters of type AnyWrapper Constructor Description AbstractAttrs(AnyWrapper<?> modelObject, AjaxWizard.Mode mode, List<String> anyTypeClasses, List<String> whichAttrs)
AnyObjectDetails(AnyWrapper<AnyObjectTO> wrapper, boolean templateMode, boolean includeStatusPanel, PageReference pageRef)
AnyWizardBuilder(AnyWrapper<A> wrapper, List<String> anyTypeClasses, AbstractAnyFormLayout<A,? extends AnyForm<A>> formLayoutInfo, PageReference pageRef)
Construct.ConsoleAuxClasses(AnyWrapper<T> modelObject, List<String> anyTypeClasses)
DerAttrs(AnyWrapper<T> modelObject, List<String> anyTypeClasses, List<String> whichDerAttrs)
Details(AnyWrapper<T> wrapper, boolean templateMode, boolean includeStatusPanel, PageReference pageRef)
Groups(AnyWrapper<T> modelObject, boolean templateMode)
PlainAttrs(AnyWrapper<T> modelObject, AjaxWizard.Mode mode, List<String> anyTypeClasses, List<String> whichPlainAttrs)
Relationships(AnyWrapper<?> modelObject, PageReference pageRef)
Resources(AnyWrapper<T> modelObject)
VirAttrs(AnyWrapper<T> modelObject, AjaxWizard.Mode mode, List<String> anyTypeClasses, List<String> whichVirAttrs)
-
Uses of AnyWrapper in org.apache.syncope.client.enduser.panels
Methods in org.apache.syncope.client.enduser.panels that return AnyWrapper Modifier and Type Method Description AnyWrapper<UserTO>
UserFormPanel. getDefaultItem()
Methods in org.apache.syncope.client.enduser.panels that return types with arguments of type AnyWrapper Modifier and Type Method Description WizardModalPanel<AnyWrapper<UserTO>>
UserFormPanel. build(String id, int index, AjaxWizard.Mode mode)
ModalPanelBuilder<AnyWrapper<UserTO>>
UserFormPanel. setEventSink(IEventSink eventSink)
ModalPanelBuilder<AnyWrapper<UserTO>>
UserFormPanel. setItem(AnyWrapper<UserTO> item)
Methods in org.apache.syncope.client.enduser.panels with parameters of type AnyWrapper Modifier and Type Method Description ModalPanelBuilder<AnyWrapper<UserTO>>
UserFormPanel. setItem(AnyWrapper<UserTO> item)
-
Uses of AnyWrapper in org.apache.syncope.client.enduser.panels.any
Constructors in org.apache.syncope.client.enduser.panels.any with parameters of type AnyWrapper Constructor Description AbstractAttrs(String id, AnyWrapper<UserTO> modelObject, List<String> anyTypeClasses, Map<String,CustomizationOption> whichAttrs)
DerAttrs(String id, AnyWrapper<UserTO> modelObject, List<String> anyTypeClasses, Map<String,CustomizationOption> whichDerAttrs)
Groups(String id, AnyWrapper<T> modelObject)
Resources(String id, AnyWrapper<T> modelObject)
VirAttrs(String id, AnyWrapper<UserTO> modelObject, List<String> anyTypeClasses, Map<String,CustomizationOption> whichVirAttrs)
-
Uses of AnyWrapper in org.apache.syncope.client.ui.commons.wizards.any
Subclasses of AnyWrapper in org.apache.syncope.client.ui.commons.wizards.any Modifier and Type Class Description class
UserWrapper
Constructors in org.apache.syncope.client.ui.commons.wizards.any with parameters of type AnyWrapper Constructor Description AbstractAnyWizardBuilder(AnyWrapper<A> defaultItem, PageReference pageRef)
AbstractAuxClasses(AnyWrapper<T> modelObject, List<String> anyTypeClasses)
AbstractGroups(AnyWrapper<T> modelObject)
AbstractResources(AnyWrapper<T> modelObject)
-