Uses of Class
com.soffid.iam.api.ObjectMapping
-
Packages that use ObjectMapping Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.intf es.caib.seycon.ng.comu -
-
Uses of ObjectMapping in com.soffid.iam.api
Methods in com.soffid.iam.api that return ObjectMapping Modifier and Type Method Description static ObjectMappingObjectMapping. toObjectMapping(ObjectMapping vo)Creates a ObjectMapping value object based on a ObjectMapping object.static ObjectMapping[]ObjectMapping. toObjectMappingArray(ObjectMapping[] source)Creates a ObjectMapping array on a ObjectMapping array.Methods in com.soffid.iam.api that return types with arguments of type ObjectMapping Modifier and Type Method Description static AsyncList<ObjectMapping>ObjectMapping. toObjectMappingAsyncList(AsyncList<ObjectMapping> source)Creates a ObjectMapping asynclist on a ObjectMapping collection.static PagedResult<ObjectMapping>ObjectMapping. toObjectMappingList(PagedResult<ObjectMapping> source)Creates a ObjectMapping pagedResult on a ObjectMapping collection.static List<ObjectMapping>ObjectMapping. toObjectMappingList(Collection<ObjectMapping> source)Creates a ObjectMapping list on a ObjectMapping collection.Methods in com.soffid.iam.api with parameters of type ObjectMapping Modifier and Type Method Description static voidObjectMapping. toObjectMapping(ObjectMapping source, ObjectMapping target)Updates a ObjectMapping value object based on a ObjectMapping object.Constructors in com.soffid.iam.api with parameters of type ObjectMapping Constructor Description ObjectMapping(ObjectMapping otherBean) -
Uses of ObjectMapping in com.soffid.iam.service
Methods in com.soffid.iam.service that return ObjectMapping Modifier and Type Method Description ObjectMappingDispatcherService. create(ObjectMapping om)Operation createObjectMappingDispatcherService. update(ObjectMapping om)Operation updateMethods in com.soffid.iam.service that return types with arguments of type ObjectMapping Modifier and Type Method Description Collection<ObjectMapping>DispatcherService. findObjectMappingsByDispatcher(Long dispatcherId)Operation findObjectMappingsByDispatcherMethods in com.soffid.iam.service with parameters of type ObjectMapping Modifier and Type Method Description ObjectMappingDispatcherService. create(ObjectMapping om)Operation createvoidDispatcherService. delete(ObjectMapping om)Operation deleteObjectMappingDispatcherService. update(ObjectMapping om)Operation update -
Uses of ObjectMapping in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return ObjectMapping Modifier and Type Method Description ObjectMappingDispatcherService. create(ObjectMapping om)ObjectMappingDispatcherService. update(ObjectMapping om)Methods in com.soffid.iam.service.ejb that return types with arguments of type ObjectMapping Modifier and Type Method Description Collection<ObjectMapping>DispatcherService. findObjectMappingsByDispatcher(Long dispatcherId)Methods in com.soffid.iam.service.ejb with parameters of type ObjectMapping Modifier and Type Method Description ObjectMappingDispatcherService. create(ObjectMapping om)voidDispatcherService. delete(ObjectMapping om)ObjectMappingDispatcherService. update(ObjectMapping om) -
Uses of ObjectMapping in com.soffid.iam.sync.intf
Subclasses of ObjectMapping in com.soffid.iam.sync.intf Modifier and Type Class Description classExtensibleObjectMappingConstructors in com.soffid.iam.sync.intf with parameters of type ObjectMapping Constructor Description ExtensibleObjectMapping(ObjectMapping otherBean) -
Uses of ObjectMapping in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type ObjectMapping Modifier and Type Method Description static ObjectMappingObjectMapping. toObjectMapping(ObjectMapping vo)Creates a ObjectMapping value object based on a ObjectMapping object.static voidObjectMapping. toObjectMapping(ObjectMapping source, ObjectMapping target)Updates a ObjectMapping value object based on a ObjectMapping object.static ObjectMapping[]ObjectMapping. toObjectMappingArray(ObjectMapping[] source)Creates a ObjectMapping array on a ObjectMapping array.Method parameters in es.caib.seycon.ng.comu with type arguments of type ObjectMapping Modifier and Type Method Description static AsyncList<ObjectMapping>ObjectMapping. toObjectMappingAsyncList(AsyncList<ObjectMapping> source)Creates a ObjectMapping asynclist on a ObjectMapping collection.static PagedResult<ObjectMapping>ObjectMapping. toObjectMappingList(PagedResult<ObjectMapping> source)Creates a ObjectMapping pagedResult on a ObjectMapping collection.static List<ObjectMapping>ObjectMapping. toObjectMappingList(Collection<ObjectMapping> source)Creates a ObjectMapping list on a ObjectMapping collection.
-