Uses of Class
org.apache.syncope.common.lib.to.RelationshipTypeTO
-
-
Uses of RelationshipTypeTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels with type parameters of type RelationshipTypeTO Modifier and Type Field Description protected SortableDataProviderComparator<RelationshipTypeTO>RelationshipTypesPanel.RelationshipTypeProvider. comparatorMethods in org.apache.syncope.client.console.panels that return RelationshipTypeTO Modifier and Type Method Description RelationshipTypeTORelationshipTypeModalPanel. getItem()Methods in org.apache.syncope.client.console.panels that return types with arguments of type RelationshipTypeTO Modifier and Type Method Description ActionsPanel<RelationshipTypeTO>RelationshipTypesPanel. getActions(IModel<RelationshipTypeTO> model)protected List<IColumn<RelationshipTypeTO,String>>RelationshipTypesPanel. getColumns()Iterator<RelationshipTypeTO>RelationshipTypesPanel.RelationshipTypeProvider. iterator(long first, long count)IModel<RelationshipTypeTO>RelationshipTypesPanel.RelationshipTypeProvider. model(RelationshipTypeTO object)Methods in org.apache.syncope.client.console.panels with parameters of type RelationshipTypeTO Modifier and Type Method Description IModel<RelationshipTypeTO>RelationshipTypesPanel.RelationshipTypeProvider. model(RelationshipTypeTO object)Method parameters in org.apache.syncope.client.console.panels with type arguments of type RelationshipTypeTO Modifier and Type Method Description ActionsPanel<RelationshipTypeTO>RelationshipTypesPanel. getActions(IModel<RelationshipTypeTO> model)Constructors in org.apache.syncope.client.console.panels with parameters of type RelationshipTypeTO Constructor Description RelationshipTypeDetailsPanel(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 RelationshipTypeTO Constructor Description RelationshipTypeModalPanel(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 RelationshipTypeTO Modifier and Type Method Description RelationshipTypeTORelationshipTypeRestClient. read(String key)Methods in org.apache.syncope.client.console.rest that return types with arguments of type RelationshipTypeTO Modifier and Type Method Description List<RelationshipTypeTO>RelationshipTypeRestClient. list()Methods in org.apache.syncope.client.console.rest with parameters of type RelationshipTypeTO Modifier and Type Method Description voidRelationshipTypeRestClient. 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 RelationshipTypeTO Modifier and Type Method Description RelationshipTypeTORelationshipTypeService. read(@NotNull String key)Returns relationshipType with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type RelationshipTypeTO Modifier and Type Method Description List<RelationshipTypeTO>RelationshipTypeService. list()Returns a list of all relationshipTypes.Methods in org.apache.syncope.common.rest.api.service with parameters of type RelationshipTypeTO Modifier and Type Method Description javax.ws.rs.core.ResponseRelationshipTypeService. 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 RelationshipTypeTO Modifier and Type Method Description RelationshipTypeTORelationshipTypeLogic. create(RelationshipTypeTO relationshipTypeTO)RelationshipTypeTORelationshipTypeLogic. delete(String key)RelationshipTypeTORelationshipTypeLogic. read(String key)protected RelationshipTypeTORelationshipTypeLogic. resolveReference(Method method, Object... args)RelationshipTypeTORelationshipTypeLogic. update(RelationshipTypeTO relationshipTypeTO)Methods in org.apache.syncope.core.logic that return types with arguments of type RelationshipTypeTO Modifier and Type Method Description List<RelationshipTypeTO>RelationshipTypeLogic. list()Methods in org.apache.syncope.core.logic with parameters of type RelationshipTypeTO Modifier and Type Method Description RelationshipTypeTORelationshipTypeLogic. create(RelationshipTypeTO relationshipTypeTO)RelationshipTypeTORelationshipTypeLogic. 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 RelationshipTypeTO Modifier and Type Method Description RelationshipTypeTORelationshipTypeDataBinder. getRelationshipTypeTO(RelationshipType relationshipType)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type RelationshipTypeTO Modifier and Type Method Description RelationshipTypeRelationshipTypeDataBinder. 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 RelationshipTypeTO Modifier and Type Method Description RelationshipTypeTORelationshipTypeDataBinderImpl. getRelationshipTypeTO(RelationshipType relationshipType)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type RelationshipTypeTO Modifier and Type Method Description RelationshipTypeRelationshipTypeDataBinderImpl. 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 RelationshipTypeTO Modifier and Type Method Description RelationshipTypeTORelationshipTypeServiceImpl. read(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type RelationshipTypeTO Modifier and Type Method Description List<RelationshipTypeTO>RelationshipTypeServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type RelationshipTypeTO Modifier and Type Method Description javax.ws.rs.core.ResponseRelationshipTypeServiceImpl. create(RelationshipTypeTO anyTypeTO)voidRelationshipTypeServiceImpl. update(RelationshipTypeTO anyTypeTO)
-