Uses of Class
org.apache.syncope.client.ui.commons.status.StatusBean
Packages that use StatusBean
Package
Description
-
Uses of StatusBean in org.apache.syncope.client.console.commons.status
Fields in org.apache.syncope.client.console.commons.status with type parameters of type StatusBeanModifier and TypeFieldDescriptionprotected final SortableDataProviderComparator
<StatusBean> AbstractStatusBeanProvider.comparator
Methods in org.apache.syncope.client.console.commons.status that return types with arguments of type StatusBeanModifier and TypeMethodDescriptionprotected abstract List
<StatusBean> AbstractStatusBeanProvider.getStatusBeans
(long first, long count) AbstractStatusBeanProvider.iterator
(long first, long count) AbstractStatusBeanProvider.model
(StatusBean statusBean) Methods in org.apache.syncope.client.console.commons.status with parameters of type StatusBean -
Uses of StatusBean in org.apache.syncope.client.console.rest
Method parameters in org.apache.syncope.client.console.rest with type arguments of type StatusBeanModifier and TypeMethodDescriptionAbstractAnyRestClient.associate
(ResourceAssociationAction action, String etag, String key, List<StatusBean> statuses) AbstractAnyRestClient.deassociate
(ResourceDeassociationAction action, String etag, String key, List<StatusBean> statuses) UserRestClient.reactivate
(String etag, String userKey, List<StatusBean> statuses) UserRestClient.suspend
(String etag, String userKey, List<StatusBean> statuses) -
Uses of StatusBean in org.apache.syncope.client.console.status
Fields in org.apache.syncope.client.console.status with type parameters of type StatusBeanModifier and TypeFieldDescriptionprotected final DirectoryPanel
<StatusBean, StatusBean, ?, ?> StatusModal.directoryPanel
protected final DirectoryPanel
<StatusBean, StatusBean, ?, ?> StatusModal.directoryPanel
protected final IModel
<List<StatusBean>> ChangePasswordModal.statusModel
Methods in org.apache.syncope.client.console.status that return types with arguments of type StatusBeanModifier and TypeMethodDescriptionAnyStatusDirectoryPanel.getActions
(IModel<StatusBean> model) ResourceStatusDirectoryPanel.getActions
(IModel<StatusBean> model) protected List
<IColumn<StatusBean, String>> AnyStatusDirectoryPanel.getColumns()
protected List
<IColumn<StatusBean, String>> ResourceStatusDirectoryPanel.getColumns()
protected List
<StatusBean> AnyStatusDirectoryPanel.AnyStatusProvider.getStatusBeans
(long first, long count) protected List
<StatusBean> ResourceStatusDirectoryPanel.ResourceStatusDataProvider.getStatusBeans
(long first, long count) protected DirectoryPanel
<StatusBean, StatusBean, DirectoryDataProvider<StatusBean>, AbstractAnyRestClient<?>> AnyStatusModal.getStatusDirectoryPanel
(MultilevelPanel mlp, PageReference pageReference, T entity, String itemKeyFieldName, boolean statusOnly) protected DirectoryPanel
<StatusBean, StatusBean, DirectoryDataProvider<StatusBean>, AbstractAnyRestClient<?>> AnyStatusModal.getStatusDirectoryPanel
(MultilevelPanel mlp, PageReference pageReference, T entity, String itemKeyFieldName, boolean statusOnly) protected DirectoryPanel
<StatusBean, StatusBean, DirectoryDataProvider<StatusBean>, AbstractAnyRestClient<?>> AnyStatusModal.getStatusDirectoryPanel
(MultilevelPanel mlp, PageReference pageReference, T entity, String itemKeyFieldName, boolean statusOnly) protected DirectoryPanel
<StatusBean, StatusBean, DirectoryDataProvider<StatusBean>, AbstractAnyRestClient<?>> ResourceStatusModal.getStatusDirectoryPanel
(MultilevelPanel mlp, PageReference pageReference, ResourceTO entity, String itemKeyFieldName, boolean statusOnly) protected DirectoryPanel
<StatusBean, StatusBean, DirectoryDataProvider<StatusBean>, AbstractAnyRestClient<?>> ResourceStatusModal.getStatusDirectoryPanel
(MultilevelPanel mlp, PageReference pageReference, ResourceTO entity, String itemKeyFieldName, boolean statusOnly) protected DirectoryPanel
<StatusBean, StatusBean, DirectoryDataProvider<StatusBean>, AbstractAnyRestClient<?>> ResourceStatusModal.getStatusDirectoryPanel
(MultilevelPanel mlp, PageReference pageReference, ResourceTO entity, String itemKeyFieldName, boolean statusOnly) protected abstract DirectoryPanel
<StatusBean, StatusBean, DirectoryDataProvider<StatusBean>, AbstractAnyRestClient<?>> StatusModal.getStatusDirectoryPanel
(MultilevelPanel mlp, PageReference pageReference, T entity, String itemKeyFieldName, boolean statusOnly) protected abstract DirectoryPanel
<StatusBean, StatusBean, DirectoryDataProvider<StatusBean>, AbstractAnyRestClient<?>> StatusModal.getStatusDirectoryPanel
(MultilevelPanel mlp, PageReference pageReference, T entity, String itemKeyFieldName, boolean statusOnly) protected abstract DirectoryPanel
<StatusBean, StatusBean, DirectoryDataProvider<StatusBean>, AbstractAnyRestClient<?>> StatusModal.getStatusDirectoryPanel
(MultilevelPanel mlp, PageReference pageReference, T entity, String itemKeyFieldName, boolean statusOnly) Method parameters in org.apache.syncope.client.console.status with type arguments of type StatusBeanModifier and TypeMethodDescriptionAnyStatusDirectoryPanel.getActions
(IModel<StatusBean> model) ResourceStatusDirectoryPanel.getActions
(IModel<StatusBean> model) protected void
AnyStatusDirectoryPanel.resultTableCustomChanges
(AjaxDataTablePanel.Builder<StatusBean, String> resultTableBuilder) protected void
ResourceStatusDirectoryPanel.resultTableCustomChanges
(AjaxDataTablePanel.Builder<StatusBean, String> resultTableBuilder) -
Uses of StatusBean in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any with type parameters of type StatusBeanModifier and TypeFieldDescriptionprotected Map
<String, StatusBean> StatusPanel.initialStatusBeanMap
Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type StatusBeanMethod parameters in org.apache.syncope.client.console.wizards.any with type arguments of type StatusBeanModifier and TypeMethodDescriptionprotected void
StatusPanel.init
(AnyTO any, IModel<List<StatusBean>> model, List<Triple<ConnObject, ConnObjectWrapper, String>> connObjects, PageReference pageRef, boolean enableConnObjectLink) Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type StatusBeanModifierConstructorDescriptionStatusPanel
(String id, T any, IModel<List<StatusBean>> model, List<Triple<ConnObject, ConnObjectWrapper, String>> connObjects, PageReference pageRef) StatusPanel
(String id, T any, IModel<List<StatusBean>> model, PageReference pageRef) -
Uses of StatusBean in org.apache.syncope.client.ui.commons.status
Methods in org.apache.syncope.client.ui.commons.status that return StatusBeanModifier and TypeMethodDescriptionstatic StatusBean
StatusUtils.getStatusBean
(AnyTO anyTO, String resource, ConnObject connObject, boolean notUser) static StatusBean
StatusUtils.getStatusBean
(RealmTO realmTO, String resource, ConnObject connObject) Method parameters in org.apache.syncope.client.ui.commons.status with type arguments of type StatusBeanModifier and TypeMethodDescriptionstatic StatusR
StatusUtils.statusR
(String key, StatusRType type, Collection<StatusBean> statuses)