Class AnyDirectoryPanel.Builder<A extends AnyTO,E extends AbstractAnyRestClient<A>>
- java.lang.Object
-
- org.apache.syncope.client.console.wizards.WizardMgtPanel.Builder<W>
-
- org.apache.syncope.client.console.panels.DirectoryPanel.Builder<A,AnyWrapper<A>,E>
-
- org.apache.syncope.client.console.panels.AnyDirectoryPanel.Builder<A,E>
-
- All Implemented Interfaces:
Serializable
,AnyDirectoryPanel.AnyDirectoryPanelBuilder
- Direct Known Subclasses:
AnyObjectDirectoryPanel.Builder
,AnySelectionDirectoryPanel.Builder
,GroupDirectoryPanel.Builder
,UserDirectoryPanel.Builder
- Enclosing class:
- AnyDirectoryPanel<A extends AnyTO,E extends AbstractAnyRestClient<A>>
public abstract static class AnyDirectoryPanel.Builder<A extends AnyTO,E extends AbstractAnyRestClient<A>> extends DirectoryPanel.Builder<A,AnyWrapper<A>,E> implements AnyDirectoryPanel.AnyDirectoryPanelBuilder
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
dynRealm
protected String
realm
Realm related to current panel.protected String
type
Any type related to current panel.-
Fields inherited from class org.apache.syncope.client.console.panels.DirectoryPanel.Builder
checkBoxEnabled, filtered, fiql, restClient, showPaginator
-
Fields inherited from class org.apache.syncope.client.console.wizards.WizardMgtPanel.Builder
pageRef
-
-
Constructor Summary
Constructors Constructor Description Builder(List<AnyTypeClassTO> anyTypeClassTOs, E restClient, String type, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AnyTypeClassTO>
getAnyTypeClassTOs()
AnyDirectoryPanel.Builder<A,E>
setDynRealm(String dynRealm)
AnyDirectoryPanel.Builder<A,E>
setRealm(String realm)
-
Methods inherited from class org.apache.syncope.client.console.panels.DirectoryPanel.Builder
disableCheckBoxes, hidePaginator, setFiltered, setFiql
-
Methods inherited from class org.apache.syncope.client.console.wizards.WizardMgtPanel.Builder
addNewItemPanelBuilder, addNewItemPanelBuilder, addNotificationPanel, build, newInstance, setShowResultPage, setWizardInModal
-
-
-
-
Constructor Detail
-
Builder
public Builder(List<AnyTypeClassTO> anyTypeClassTOs, E restClient, String type, PageReference pageRef)
-
-
Method Detail
-
setRealm
public AnyDirectoryPanel.Builder<A,E> setRealm(String realm)
-
setDynRealm
public AnyDirectoryPanel.Builder<A,E> setDynRealm(String dynRealm)
-
getAnyTypeClassTOs
public List<AnyTypeClassTO> getAnyTypeClassTOs()
- Specified by:
getAnyTypeClassTOs
in interfaceAnyDirectoryPanel.AnyDirectoryPanelBuilder
-
-