Uses of Class
org.apache.syncope.common.lib.to.TypeExtensionTO
-
-
Uses of TypeExtensionTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type TypeExtensionTO Modifier and Type Method Description ActionsPanel<TypeExtensionTO>TypeExtensionDirectoryPanel. getActions(IModel<TypeExtensionTO> model)protected List<IColumn<TypeExtensionTO,String>>TypeExtensionDirectoryPanel. getColumns()Iterator<? extends TypeExtensionTO>TypeExtensionDirectoryPanel.TypeExtensionDataProvider. iterator(long first, long count)IModel<TypeExtensionTO>TypeExtensionDirectoryPanel.TypeExtensionDataProvider. model(TypeExtensionTO object)Methods in org.apache.syncope.client.console.panels with parameters of type TypeExtensionTO Modifier and Type Method Description IModel<TypeExtensionTO>TypeExtensionDirectoryPanel.TypeExtensionDataProvider. model(TypeExtensionTO object)Method parameters in org.apache.syncope.client.console.panels with type arguments of type TypeExtensionTO Modifier and Type Method Description ActionsPanel<TypeExtensionTO>TypeExtensionDirectoryPanel. getActions(IModel<TypeExtensionTO> model) -
Uses of TypeExtensionTO in org.apache.syncope.client.console.wizards.any
Methods in org.apache.syncope.client.console.wizards.any with parameters of type TypeExtensionTO Modifier and Type Method Description protected WizardModelTypeExtensionWizardBuilder. buildModelSteps(TypeExtensionTO modelObject, WizardModel wizardModel)protected SerializableTypeExtensionWizardBuilder. onApplyInternal(TypeExtensionTO modelObject)Constructors in org.apache.syncope.client.console.wizards.any with parameters of type TypeExtensionTO Constructor Description Details(TypeExtensionTO typeExtensionTO)TypeExtensionWizardBuilder(GroupTO groupTO, TypeExtensionTO defaultItem, String anyTypeLabel, String auxClassesLabel, AnyTypeRestClient anyTypeRestClient, AnyTypeClassRestClient anyTypeClassRestClient, PageReference pageRef) -
Uses of TypeExtensionTO in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return types with arguments of type TypeExtensionTO Modifier and Type Method Description Optional<TypeExtensionTO>GroupUR. getTypeExtension(String anyType)List<TypeExtensionTO>GroupCR. getTypeExtensions()List<TypeExtensionTO>GroupUR. getTypeExtensions()Methods in org.apache.syncope.common.lib.request with parameters of type TypeExtensionTO Modifier and Type Method Description GroupCR.BuilderGroupCR.Builder. typeExtension(TypeExtensionTO typeExtension)GroupUR.BuilderGroupUR.Builder. typeExtension(TypeExtensionTO typeExtension)GroupCR.BuilderGroupCR.Builder. typeExtensions(TypeExtensionTO... typeExtensions)GroupUR.BuilderGroupUR.Builder. typeExtensions(TypeExtensionTO... typeExtensions)Method parameters in org.apache.syncope.common.lib.request with type arguments of type TypeExtensionTO Modifier and Type Method Description GroupCR.BuilderGroupCR.Builder. typeExtensions(Collection<TypeExtensionTO> typeExtensions)GroupUR.BuilderGroupUR.Builder. typeExtensions(Collection<TypeExtensionTO> typeExtensions) -
Uses of TypeExtensionTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type TypeExtensionTO Modifier and Type Method Description Optional<TypeExtensionTO>GroupTO. getTypeExtension(String anyType)List<TypeExtensionTO>GroupTO. getTypeExtensions() -
Uses of TypeExtensionTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return TypeExtensionTO Modifier and Type Method Description TypeExtensionTOSyncopeService. readUserTypeExtension(@NotNull String groupName)Extracts User type extension information, for the provided group. -
Uses of TypeExtensionTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return TypeExtensionTO Modifier and Type Method Description TypeExtensionTOSyncopeLogic. readTypeExtension(String groupName) -
Uses of TypeExtensionTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return TypeExtensionTO Modifier and Type Method Description TypeExtensionTOGroupDataBinder. getTypeExtensionTO(TypeExtension typeExt) -
Uses of TypeExtensionTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return TypeExtensionTO Modifier and Type Method Description TypeExtensionTOGroupDataBinderImpl. getTypeExtensionTO(TypeExtension typeExt) -
Uses of TypeExtensionTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return TypeExtensionTO Modifier and Type Method Description TypeExtensionTOSyncopeServiceImpl. readUserTypeExtension(String groupName)
-