Uses of Class
org.apache.syncope.common.lib.to.AnyTypeClassTO
-
-
Uses of AnyTypeClassTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as AnyTypeClassTO Modifier and Type Field Description protected AnyTypeClassTOAnyTypeClassDetailsPanel. anyTypeClassTOFields in org.apache.syncope.client.console.panels with type parameters of type AnyTypeClassTO Modifier and Type Field Description protected SortableDataProviderComparator<AnyTypeClassTO>AnyTypeClassesPanel.AnyTypeClassProvider. comparatorMethods in org.apache.syncope.client.console.panels that return types with arguments of type AnyTypeClassTO Modifier and Type Method Description ActionsPanel<AnyTypeClassTO>AnyTypeClassesPanel. getActions(IModel<AnyTypeClassTO> model)List<AnyTypeClassTO>AnyDirectoryPanel.AnyDirectoryPanelBuilder. getAnyTypeClassTOs()List<AnyTypeClassTO>AnyDirectoryPanel.Builder. getAnyTypeClassTOs()protected List<IColumn<AnyTypeClassTO,String>>AnyTypeClassesPanel. getColumns()Iterator<AnyTypeClassTO>AnyTypeClassesPanel.AnyTypeClassProvider. iterator(long first, long count)IModel<AnyTypeClassTO>AnyTypeClassesPanel.AnyTypeClassProvider. model(AnyTypeClassTO object)Methods in org.apache.syncope.client.console.panels with parameters of type AnyTypeClassTO Modifier and Type Method Description IModel<AnyTypeClassTO>AnyTypeClassesPanel.AnyTypeClassProvider. model(AnyTypeClassTO object)Method parameters in org.apache.syncope.client.console.panels with type arguments of type AnyTypeClassTO Modifier and Type Method Description ActionsPanel<AnyTypeClassTO>AnyTypeClassesPanel. getActions(IModel<AnyTypeClassTO> model)Constructors in org.apache.syncope.client.console.panels with parameters of type AnyTypeClassTO Constructor Description AnyTypeClassDetailsPanel(String id, AnyTypeClassTO anyTypeClassTO, SchemaRestClient schemaRestClient, AnyTypeClassRestClient anyTypeClassRestClient)AnyTypeClassModalPanel(BaseModal<AnyTypeClassTO> modal, AnyTypeClassTO anyTypeClassTO, PageReference pageRef)Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type AnyTypeClassTO Constructor Description AnyTypeClassModalPanel(BaseModal<AnyTypeClassTO> modal, AnyTypeClassTO anyTypeClassTO, PageReference pageRef)Builder(List<AnyTypeClassTO> anyTypeClassTOs, E restClient, String type, PageReference pageRef)Builder(List<AnyTypeClassTO> anyTypeClassTOs, AnyObjectRestClient restClient, String type, PageReference pageRef)Builder(List<AnyTypeClassTO> anyTypeClassTOs, GroupRestClient groupRestClient, String type, PageReference pageRef)Builder(List<AnyTypeClassTO> anyTypeClassTOs, UserRestClient restClient, String type, PageReference pageRef) -
Uses of AnyTypeClassTO in org.apache.syncope.client.console.panels.search
Constructor parameters in org.apache.syncope.client.console.panels.search with type arguments of type AnyTypeClassTO Constructor Description Builder(List<AnyTypeClassTO> anyTypeClassTOs, AnyObjectRestClient restClient, String type, PageReference pageRef)Builder(List<AnyTypeClassTO> anyTypeClassTOs, E restClient, String type, PageReference pageRef)Builder(List<AnyTypeClassTO> anyTypeClassTOs, GroupRestClient restClient, String type, PageReference pageRef)Builder(List<AnyTypeClassTO> anyTypeClassTOs, UserRestClient restClient, String type, PageReference pageRef) -
Uses of AnyTypeClassTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return AnyTypeClassTO Modifier and Type Method Description AnyTypeClassTOAnyTypeClassRestClient. read(String key)Methods in org.apache.syncope.client.console.rest that return types with arguments of type AnyTypeClassTO Modifier and Type Method Description List<AnyTypeClassTO>AnyTypeClassRestClient. list()List<AnyTypeClassTO>AnyTypeClassRestClient. list(Collection<String> anyTypeClassNames)Methods in org.apache.syncope.client.console.rest with parameters of type AnyTypeClassTO Modifier and Type Method Description voidAnyTypeClassRestClient. create(AnyTypeClassTO anyTypeClass)voidAnyTypeClassRestClient. update(AnyTypeClassTO anyTypeClass) -
Uses of AnyTypeClassTO in org.apache.syncope.client.console.wizards.any
Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type AnyTypeClassTO Modifier and Type Method Description protected List<AnyTypeClassTO>ConsoleAuxClasses. listAnyTypecClasses() -
Uses of AnyTypeClassTO in org.apache.syncope.client.ui.commons.wizards.any
Methods in org.apache.syncope.client.ui.commons.wizards.any that return types with arguments of type AnyTypeClassTO Modifier and Type Method Description protected abstract List<AnyTypeClassTO>AbstractAuxClasses. listAnyTypecClasses() -
Uses of AnyTypeClassTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return AnyTypeClassTO Modifier and Type Method Description AnyTypeClassTOAnyTypeClassService. read(@NotNull String key)Returns anyTypeClass with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AnyTypeClassTO Modifier and Type Method Description List<AnyTypeClassTO>AnyTypeClassService. list()Returns a list of all anyTypeClasss.Methods in org.apache.syncope.common.rest.api.service with parameters of type AnyTypeClassTO Modifier and Type Method Description javax.ws.rs.core.ResponseAnyTypeClassService. create(@NotNull AnyTypeClassTO anyTypeClassTO)Creates a new anyTypeClass.voidAnyTypeClassService. update(@NotNull AnyTypeClassTO anyTypeClassTO)Updates the anyTypeClass matching the provided key. -
Uses of AnyTypeClassTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AnyTypeClassTO Modifier and Type Method Description AnyTypeClassTOAnyTypeClassLogic. create(AnyTypeClassTO anyTypeClassTO)AnyTypeClassTOAnyTypeClassLogic. delete(String key)AnyTypeClassTOAnyTypeClassLogic. read(String key)protected AnyTypeClassTOAnyTypeClassLogic. resolveReference(Method method, Object... args)AnyTypeClassTOAnyTypeClassLogic. update(AnyTypeClassTO anyTypeClassTO)Methods in org.apache.syncope.core.logic that return types with arguments of type AnyTypeClassTO Modifier and Type Method Description List<AnyTypeClassTO>AnyTypeClassLogic. list()Methods in org.apache.syncope.core.logic with parameters of type AnyTypeClassTO Modifier and Type Method Description AnyTypeClassTOAnyTypeClassLogic. create(AnyTypeClassTO anyTypeClassTO)AnyTypeClassTOAnyTypeClassLogic. update(AnyTypeClassTO anyTypeClassTO) -
Uses of AnyTypeClassTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AnyTypeClassTO Modifier and Type Method Description AnyTypeClassTOAnyTypeClassDataBinder. getAnyTypeClassTO(AnyTypeClass anyTypeClass)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AnyTypeClassTO Modifier and Type Method Description AnyTypeClassAnyTypeClassDataBinder. create(AnyTypeClassTO anyTypeClassTO)voidAnyTypeClassDataBinder. update(AnyTypeClass anyTypeClass, AnyTypeClassTO anyTypeClassTO) -
Uses of AnyTypeClassTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AnyTypeClassTO Modifier and Type Method Description AnyTypeClassTOAnyTypeClassDataBinderImpl. getAnyTypeClassTO(AnyTypeClass anyTypeClass)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AnyTypeClassTO Modifier and Type Method Description AnyTypeClassAnyTypeClassDataBinderImpl. create(AnyTypeClassTO anyTypeClassTO)protected voidResourceDataBinderImpl. populateMapping(ExternalResource resource, Mapping mappingTO, Mapping mapping, AnyTypeKind anyTypeKind, AnyTypeClassTO allowedSchemas)voidAnyTypeClassDataBinderImpl. update(AnyTypeClass anyTypeClass, AnyTypeClassTO anyTypeClassTO) -
Uses of AnyTypeClassTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AnyTypeClassTO Modifier and Type Method Description AnyTypeClassTOAnyTypeClassServiceImpl. read(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AnyTypeClassTO Modifier and Type Method Description List<AnyTypeClassTO>AnyTypeClassServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyTypeClassTO Modifier and Type Method Description javax.ws.rs.core.ResponseAnyTypeClassServiceImpl. create(AnyTypeClassTO anyTypeTO)voidAnyTypeClassServiceImpl. update(AnyTypeClassTO anyTypeTO)
-