Uses of Class
org.apache.syncope.common.lib.to.RelationshipTypeTO
Packages that use RelationshipTypeTO
Package
Description
-
Uses of RelationshipTypeTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels with type parameters of type RelationshipTypeTOModifier and TypeFieldDescriptionprotected final SortableDataProviderComparator<RelationshipTypeTO> RelationshipTypesPanel.RelationshipTypeProvider.comparatorMethods in org.apache.syncope.client.console.panels that return RelationshipTypeTOMethods in org.apache.syncope.client.console.panels that return types with arguments of type RelationshipTypeTOModifier and TypeMethodDescriptionRelationshipTypesPanel.getActions(IModel<RelationshipTypeTO> model) protected List<IColumn<RelationshipTypeTO, String>> RelationshipTypesPanel.getColumns()RelationshipTypesPanel.RelationshipTypeProvider.iterator(long first, long count) RelationshipTypesPanel.RelationshipTypeProvider.model(RelationshipTypeTO object) Methods in org.apache.syncope.client.console.panels with parameters of type RelationshipTypeTOModifier and TypeMethodDescriptionRelationshipTypesPanel.RelationshipTypeProvider.model(RelationshipTypeTO object) Method parameters in org.apache.syncope.client.console.panels with type arguments of type RelationshipTypeTOModifier and TypeMethodDescriptionRelationshipTypesPanel.getActions(IModel<RelationshipTypeTO> model) Constructors in org.apache.syncope.client.console.panels with parameters of type RelationshipTypeTOModifierConstructorDescriptionRelationshipTypeDetailsPanel(String id, RelationshipTypeTO relationshipTypeTO) RelationshipTypeModalPanel(BaseModal<RelationshipTypeTO> modal, RelationshipTypeTO relationshipTypeTO, PageReference pageRef) Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type RelationshipTypeTOModifierConstructorDescriptionRelationshipTypeModalPanel(BaseModal<RelationshipTypeTO> modal, RelationshipTypeTO relationshipTypeTO, PageReference pageRef) -
Uses of RelationshipTypeTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return RelationshipTypeTOMethods in org.apache.syncope.client.console.rest that return types with arguments of type RelationshipTypeTOMethods in org.apache.syncope.client.console.rest with parameters of type RelationshipTypeTOModifier and TypeMethodDescriptionvoidRelationshipTypeRestClient.create(RelationshipTypeTO relationshipType) voidRelationshipTypeRestClient.update(RelationshipTypeTO relationshipType) -
Uses of RelationshipTypeTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return RelationshipTypeTOModifier and TypeMethodDescriptionReturns relationshipType with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type RelationshipTypeTOModifier and TypeMethodDescriptionRelationshipTypeService.list()Returns a list of all relationshipTypes.Methods in org.apache.syncope.common.rest.api.service with parameters of type RelationshipTypeTOModifier and TypeMethodDescriptionRelationshipTypeService.create(@NotNull RelationshipTypeTO relationshipTypeTO) Creates a new relationshipType.voidRelationshipTypeService.update(@NotNull RelationshipTypeTO relationshipTypeTO) Updates the relationshipType matching the provided key. -
Uses of RelationshipTypeTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return RelationshipTypeTOModifier and TypeMethodDescriptionRelationshipTypeLogic.create(RelationshipTypeTO relationshipTypeTO) protected RelationshipTypeTORelationshipTypeLogic.resolveReference(Method method, Object... args) RelationshipTypeLogic.update(RelationshipTypeTO relationshipTypeTO) Methods in org.apache.syncope.core.logic that return types with arguments of type RelationshipTypeTOMethods in org.apache.syncope.core.logic with parameters of type RelationshipTypeTOModifier and TypeMethodDescriptionRelationshipTypeLogic.create(RelationshipTypeTO relationshipTypeTO) RelationshipTypeLogic.update(RelationshipTypeTO relationshipTypeTO) -
Uses of RelationshipTypeTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return RelationshipTypeTOModifier and TypeMethodDescriptionRelationshipTypeDataBinder.getRelationshipTypeTO(RelationshipType relationshipType) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type RelationshipTypeTOModifier and TypeMethodDescriptionRelationshipTypeDataBinder.create(RelationshipTypeTO relationshipTypeTO) voidRelationshipTypeDataBinder.update(RelationshipType relationshipType, RelationshipTypeTO relationshipTypeTO) -
Uses of RelationshipTypeTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return RelationshipTypeTOModifier and TypeMethodDescriptionRelationshipTypeDataBinderImpl.getRelationshipTypeTO(RelationshipType relationshipType) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type RelationshipTypeTOModifier and TypeMethodDescriptionRelationshipTypeDataBinderImpl.create(RelationshipTypeTO relationshipTypeTO) voidRelationshipTypeDataBinderImpl.update(RelationshipType relationshipType, RelationshipTypeTO relationshipTypeTO) -
Uses of RelationshipTypeTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return RelationshipTypeTOModifier and TypeMethodDescriptionMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type RelationshipTypeTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type RelationshipTypeTOModifier and TypeMethodDescriptionRelationshipTypeServiceImpl.create(RelationshipTypeTO anyTypeTO) voidRelationshipTypeServiceImpl.update(RelationshipTypeTO anyTypeTO)